Html Css Color HEX #31561F Palm Leaf

📋 copy color: '#31561F'

red 49 ◦ green 86 ◦ blue 31

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

Shades of Palm Leaf #31561F

Tints of Palm Leaf #31561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 51.81%

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

R = 29.52%
G = 51.81%
B = 18.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#31561F (or 0x31561F) is known color: Palm Leaf. HEX triplet: 31, 56 and 1F. RGB value is (49,86,31). Sum of RGB (Red+Green+Blue) = 49+86+31=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #31561F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31561F is #CEA9E0. Grayscale: #444444. Windows color (decimal): -13543905 or 2053681. OLE color: 2053681.

HSL color Cylindrical-coordinate representation of color #31561F: hue angle of 100.36º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31561F is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 31 -
CMYK 0.43 0 0.64 0.66
HSL 100.36º 0.47% 0.23% -
HSV(B) 100.36º 0.64% 0.34% -
XYZ 4.84 7.41 2.47 -
YUV 68.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 49 86 31 0.43 0 0.64 0.66 100.36 0.47 0.23
Hex 31 56 1F 2B 0 40 42 64 2F 17
Octal 61 126 37 53 0 100 102 144 57 27
Binary 110001 1010110 11111 101011 0 1000000 1000010 1100100 101111 10111

Color Harmonies of #31561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31561F

Black with #31561F

Text Example


Text Example

White with #31561F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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