#31591D

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

Shades of Palm Leaf #31591D

Tints of Palm Leaf #31591D

Color information

#31591D (or 0x31591D) is unknown color: approx Palm Leaf. HEX triplet: 31, 59 and 1D. RGB value is (49,89,29). Sum of RGB (Red+Green+Blue) = 49+89+29=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #31591D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31591D is #CEA6E2. Grayscale: #464646. Windows color (decimal): -13543139 or 1923377. OLE color: 1923377.

HSL color Cylindrical-coordinate representation of color #31591D: hue angle of 100º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31591D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB498929-
CMYK0.4500.670.65
HSL100º50.85%23.14%-
HSV(B)100º67.42%34.9%-
XYZ5.067.892.42-
YUV70.2104.75112.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 89 (35.16% from 255) = 53.29%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=29.34%
G=53.29%
B=17.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989290.4500.670.6510050.8523.14
Hex31591D2D04341643317
Octal61131355501031011446327
Binary110001101100111101101101010000111000001110010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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