#325536

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

Shades of Parsley #325536

Tints of Parsley #325536

Color information

#325536 (or 0x325536) is unknown color: approx Parsley. HEX triplet: 32, 55 and 36. RGB value is (50,85,54). Sum of RGB (Red+Green+Blue) = 50+85+54=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #325536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325536 is #CDAAC9. Grayscale: #474747. Windows color (decimal): -13478602 or 3560754. OLE color: 3560754.

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

Color convert

RGB508554-
CMYK0.4100.360.67
HSL126.86º25.93%26.47%-
HSV(B)126.86º41.18%33.33%-
XYZ5.237.444.65-
YUV71118.4113.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 54 (21.48% from 255) = 28.57%
R=26.46%
G=44.97%
B=28.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085540.4100.360.67126.8625.9326.47
Hex32553629024437f1a1a
Octal6212566510441031773232
Binary11001010101011101101010010100100100001111111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325536; }

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

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

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

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

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

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

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

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