#31492C

Color #31492C Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #31492C

Tints of Palm Leaf #31492C

Color information

#31492C (or 0x31492C) is unknown color: approx Palm Leaf. HEX triplet: 31, 49 and 2C. RGB value is (49,73,44). Sum of RGB (Red+Green+Blue) = 49+73+44=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #31492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31492C is #CEB6D3. Grayscale: #3E3E3E. Windows color (decimal): -13547220 or 2902321. OLE color: 2902321.

HSL color Cylindrical-coordinate representation of color #31492C: hue angle of 109.66º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31492C is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB497344-
CMYK0.3300.400.71
HSL109.66º24.79%22.94%-
HSV(B)109.66º39.73%28.63%-
XYZ4.15.63.25-
YUV62.52117.55118.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=29.52%
G=43.98%
B=26.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973440.3300.400.71109.6624.7922.94
Hex31492C21028476e1917
Octal6111154410501071563127
Binary11000110010011011001000010101000100011111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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