#4E8532

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

Shades of La Palma #4E8532

Tints of La Palma #4E8532

Color information

#4E8532 (or 0x4E8532) is unknown color: approx La Palma. HEX triplet: 4E, 85 and 32. RGB value is (78,133,50). Sum of RGB (Red+Green+Blue) = 78+133+50=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #4E8532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8532 is #B17ACD. Grayscale: #6B6B6B. Windows color (decimal): -11631310 or 3310926. OLE color: 3310926.

HSL color Cylindrical-coordinate representation of color #4E8532: hue angle of 99.76º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E8532 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB7813350-
CMYK0.4100.620.48
HSL99.76º45.36%35.88%-
HSV(B)99.76º62.41%52.16%-
XYZ12.1118.635.97-
YUV107.0995.78107.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 50 (19.92% from 255) = 19.16%
R=29.89%
G=50.96%
B=19.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78133500.4100.620.4899.7645.3635.88
Hex4E85322903E30642d24
Octal1162056251076601445544
Binary10011101000010111001010100101111101100001100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,133,50); }

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

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

 a { background-color: rgb(78,133,50); }

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

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

 span { border-color: rgb(78,133,50); }

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