#325E36

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

Shades of Parsley #325E36

Tints of Parsley #325E36

Color information

#325E36 (or 0x325E36) is unknown color: approx Parsley. HEX triplet: 32, 5E and 36. RGB value is (50,94,54). Sum of RGB (Red+Green+Blue) = 50+94+54=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 94 - color contains mainly: green. Hex color #325E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E36 is #CDA1C9. Grayscale: #4C4C4C. Windows color (decimal): -13476298 or 3563058. OLE color: 3563058.

HSL color Cylindrical-coordinate representation of color #325E36: hue angle of 125.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E36 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB509454-
CMYK0.4700.430.63
HSL125.45º30.56%28.24%-
HSV(B)125.45º46.81%36.86%-
XYZ5.988.954.9-
YUV76.28115.42109.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 94 (37.11% from 255) = 47.47%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=25.25%
G=47.47%
B=27.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5094540.4700.430.63125.4530.5628.24
Hex325E362F02B3F7d1f1c
Octal621366657053771753734
Binary1100101011110110110101111010101111111111111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325E36; }

 p { color: rgb(50,94,54); }

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

<style>
 a { background-color: #325E36; }

 a { background-color: rgb(50,94,54); }

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

<style>
 span { border-color: #325E36; }

 span { border-color: rgb(50,94,54); }

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