Html Css Color HEX #31591F Palm Leaf

📋 copy color: '#31591F'

red 49 ◦ green 89 ◦ blue 31

#31591F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #31591F

Tints of Palm Leaf #31591F

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 value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#31591F (or 0x31591F) is known color: 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

RGB 49 89 31 -
CMYK 0.45 0 0.65 0.65
HSL 101.38º 0.48% 0.24% -
HSV(B) 101.38º 0.65% 0.35% -
XYZ 5.09 7.9 2.55 -
YUV 70.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 49 89 31 0.45 0 0.65 0.65 101.38 0.48 0.24
Hex 31 59 1F 2D 0 41 41 65 30 18
Octal 61 131 37 55 0 101 101 145 60 30
Binary 110001 1011001 11111 101101 0 1000001 1000001 1100101 110000 11000

Color Harmonies of #31591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31591F

Black with #31591F

Text Example


Text Example

White with #31591F

Text Example


Text Example

HTML Codes & Css Web 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>