#325538

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

Shades of Parsley #325538

Tints of Parsley #325538

Color information

#325538 (or 0x325538) is unknown color: approx Parsley. HEX triplet: 32, 55 and 38. RGB value is (50,85,56). Sum of RGB (Red+Green+Blue) = 50+85+56=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #325538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325538 is #CDAAC7. Grayscale: #474747. Windows color (decimal): -13478600 or 3691826. OLE color: 3691826.

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

Color convert

RGB508556-
CMYK0.4100.340.67
HSL130.29º25.93%26.47%-
HSV(B)130.29º41.18%33.33%-
XYZ5.287.464.9-
YUV71.23119.4112.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=26.18%
G=44.50%
B=29.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085560.4100.340.67130.2925.9326.47
Hex3255382902243821a1a
Octal6212570510421032023232
Binary110010101010111100010100101000101000011100000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325538; }

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

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

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

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

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

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

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

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