#325236

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

Shades of Parsley #325236

Tints of Parsley #325236

Color information

#325236 (or 0x325236) is unknown color: approx Parsley. HEX triplet: 32, 52 and 36. RGB value is (50,82,54). Sum of RGB (Red+Green+Blue) = 50+82+54=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #325236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325236 is #CDADC9. Grayscale: #454545. Windows color (decimal): -13479370 or 3559986. OLE color: 3559986.

HSL color Cylindrical-coordinate representation of color #325236: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325236 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB508254-
CMYK0.3900.340.68
HSL127.5º24.24%25.88%-
HSV(B)127.5º39.02%32.16%-
XYZ56.984.57-
YUV69.24119.4114.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=26.88%
G=44.09%
B=29.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082540.3900.340.68127.524.2425.88
Hex325236270224480181a
Octal6212266470421042003032
Binary110010101001011011010011101000101000100100000001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325236; }

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

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

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

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

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

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

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

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