#4E902B

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

Shades of La Palma #4E902B

Tints of La Palma #4E902B

Color information

#4E902B (or 0x4E902B) is unknown color: approx La Palma. HEX triplet: 4E, 90 and 2B. RGB value is (78,144,43). Sum of RGB (Red+Green+Blue) = 78+144+43=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #4E902B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E902B is #B16FD4. Grayscale: #717171. Windows color (decimal): -11628501 or 2854990. OLE color: 2854990.

HSL color Cylindrical-coordinate representation of color #4E902B: hue angle of 99.21º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E902B is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB7814443-
CMYK0.4600.700.44
HSL99.21º54.01%36.67%-
HSV(B)99.21º70.14%56.47%-
XYZ13.5521.745.77-
YUV112.7588.63103.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.43%
GREEN value IS 144 (56.64% from 255) = 54.34%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=29.43%
G=54.34%
B=16.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78144430.4600.700.4499.2154.0136.67
Hex4E902B2E0462C633625
Octal11622053560106541436645
Binary100111010010000101011101110010001101011001100011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E902B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,43); }

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

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

 a { background-color: rgb(78,144,43); }

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

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

 span { border-color: rgb(78,144,43); }

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