#4B8D20

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

Shades of La Palma #4B8D20

Tints of La Palma #4B8D20

Color information

#4B8D20 (or 0x4B8D20) is unknown color: approx La Palma. HEX triplet: 4B, 8D and 20. RGB value is (75,141,32). Sum of RGB (Red+Green+Blue) = 75+141+32=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8D20 is #B472DF. Grayscale: #6D6D6D. Windows color (decimal): -11825888 or 2133323. OLE color: 2133323.

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

Color convert

RGB7514132-
CMYK0.4700.770.45
HSL96.33º63.01%33.92%-
HSV(B)96.33º77.3%55.29%-
XYZ12.6920.654.68-
YUV108.8484.63103.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 141 (55.47% from 255) = 56.85%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=30.24%
G=56.85%
B=12.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75141320.4700.770.4596.3363.0133.92
Hex4B8D202F04D2D603f22
Octal11321540570115551407742
Binary100101110001101100000101111010011011011011100000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,141,32); }

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

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

 a { background-color: rgb(75,141,32); }

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

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

 span { border-color: rgb(75,141,32); }

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