#325232

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

Shades of Parsley #325232

Tints of Parsley #325232

Color information

#325232 (or 0x325232) is unknown color: approx Parsley. HEX triplet: 32, 52 and 32. RGB value is (50,82,50). Sum of RGB (Red+Green+Blue) = 50+82+50=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #325232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325232 is #CDADCD. Grayscale: #444444. Windows color (decimal): -13479374 or 3297842. OLE color: 3297842.

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

Color convert

RGB508250-
CMYK0.3900.390.68
HSL120º24.24%25.88%-
HSV(B)120º39.02%32.16%-
XYZ4.916.944.1-
YUV68.78117.4114.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=27.47%
G=45.05%
B=27.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082500.3900.390.6812024.2425.88
Hex325232270274478181a
Octal6212262470471041703032
Binary11001010100101100101001110100111100010011110001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325232; }

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

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

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

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

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

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

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

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