#49892C

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

Shades of La Palma #49892C

Tints of La Palma #49892C

Color information

#49892C (or 0x49892C) is unknown color: approx La Palma. HEX triplet: 49, 89 and 2C. RGB value is (73,137,44). Sum of RGB (Red+Green+Blue) = 73+137+44=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #49892C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49892C is #B676D3. Grayscale: #6B6B6B. Windows color (decimal): -11957972 or 2918729. OLE color: 2918729.

HSL color Cylindrical-coordinate representation of color #49892C: hue angle of 101.29º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49892C is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB7313744-
CMYK0.4700.680.46
HSL101.29º51.38%35.49%-
HSV(B)101.29º67.88%53.73%-
XYZ12.1519.495.5-
YUV107.2692.3103.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 137 (53.91% from 255) = 53.94%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=28.74%
G=53.94%
B=17.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73137440.4700.680.46101.2951.3835.49
Hex49892C2F0442E653323
Octal11121154570104561456343
Binary100100110001001101100101111010001001011101100101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49892C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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