Html Css Color HEX #31571A Palm Leaf

📋 copy color: '#31571A'

red 49 ◦ green 87 ◦ blue 26

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

Shades of Palm Leaf #31571A

Tints of Palm Leaf #31571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 53.7%

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

R = 30.25%
G = 53.7%
B = 16.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#31571A (or 0x31571A) is known color: Palm Leaf. HEX triplet: 31, 57 and 1A. RGB value is (49,87,26). Sum of RGB (Red+Green+Blue) = 49+87+26=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #31571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31571A is #CEA8E5. Grayscale: #444444. Windows color (decimal): -13543654 or 1726257. OLE color: 1726257.

HSL color Cylindrical-coordinate representation of color #31571A: hue angle of 97.38º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31571A is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 26 -
CMYK 0.44 0 0.70 0.66
HSL 97.38º 0.54% 0.22% -
HSV(B) 97.38º 0.7% 0.34% -
XYZ 4.86 7.54 2.18 -
YUV 68.68 103.91 113.96 -
System Red Green Blue C M Y K H S L
Decimal 49 87 26 0.44 0 0.70 0.66 97.38 0.54 0.22
Hex 31 57 1A 2C 0 46 42 61 36 16
Octal 61 127 32 54 0 106 102 141 66 26
Binary 110001 1010111 11010 101100 0 1000110 1000010 1100001 110110 10110

Color Harmonies of #31571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31571A

Black with #31571A

Text Example


Text Example

White with #31571A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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