#31412C

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

Shades of Palm Leaf #31412C

Tints of Palm Leaf #31412C

Color information

#31412C (or 0x31412C) is unknown color: approx Palm Leaf. HEX triplet: 31, 41 and 2C. RGB value is (49,65,44). Sum of RGB (Red+Green+Blue) = 49+65+44=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #31412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31412C is #CEBED3. Grayscale: #393939. Windows color (decimal): -13549268 or 2900273. OLE color: 2900273.

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

Color convert

RGB496544-
CMYK0.2500.320.75
HSL105.71º19.27%21.37%-
HSV(B)105.71º32.31%25.49%-
XYZ3.614.623.08-
YUV57.82120.2121.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=31.01%
G=41.14%
B=27.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965440.2500.320.75105.7119.2721.37
Hex31412C190204B6a1315
Octal6110154310401131522325
Binary1100011000001101100110010100000100101111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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