#4E912D

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

Shades of La Palma #4E912D

Tints of La Palma #4E912D

Color information

#4E912D (or 0x4E912D) is unknown color: approx La Palma. HEX triplet: 4E, 91 and 2D. RGB value is (78,145,45). Sum of RGB (Red+Green+Blue) = 78+145+45=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #4E912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E912D is #B16ED2. Grayscale: #717171. Windows color (decimal): -11628243 or 2986318. OLE color: 2986318.

HSL color Cylindrical-coordinate representation of color #4E912D: hue angle of 100.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E912D is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB7814545-
CMYK0.4600.690.43
HSL100.2º52.63%37.25%-
HSV(B)100.2º68.97%56.86%-
XYZ13.7422.066.02-
YUV113.5789.3102.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.10%
GREEN value IS 145 (57.03% from 255) = 54.10%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=29.10%
G=54.10%
B=16.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78145450.4600.690.43100.252.6337.25
Hex4E912D2E0452B643525
Octal11622155560105531446545
Binary100111010010001101101101110010001011010111100100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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