#325F37

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

Shades of Parsley #325F37

Tints of Parsley #325F37

Color information

#325F37 (or 0x325F37) is unknown color: approx Parsley. HEX triplet: 32, 5F and 37. RGB value is (50,95,55). Sum of RGB (Red+Green+Blue) = 50+95+55=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #325F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F37 is #CDA0C8. Grayscale: #4D4D4D. Windows color (decimal): -13476041 or 3628850. OLE color: 3628850.

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

Color convert

RGB509555-
CMYK0.4700.420.63
HSL126.67º31.03%28.43%-
HSV(B)126.67º47.37%37.25%-
XYZ6.19.145.06-
YUV76.98115.59108.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 95 (37.5% from 255) = 47.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=25%
G=47.5%
B=27.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095550.4700.420.63126.6731.0328.43
Hex325F372F02A3F7f1f1c
Octal621376757052771773734
Binary1100101011111110111101111010101011111111111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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