#4E8520

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

Shades of La Palma #4E8520

Tints of La Palma #4E8520

Color information

#4E8520 (or 0x4E8520) is unknown color: approx La Palma. HEX triplet: 4E, 85 and 20. RGB value is (78,133,32). Sum of RGB (Red+Green+Blue) = 78+133+32=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #4E8520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8520 is #B17ADF. Grayscale: #696969. Windows color (decimal): -11631328 or 2131278. OLE color: 2131278.

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

Color convert

RGB7813332-
CMYK0.4100.760.48
HSL92.67º61.21%32.35%-
HSV(B)92.67º75.94%52.16%-
XYZ11.7918.54.32-
YUV105.0486.78108.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 133 (52.34% from 255) = 54.73%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=32.10%
G=54.73%
B=13.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78133320.4100.760.4892.6761.2132.35
Hex4E85202904C305d3d20
Octal11620540510114601357540
Binary100111010000101100000101001010011001100001011101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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