Html Css Color HEX #31591A Palm Leaf

📋 copy color: '#31591A'

red 49 ◦ green 89 ◦ blue 26

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

Shades of Palm Leaf #31591A

Tints of Palm Leaf #31591A

RGB

 RED value IS 49 (19.53% from 255) = 29.88%

 GREEN value IS 89 (35.16% from 255) = 54.27%

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 29.88%
G = 54.27%
B = 15.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#31591A (or 0x31591A) is known color: Palm Leaf. HEX triplet: 31, 59 and 1A. RGB value is (49,89,26). Sum of RGB (Red+Green+Blue) = 49+89+26=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #31591A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31591A is #CEA6E5. Grayscale: #464646. Windows color (decimal): -13543142 or 1726769. OLE color: 1726769.

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

Color convert

RGB 49 89 26 -
CMYK 0.45 0 0.71 0.65
HSL 98.1º 0.55% 0.23% -
HSV(B) 98.1º 0.71% 0.35% -
XYZ 5.03 7.87 2.23 -
YUV 69.86 103.25 113.12 -
System Red Green Blue C M Y K H S L
Decimal 49 89 26 0.45 0 0.71 0.65 98.1 0.55 0.23
Hex 31 59 1A 2D 0 47 41 62 37 17
Octal 61 131 32 55 0 107 101 142 67 27
Binary 110001 1011001 11010 101101 0 1000111 1000001 1100010 110111 10111

Color Harmonies of #31591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31591A

Black with #31591A

Text Example


Text Example

White with #31591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31591A;
 }
 .AnyTagClassName
 {
   color: #31591A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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