#4E862B

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

Shades of La Palma #4E862B

Tints of La Palma #4E862B

Color information

#4E862B (or 0x4E862B) is unknown color: approx La Palma. HEX triplet: 4E, 86 and 2B. RGB value is (78,134,43). Sum of RGB (Red+Green+Blue) = 78+134+43=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #4E862B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E862B is #B179D4. Grayscale: #6B6B6B. Windows color (decimal): -11631061 or 2852430. OLE color: 2852430.

HSL color Cylindrical-coordinate representation of color #4E862B: hue angle of 96.92º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E862B is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB7813443-
CMYK0.4200.680.47
HSL96.92º51.41%34.71%-
HSV(B)96.92º67.91%52.55%-
XYZ12.118.845.28-
YUV106.8891.95107.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.59%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=30.59%
G=52.55%
B=16.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78134430.4200.680.4796.9251.4134.71
Hex4E862B2A0442F613323
Octal11620653520104571416343
Binary100111010000110101011101010010001001011111100001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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