#325333

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

Shades of Parsley #325333

Tints of Parsley #325333

Color information

#325333 (or 0x325333) is unknown color: approx Parsley. HEX triplet: 32, 53 and 33. RGB value is (50,83,51). Sum of RGB (Red+Green+Blue) = 50+83+51=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #325333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325333 is #CDACCC. Grayscale: #454545. Windows color (decimal): -13479117 or 3363634. OLE color: 3363634.

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

Color convert

RGB508351-
CMYK0.4000.390.67
HSL121.82º24.81%26.08%-
HSV(B)121.82º39.76%32.55%-
XYZ5.017.14.24-
YUV69.48117.57114.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=27.17%
G=45.11%
B=27.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083510.4000.390.67121.8224.8126.08
Hex32533328027437a191a
Octal6212363500471031723132
Binary11001010100111100111010000100111100001111110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325333; }

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

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

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

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

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

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

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

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