#325535

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

Shades of Parsley #325535

Tints of Parsley #325535

Color information

#325535 (or 0x325535) is unknown color: approx Parsley. HEX triplet: 32, 55 and 35. RGB value is (50,85,53). Sum of RGB (Red+Green+Blue) = 50+85+53=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #325535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325535 is #CDAACA. Grayscale: #464646. Windows color (decimal): -13478603 or 3495218. OLE color: 3495218.

HSL color Cylindrical-coordinate representation of color #325535: hue angle of 125.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325535 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB508553-
CMYK0.4100.380.67
HSL125.14º25.93%26.47%-
HSV(B)125.14º41.18%33.33%-
XYZ5.217.434.53-
YUV70.89117.9113.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=26.60%
G=45.21%
B=28.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085530.4100.380.67125.1425.9326.47
Hex32553529026437d1a1a
Octal6212565510461031753232
Binary11001010101011101011010010100110100001111111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325535; }

 p { color: rgb(50,85,53); }

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

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

 a { background-color: rgb(50,85,53); }

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

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

 span { border-color: rgb(50,85,53); }

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