#31571D

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

Shades of Palm Leaf #31571D

Tints of Palm Leaf #31571D

Color information

#31571D (or 0x31571D) is unknown color: approx Palm Leaf. HEX triplet: 31, 57 and 1D. RGB value is (49,87,29). Sum of RGB (Red+Green+Blue) = 49+87+29=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #31571D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31571D is #CEA8E2. Grayscale: #454545. Windows color (decimal): -13543651 or 1922865. OLE color: 1922865.

HSL color Cylindrical-coordinate representation of color #31571D: hue angle of 99.31º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31571D is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB498729-
CMYK0.4400.670.66
HSL99.31º50%22.75%-
HSV(B)99.31º66.67%34.12%-
XYZ4.97.562.36-
YUV69.03105.41113.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 87 (34.38% from 255) = 52.73%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=29.70%
G=52.73%
B=17.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987290.4400.670.6699.315022.75
Hex31571D2C04342633217
Octal61127355401031021436227
Binary110001101011111101101100010000111000010110001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,87,29); }

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

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

 a { background-color: rgb(49,87,29); }

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

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

 span { border-color: rgb(49,87,29); }

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