#325F34

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

Shades of Parsley #325F34

Tints of Parsley #325F34

Color information

#325F34 (or 0x325F34) is unknown color: approx Parsley. HEX triplet: 32, 5F and 34. RGB value is (50,95,52). Sum of RGB (Red+Green+Blue) = 50+95+52=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #325F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F34 is #CDA0CB. Grayscale: #4C4C4C. Windows color (decimal): -13476044 or 3432242. OLE color: 3432242.

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

Color convert

RGB509552-
CMYK0.4700.450.63
HSL122.67º31.03%28.43%-
HSV(B)122.67º47.37%37.25%-
XYZ6.039.114.69-
YUV76.64114.09109-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=25.38%
G=48.22%
B=26.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095520.4700.450.63122.6731.0328.43
Hex325F342F02D3F7b1f1c
Octal621376457055771733734
Binary1100101011111110100101111010110111111111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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