#4B902C

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

Shades of La Palma #4B902C

Tints of La Palma #4B902C

Color information

#4B902C (or 0x4B902C) is unknown color: approx La Palma. HEX triplet: 4B, 90 and 2C. RGB value is (75,144,44). Sum of RGB (Red+Green+Blue) = 75+144+44=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #4B902C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B902C is #B46FD3. Grayscale: #707070. Windows color (decimal): -11825108 or 2920523. OLE color: 2920523.

HSL color Cylindrical-coordinate representation of color #4B902C: hue angle of 101.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B902C is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB7514444-
CMYK0.4800.690.44
HSL101.4º53.19%36.86%-
HSV(B)101.4º69.44%56.47%-
XYZ13.3321.625.85-
YUV111.9789.64101.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.52%
GREEN value IS 144 (56.64% from 255) = 54.75%
BLUE value IS 44 (17.58% from 255) = 16.73%
R=28.52%
G=54.75%
B=16.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75144440.4800.690.44101.453.1936.86
Hex4B902C300452C653525
Octal11322054600105541456545
Binary100101110010000101100110000010001011011001100101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,144,44); }

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

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

 a { background-color: rgb(75,144,44); }

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

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

 span { border-color: rgb(75,144,44); }

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