#4E8D32

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

Shades of La Palma #4E8D32

Tints of La Palma #4E8D32

Color information

#4E8D32 (or 0x4E8D32) is unknown color: approx La Palma. HEX triplet: 4E, 8D and 32. RGB value is (78,141,50). Sum of RGB (Red+Green+Blue) = 78+141+50=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8D32 is #B172CD. Grayscale: #707070. Windows color (decimal): -11629262 or 3312974. OLE color: 3312974.

HSL color Cylindrical-coordinate representation of color #4E8D32: hue angle of 101.54º 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 #4E8D32 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB7814150-
CMYK0.4500.650.45
HSL101.54º47.64%37.45%-
HSV(B)101.54º64.54%55.29%-
XYZ13.2420.96.35-
YUV111.7993.13103.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.00%
GREEN value IS 141 (55.47% from 255) = 52.42%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=29.00%
G=52.42%
B=18.59%

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
Decimal78141500.4500.650.45101.5447.6437.45
Hex4E8D322D0412D663025
Octal11621562550101551466045
Binary100111010001101110010101101010000011011011100110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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