#4B8821

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

Shades of La Palma #4B8821

Tints of La Palma #4B8821

Color information

#4B8821 (or 0x4B8821) is unknown color: approx La Palma. HEX triplet: 4B, 88 and 21. RGB value is (75,136,33). Sum of RGB (Red+Green+Blue) = 75+136+33=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #4B8821 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8821 is #B477DE. Grayscale: #6A6A6A. Windows color (decimal): -11827167 or 2197579. OLE color: 2197579.

HSL color Cylindrical-coordinate representation of color #4B8821: hue angle of 95.53º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B8821 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB7513633-
CMYK0.4500.760.47
HSL95.53º60.95%33.14%-
HSV(B)95.53º75.74%53.33%-
XYZ11.9819.214.52-
YUV106.0286.79105.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 136 (53.52% from 255) = 55.74%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=30.74%
G=55.74%
B=13.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75136330.4500.760.4795.5360.9533.14
Hex4B88212D04C2F603d21
Octal11321041550114571407541
Binary100101110001000100001101101010011001011111100000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,136,33); }

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

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

 a { background-color: rgb(75,136,33); }

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

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

 span { border-color: rgb(75,136,33); }

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