#325534

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

Shades of Parsley #325534

Tints of Parsley #325534

Color information

#325534 (or 0x325534) is unknown color: approx Parsley. HEX triplet: 32, 55 and 34. RGB value is (50,85,52). Sum of RGB (Red+Green+Blue) = 50+85+52=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #325534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325534 is #CDAACB. Grayscale: #464646. Windows color (decimal): -13478604 or 3429682. OLE color: 3429682.

HSL color Cylindrical-coordinate representation of color #325534: hue angle of 123.43º 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 #325534 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB508552-
CMYK0.4100.390.67
HSL123.43º25.93%26.47%-
HSV(B)123.43º41.18%33.33%-
XYZ5.187.424.41-
YUV70.77117.4113.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=26.74%
G=45.45%
B=27.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085520.4100.390.67123.4325.9326.47
Hex32553429027437b1a1a
Octal6212564510471031733232
Binary11001010101011101001010010100111100001111110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325534; }

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

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

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

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

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

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

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

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