#49902C

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

Shades of La Palma #49902C

Tints of La Palma #49902C

Color information

#49902C (or 0x49902C) is unknown color: approx La Palma. HEX triplet: 49, 90 and 2C. RGB value is (73,144,44). Sum of RGB (Red+Green+Blue) = 73+144+44=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #49902C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49902C is #B66FD3. Grayscale: #6F6F6F. Windows color (decimal): -11956180 or 2920521. OLE color: 2920521.

HSL color Cylindrical-coordinate representation of color #49902C: hue angle of 102.6º 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 #49902C is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB7314444-
CMYK0.4900.690.44
HSL102.6º53.19%36.86%-
HSV(B)102.6º69.44%56.47%-
XYZ13.1821.545.85-
YUV111.3789.98100.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 44 (17.58% from 255) = 16.86%
R=27.97%
G=55.17%
B=16.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144440.4900.690.44102.653.1936.86
Hex49902C310452C673525
Octal11122054610105541476545
Binary100100110010000101100110001010001011011001100111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49902C; }

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

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

<style>
 a { background-color: #49902C; }

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

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

<style>
 span { border-color: #49902C; }

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

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