#49A01D

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

Shades of La Palma #49A01D

Tints of La Palma #49A01D

Color information

#49A01D (or 0x49A01D) is unknown color: approx La Palma. HEX triplet: 49, A0 and 1D. RGB value is (73,160,29). Sum of RGB (Red+Green+Blue) = 73+160+29=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 160 (62.89% from 255 or 61.07% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 160 - color contains mainly: green. Hex color #49A01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A01D is #B65FE2. Grayscale: #777777. Windows color (decimal): -11952099 or 1941577. OLE color: 1941577.

HSL color Cylindrical-coordinate representation of color #49A01D: hue angle of 99.85º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49A01D is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB7316029-
CMYK0.5400.820.37
HSL99.85º69.31%37.06%-
HSV(B)99.85º81.88%62.75%-
XYZ15.5426.655.49-
YUV119.0577.1895.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 160 (62.89% from 255) = 61.07%
BLUE value IS 29 (11.72% from 255) = 11.07%
R=27.86%
G=61.07%
B=11.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73160290.5400.820.3799.8569.3137.06
Hex49A01D3605225644525
Octal111240356601224514410545
Binary100100110100000111011101100101001010010111001001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A01D; }

 p { color: rgb(73,160,29); }

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

<style>
 a { background-color: #49A01D; }

 a { background-color: rgb(73,160,29); }

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

<style>
 span { border-color: #49A01D; }

 span { border-color: rgb(73,160,29); }

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