#31572E

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

Shades of Parsley #31572E

Tints of Parsley #31572E

Color information

#31572E (or 0x31572E) is unknown color: approx Parsley. HEX triplet: 31, 57 and 2E. RGB value is (49,87,46). Sum of RGB (Red+Green+Blue) = 49+87+46=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #31572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31572E is #CEA8D1. Grayscale: #474747. Windows color (decimal): -13543634 or 3036977. OLE color: 3036977.

HSL color Cylindrical-coordinate representation of color #31572E: hue angle of 115.61º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31572E is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB498746-
CMYK0.4400.470.66
HSL115.61º30.83%26.08%-
HSV(B)115.61º47.13%34.12%-
XYZ5.177.673.79-
YUV70.96113.91112.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 87 (34.38% from 255) = 47.80%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=26.92%
G=47.80%
B=25.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987460.4400.470.66115.6130.8326.08
Hex31572E2C02F42741f1a
Octal6112756540571021643732
Binary11000110101111011101011000101111100001011101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31572E; }

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

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

<style>
 a { background-color: #31572E; }

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

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

<style>
 span { border-color: #31572E; }

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

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