#4E8C2D

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

Shades of La Palma #4E8C2D

Tints of La Palma #4E8C2D

Color information

#4E8C2D (or 0x4E8C2D) is unknown color: approx La Palma. HEX triplet: 4E, 8C and 2D. RGB value is (78,140,45). Sum of RGB (Red+Green+Blue) = 78+140+45=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #4E8C2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8C2D is #B173D2. Grayscale: #6E6E6E. Windows color (decimal): -11629523 or 2985038. OLE color: 2985038.

HSL color Cylindrical-coordinate representation of color #4E8C2D: hue angle of 99.16º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E8C2D is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB7814045-
CMYK0.4400.680.45
HSL99.16º51.35%36.27%-
HSV(B)99.16º67.86%54.9%-
XYZ12.9920.575.77-
YUV110.6390.96104.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.66%
GREEN value IS 140 (55.08% from 255) = 53.23%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=29.66%
G=53.23%
B=17.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78140450.4400.680.4599.1651.3536.27
Hex4E8C2D2C0442D633324
Octal11621455540104551436344
Binary100111010001100101101101100010001001011011100011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,140,45); }

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

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

 a { background-color: rgb(78,140,45); }

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

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

 span { border-color: rgb(78,140,45); }

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