#32562F

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

Shades of Parsley #32562F

Tints of Parsley #32562F

Color information

#32562F (or 0x32562F) is unknown color: approx Parsley. HEX triplet: 32, 56 and 2F. RGB value is (50,86,47). Sum of RGB (Red+Green+Blue) = 50+86+47=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #32562F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32562F is #CDA9D0. Grayscale: #464646. Windows color (decimal): -13478353 or 3102258. OLE color: 3102258.

HSL color Cylindrical-coordinate representation of color #32562F: hue angle of 115.38º 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 #32562F is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB508647-
CMYK0.4200.450.66
HSL115.38º29.32%26.08%-
HSV(B)115.38º45.35%33.73%-
XYZ5.167.543.87-
YUV70.79114.57113.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=27.32%
G=46.99%
B=25.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086470.4200.450.66115.3829.3226.08
Hex32562F2A02D42731d1a
Octal6212657520551021633532
Binary11001010101101011111010100101101100001011100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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