#4E8D31

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

Shades of La Palma #4E8D31

Tints of La Palma #4E8D31

Color information

#4E8D31 (or 0x4E8D31) is unknown color: approx La Palma. HEX triplet: 4E, 8D and 31. RGB value is (78,141,49). Sum of RGB (Red+Green+Blue) = 78+141+49=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8D31 is #B172CE. Grayscale: #6F6F6F. Windows color (decimal): -11629263 or 3247438. OLE color: 3247438.

HSL color Cylindrical-coordinate representation of color #4E8D31: hue angle of 101.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E8D31 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB7814149-
CMYK0.4500.650.45
HSL101.09º48.42%37.25%-
HSV(B)101.09º65.25%55.29%-
XYZ13.2220.896.24-
YUV111.6892.63103.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.10%
GREEN value IS 141 (55.47% from 255) = 52.61%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=29.10%
G=52.61%
B=18.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78141490.4500.650.45101.0948.4237.25
Hex4E8D312D0412D653025
Octal11621561550101551456045
Binary100111010001101110001101101010000011011011100101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,141,49); }

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

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

 a { background-color: rgb(78,141,49); }

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

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

 span { border-color: rgb(78,141,49); }

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