#4E8D2F

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

Shades of La Palma #4E8D2F

Tints of La Palma #4E8D2F

Color information

#4E8D2F (or 0x4E8D2F) is unknown color: approx La Palma. HEX triplet: 4E, 8D and 2F. RGB value is (78,141,47). Sum of RGB (Red+Green+Blue) = 78+141+47=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8D2F is #B172D0. Grayscale: #6F6F6F. Windows color (decimal): -11629265 or 3116366. OLE color: 3116366.

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

Color convert

RGB7814147-
CMYK0.4500.670.45
HSL100.21º50%36.86%-
HSV(B)100.21º66.67%55.29%-
XYZ13.1820.876.02-
YUV111.4591.63104.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 141 (55.47% from 255) = 53.01%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=29.32%
G=53.01%
B=17.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78141470.4500.670.45100.215036.86
Hex4E8D2F2D0432D643225
Octal11621557550103551446245
Binary100111010001101101111101101010000111011011100100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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