#4B9118

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

Shades of La Palma #4B9118

Tints of La Palma #4B9118

Color information

#4B9118 (or 0x4B9118) is unknown color: approx La Palma. HEX triplet: 4B, 91 and 18. RGB value is (75,145,24). Sum of RGB (Red+Green+Blue) = 75+145+24=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #4B9118 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9118 is #B46EE7. Grayscale: #6E6E6E. Windows color (decimal): -11824872 or 1610059. OLE color: 1610059.

HSL color Cylindrical-coordinate representation of color #4B9118: hue angle of 94.71º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B9118 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB7514524-
CMYK0.4800.830.43
HSL94.71º71.6%33.14%-
HSV(B)94.71º83.45%56.86%-
XYZ13.1921.814.38-
YUV110.2879.31102.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 145 (57.03% from 255) = 59.43%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=30.74%
G=59.43%
B=9.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75145240.4800.830.4394.7171.633.14
Hex4B9118300532B5f4821
Octal113221306001235313711041
Binary100101110010001110001100000101001110101110111111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,145,24); }

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

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

 a { background-color: rgb(75,145,24); }

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

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

 span { border-color: rgb(75,145,24); }

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