#49900B

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

Shades of La Palma #49900B

Tints of La Palma #49900B

Color information

#49900B (or 0x49900B) is unknown color: approx La Palma. HEX triplet: 49, 90 and 0B. RGB value is (73,144,11). Sum of RGB (Red+Green+Blue) = 73+144+11=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #49900B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49900B is #B66FF4. Grayscale: #6C6C6C. Windows color (decimal): -11956213 or 757833. OLE color: 757833.

HSL color Cylindrical-coordinate representation of color #49900B: hue angle of 92.03º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49900B is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB7314411-
CMYK0.4900.920.44
HSL92.03º85.81%30.39%-
HSV(B)92.03º92.36%56.47%-
XYZ12.7821.393.77-
YUV107.6173.48103.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 144 (56.64% from 255) = 63.16%
BLUE value IS 11 (4.69% from 255) = 4.82%
R=32.02%
G=63.16%
B=4.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144110.4900.920.4492.0385.8130.39
Hex4990B3105C2C5c561e
Octal111220136101345413412636
Binary1001001100100001011110001010111001011001011100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49900B; }

 p { color: rgb(73,144,11); }

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

<style>
 a { background-color: #49900B; }

 a { background-color: rgb(73,144,11); }

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

<style>
 span { border-color: #49900B; }

 span { border-color: rgb(73,144,11); }

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