#325E37

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

Shades of Parsley #325E37

Tints of Parsley #325E37

Color information

#325E37 (or 0x325E37) is unknown color: approx Parsley. HEX triplet: 32, 5E and 37. RGB value is (50,94,55). Sum of RGB (Red+Green+Blue) = 50+94+55=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #325E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E37 is #CDA1C8. Grayscale: #4C4C4C. Windows color (decimal): -13476297 or 3628594. OLE color: 3628594.

HSL color Cylindrical-coordinate representation of color #325E37: hue angle of 126.82º 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 #325E37 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB509455-
CMYK0.4700.410.63
HSL126.82º30.56%28.24%-
HSV(B)126.82º46.81%36.86%-
XYZ6.018.965.03-
YUV76.4115.92109.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 94 (37.11% from 255) = 47.24%
BLUE value IS 55 (21.88% from 255) = 27.64%
R=25.13%
G=47.24%
B=27.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5094550.4700.410.63126.8230.5628.24
Hex325E372F0293F7f1f1c
Octal621366757051771773734
Binary1100101011110110111101111010100111111111111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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