#4B8E21

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

Shades of La Palma #4B8E21

Tints of La Palma #4B8E21

Color information

#4B8E21 (or 0x4B8E21) is unknown color: approx La Palma. HEX triplet: 4B, 8E and 21. RGB value is (75,142,33). Sum of RGB (Red+Green+Blue) = 75+142+33=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8E21 is #B471DE. Grayscale: #6D6D6D. Windows color (decimal): -11825631 or 2199115. OLE color: 2199115.

HSL color Cylindrical-coordinate representation of color #4B8E21: hue angle of 96.88º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B8E21 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB7514233-
CMYK0.4700.770.44
HSL96.88º62.29%34.31%-
HSV(B)96.88º76.76%55.69%-
XYZ12.8520.954.81-
YUV109.5484.8103.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 142 (55.86% from 255) = 56.8%
BLUE value IS 33 (13.28% from 255) = 13.2%
R=30%
G=56.8%
B=13.2%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75142330.4700.770.4496.8862.2934.31
Hex4B8E212F04D2C613e22
Octal11321641570115541417642
Binary100101110001110100001101111010011011011001100001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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