Html Css Color HEX #31581F Palm Leaf

📋 copy color: '#31581F'

red 49 ◦ green 88 ◦ blue 31

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

Shades of Palm Leaf #31581F

Tints of Palm Leaf #31581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.38%

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 29.17%
G = 52.38%
B = 18.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#31581F (or 0x31581F) is known color: Palm Leaf. HEX triplet: 31, 58 and 1F. RGB value is (49,88,31). Sum of RGB (Red+Green+Blue) = 49+88+31=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #31581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31581F is #CEA7E0. Grayscale: #464646. Windows color (decimal): -13543393 or 2054193. OLE color: 2054193.

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

Color convert

RGB 49 88 31 -
CMYK 0.44 0 0.65 0.65
HSL 101.05º 0.48% 0.23% -
HSV(B) 101.05º 0.65% 0.35% -
XYZ 5 7.73 2.52 -
YUV 69.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 49 88 31 0.44 0 0.65 0.65 101.05 0.48 0.23
Hex 31 58 1F 2C 0 41 41 65 30 17
Octal 61 130 37 54 0 101 101 145 60 27
Binary 110001 1011000 11111 101100 0 1000001 1000001 1100101 110000 10111

Color Harmonies of #31581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31581F

Black with #31581F

Text Example


Text Example

White with #31581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31581F;
 }
 .AnyTagClassName
 {
   color: #31581F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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