#31562F

Color #31562F Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #31562F

Tints of Parsley #31562F

Color information

#31562F (or 0x31562F) is unknown color: approx Parsley. HEX triplet: 31, 56 and 2F. RGB value is (49,86,47). Sum of RGB (Red+Green+Blue) = 49+86+47=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #31562F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31562F is #CEA9D0. Grayscale: #464646. Windows color (decimal): -13543889 or 3102257. OLE color: 3102257.

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

Color convert

RGB498647-
CMYK0.4300.450.66
HSL116.92º29.32%26.08%-
HSV(B)116.92º45.35%33.73%-
XYZ5.117.513.87-
YUV70.49114.74112.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=26.92%
G=47.25%
B=25.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4986470.4300.450.66116.9229.3226.08
Hex31562F2B02D42751d1a
Octal6112657530551021653532
Binary11000110101101011111010110101101100001011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31562F;
 }
 .AnyTagClassName
 {
   color: #31562F;
 }
</style>
background-color css

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

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

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

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

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

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