#4B8B21

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

Shades of La Palma #4B8B21

Tints of La Palma #4B8B21

Color information

#4B8B21 (or 0x4B8B21) is unknown color: approx La Palma. HEX triplet: 4B, 8B and 21. RGB value is (75,139,33). Sum of RGB (Red+Green+Blue) = 75+139+33=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8B21 is #B474DE. Grayscale: #6C6C6C. Windows color (decimal): -11826399 or 2198347. OLE color: 2198347.

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

Color convert

RGB7513933-
CMYK0.4600.760.45
HSL96.23º61.63%33.73%-
HSV(B)96.23º76.26%54.51%-
XYZ12.4120.074.66-
YUV107.7885.8104.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 139 (54.69% from 255) = 56.28%
BLUE value IS 33 (13.28% from 255) = 13.36%
R=30.36%
G=56.28%
B=13.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75139330.4600.760.4596.2361.6333.73
Hex4B8B212E04C2D603e22
Octal11321341560114551407642
Binary100101110001011100001101110010011001011011100000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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