#325530

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

Shades of Parsley #325530

Tints of Parsley #325530

Color information

#325530 (or 0x325530) is unknown color: approx Parsley. HEX triplet: 32, 55 and 30. RGB value is (50,85,48). Sum of RGB (Red+Green+Blue) = 50+85+48=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #325530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325530 is #CDAACF. Grayscale: #464646. Windows color (decimal): -13478608 or 3167538. OLE color: 3167538.

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

Color convert

RGB508548-
CMYK0.4100.440.67
HSL116.76º27.82%26.08%-
HSV(B)116.76º43.53%33.33%-
XYZ5.17.393.95-
YUV70.32115.4113.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=27.32%
G=46.45%
B=26.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085480.4100.440.67116.7627.8226.08
Hex3255302902C43751c1a
Octal6212560510541031653432
Binary11001010101011100001010010101100100001111101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325530; }

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

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

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

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

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

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

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

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