#31462C

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

Shades of Palm Leaf #31462C

Tints of Palm Leaf #31462C

Color information

#31462C (or 0x31462C) is unknown color: approx Palm Leaf. HEX triplet: 31, 46 and 2C. RGB value is (49,70,44). Sum of RGB (Red+Green+Blue) = 49+70+44=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #31462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31462C is #CEB9D3. Grayscale: #3C3C3C. Windows color (decimal): -13547988 or 2901553. OLE color: 2901553.

HSL color Cylindrical-coordinate representation of color #31462C: hue angle of 108.46º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31462C is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB497044-
CMYK0.3000.370.73
HSL108.46º22.81%22.35%-
HSV(B)108.46º37.14%27.45%-
XYZ3.915.223.18-
YUV60.76118.54119.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=30.06%
G=42.94%
B=26.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970440.3000.370.73108.4622.8122.35
Hex31462C1E025496c1716
Octal6110654360451111542726
Binary1100011000110101100111100100101100100111011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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