#31412D

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

Shades of Palm Leaf #31412D

Tints of Palm Leaf #31412D

Color information

#31412D (or 0x31412D) is unknown color: approx Palm Leaf. HEX triplet: 31, 41 and 2D. RGB value is (49,65,45). Sum of RGB (Red+Green+Blue) = 49+65+45=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #31412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31412D is #CEBED2. Grayscale: #3A3A3A. Windows color (decimal): -13549267 or 2965809. OLE color: 2965809.

HSL color Cylindrical-coordinate representation of color #31412D: hue angle of 108º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #31412D is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB496545-
CMYK0.2500.310.75
HSL108º18.18%21.57%-
HSV(B)108º30.77%25.49%-
XYZ3.634.623.18-
YUV57.94120.7121.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=30.82%
G=40.88%
B=28.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965450.2500.310.7510818.1821.57
Hex31412D1901F4B6c1216
Octal6110155310371131542226
Binary110001100000110110111001011111100101111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31412D; }

 p { color: rgb(49,65,45); }

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

<style>
 a { background-color: #31412D; }

 a { background-color: rgb(49,65,45); }

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

<style>
 span { border-color: #31412D; }

 span { border-color: rgb(49,65,45); }

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