#325336

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

Shades of Parsley #325336

Tints of Parsley #325336

Color information

#325336 (or 0x325336) is unknown color: approx Parsley. HEX triplet: 32, 53 and 36. RGB value is (50,83,54). Sum of RGB (Red+Green+Blue) = 50+83+54=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #325336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325336 is #CDACC9. Grayscale: #454545. Windows color (decimal): -13479114 or 3560242. OLE color: 3560242.

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

Color convert

RGB508354-
CMYK0.4000.350.67
HSL127.27º24.81%26.08%-
HSV(B)127.27º39.76%32.55%-
XYZ5.077.134.6-
YUV69.83119.07113.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=26.74%
G=44.39%
B=28.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083540.4000.350.67127.2724.8126.08
Hex32533628023437f191a
Octal6212366500431031773132
Binary11001010100111101101010000100011100001111111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325336; }

 p { color: rgb(50,83,54); }

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

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

 a { background-color: rgb(50,83,54); }

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

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

 span { border-color: rgb(50,83,54); }

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