#32572E

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

Shades of Parsley #32572E

Tints of Parsley #32572E

Color information

#32572E (or 0x32572E) is unknown color: approx Parsley. HEX triplet: 32, 57 and 2E. RGB value is (50,87,46). Sum of RGB (Red+Green+Blue) = 50+87+46=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #32572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32572E is #CDA8D1. Grayscale: #474747. Windows color (decimal): -13478098 or 3036978. OLE color: 3036978.

HSL color Cylindrical-coordinate representation of color #32572E: hue angle of 114.15º 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 #32572E is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB508746-
CMYK0.4300.470.66
HSL114.15º30.83%26.08%-
HSV(B)114.15º47.13%34.12%-
XYZ5.227.693.79-
YUV71.26113.74112.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 87 (34.38% from 255) = 47.54%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=27.32%
G=47.54%
B=25.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087460.4300.470.66114.1530.8326.08
Hex32572E2B02F42721f1a
Octal6212756530571021623732
Binary11001010101111011101010110101111100001011100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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