#4E982A

Color #4E982A La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4E982A

Tints of La Palma #4E982A

Color information

#4E982A (or 0x4E982A) is unknown color: approx La Palma. HEX triplet: 4E, 98 and 2A. RGB value is (78,152,42). Sum of RGB (Red+Green+Blue) = 78+152+42=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #4E982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E982A is #B167D5. Grayscale: #757575. Windows color (decimal): -11626454 or 2791502. OLE color: 2791502.

HSL color Cylindrical-coordinate representation of color #4E982A: hue angle of 100.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E982A is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB7815242-
CMYK0.4900.720.40
HSL100.36º56.7%38.04%-
HSV(B)100.36º72.37%59.61%-
XYZ14.7924.246.09-
YUV117.3385.4899.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 28.68%
GREEN value IS 152 (59.77% from 255) = 55.88%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=28.68%
G=55.88%
B=15.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78152420.4900.720.40100.3656.738.04
Hex4E982A3104828643926
Octal11623052610110501447146
Binary100111010011000101010110001010010001010001100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E982A; }

 p { color: rgb(78,152,42); }

 H1.HeaderClassName
 {
   color: #4E982A;
 }
 .AnyTagClassName
 {
   color: #4E982A;
 }
</style>
background-color css

<style>
 a { background-color: #4E982A; }

 a { background-color: rgb(78,152,42); }

 div.DivClassName
 {
   background-color: #4E982A;
 }
 .BgClassName
 {
   background-color: #4E982A;
 }
</style>
border-color css

<style>
 span { border-color: #4E982A; }

 span { border-color: rgb(78,152,42); }

 td.TdClassName
 {
   border-color: #4E982A;
 }
 .TagClassName
 {
   border-color: #4E982A;
 }
</style>