#4D8021

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

Shades of La Palma #4D8021

Tints of La Palma #4D8021

Color information

#4D8021 (or 0x4D8021) is unknown color: approx La Palma. HEX triplet: 4D, 80 and 21. RGB value is (77,128,33). Sum of RGB (Red+Green+Blue) = 77+128+33=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8021 is #B27FDE. Grayscale: #666666. Windows color (decimal): -11698143 or 2195533. OLE color: 2195533.

HSL color Cylindrical-coordinate representation of color #4D8021: hue angle of 92.21º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D8021 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB7712833-
CMYK0.4000.740.50
HSL92.21º59.01%31.57%-
HSV(B)92.21º74.22%50.2%-
XYZ11.0517.134.16-
YUV101.9289.1110.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.35%
GREEN value IS 128 (50.39% from 255) = 53.78%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=32.35%
G=53.78%
B=13.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal77128330.4000.740.5092.2159.0131.57
Hex4D80212804A325c3b20
Octal11520041500112621347340
Binary100110110000000100001101000010010101100101011100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,128,33); }

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

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

 a { background-color: rgb(77,128,33); }

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

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

 span { border-color: rgb(77,128,33); }

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