Html Css Color HEX #31591D Palm Leaf

📋 copy color: '#31591D'

red 49 ◦ green 89 ◦ blue 29

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

Shades of Palm Leaf #31591D

Tints of Palm Leaf #31591D

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

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 49 89 29 -
CMYK 0.45 0 0.67 0.65
HSL 100º 0.51% 0.23% -
HSV(B) 100º 0.67% 0.35% -
XYZ 5.06 7.89 2.42 -
YUV 70.2 104.75 112.88 -
System Red Green Blue C M Y K H S L
Decimal 49 89 29 0.45 0 0.67 0.65 100 0.51 0.23
Hex 31 59 1D 2D 0 43 41 64 33 17
Octal 61 131 35 55 0 103 101 144 63 27
Binary 110001 1011001 11101 101101 0 1000011 1000001 1100100 110011 10111

Color Harmonies of #31591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31591D

Black with #31591D

Text Example


Text Example

White with #31591D

Text Example


Text Example

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