#31572F

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

Shades of Parsley #31572F

Tints of Parsley #31572F

Color information

#31572F (or 0x31572F) is unknown color: approx Parsley. HEX triplet: 31, 57 and 2F. RGB value is (49,87,47). Sum of RGB (Red+Green+Blue) = 49+87+47=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #31572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31572F is #CEA8D0. Grayscale: #474747. Windows color (decimal): -13543633 or 3102513. OLE color: 3102513.

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

Color convert

RGB498747-
CMYK0.4400.460.66
HSL117º29.85%26.27%-
HSV(B)117º45.98%34.12%-
XYZ5.197.673.9-
YUV71.08114.41112.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 87 (34.38% from 255) = 47.54%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=26.78%
G=47.54%
B=25.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987470.4400.460.6611729.8526.27
Hex31572F2C02E42751e1a
Octal6112757540561021653632
Binary11000110101111011111011000101110100001011101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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