#49902A

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

Shades of La Palma #49902A

Tints of La Palma #49902A

Color information

#49902A (or 0x49902A) is unknown color: approx La Palma. HEX triplet: 49, 90 and 2A. RGB value is (73,144,42). Sum of RGB (Red+Green+Blue) = 73+144+42=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #49902A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49902A is #B66FD5. Grayscale: #6F6F6F. Windows color (decimal): -11956182 or 2789449. OLE color: 2789449.

HSL color Cylindrical-coordinate representation of color #49902A: hue angle of 101.76º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49902A is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB7314442-
CMYK0.4900.710.44
HSL101.76º54.84%36.47%-
HSV(B)101.76º70.83%56.47%-
XYZ13.1421.535.65-
YUV111.1488.98100.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 144 (56.64% from 255) = 55.60%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=28.19%
G=55.60%
B=16.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144420.4900.710.44101.7654.8436.47
Hex49902A310472C663724
Octal11122052610107541466744
Binary100100110010000101010110001010001111011001100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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