#31591F

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

Shades of Palm Leaf #31591F

Tints of Palm Leaf #31591F

Color information

#31591F (or 0x31591F) is unknown color: approx Palm Leaf. HEX triplet: 31, 59 and 1F. RGB value is (49,89,31). Sum of RGB (Red+Green+Blue) = 49+89+31=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #31591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31591F is #CEA6E0. Grayscale: #464646. Windows color (decimal): -13543137 or 2054449. OLE color: 2054449.

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

Color convert

RGB498931-
CMYK0.4500.650.65
HSL101.38º48.33%23.53%-
HSV(B)101.38º65.17%34.9%-
XYZ5.097.92.55-
YUV70.43105.75112.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 89 (35.16% from 255) = 52.66%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=28.99%
G=52.66%
B=18.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989310.4500.650.65101.3848.3323.53
Hex31591F2D04141653018
Octal61131375501011011456030
Binary110001101100111111101101010000011000001110010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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