#324520

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

Shades of Seaweed #324520

Tints of Seaweed #324520

Color information

#324520 (or 0x324520) is unknown color: approx Seaweed. HEX triplet: 32, 45 and 20. RGB value is (50,69,32). Sum of RGB (Red+Green+Blue) = 50+69+32=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #324520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324520 is #CDBADF. Grayscale: #3B3B3B. Windows color (decimal): -13482720 or 2114866. OLE color: 2114866.

HSL color Cylindrical-coordinate representation of color #324520: hue angle of 90.81º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #324520 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB506932-
CMYK0.2800.540.73
HSL90.81º36.63%19.8%-
HSV(B)90.81º53.62%27.06%-
XYZ3.75.042.14-
YUV59.1112.71121.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.11%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=33.11%
G=45.70%
B=21.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069320.2800.540.7390.8136.6319.8
Hex3245201C036495b2514
Octal6210540340661111334524
Binary11001010001011000001110001101101001001101101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324520; }

 p { color: rgb(50,69,32); }

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

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

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

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

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

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

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