#324521

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

Shades of Seaweed #324521

Tints of Seaweed #324521

Color information

#324521 (or 0x324521) is unknown color: approx Seaweed. HEX triplet: 32, 45 and 21. RGB value is (50,69,33). Sum of RGB (Red+Green+Blue) = 50+69+33=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #324521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324521 is #CDBADE. Grayscale: #3B3B3B. Windows color (decimal): -13482719 or 2180402. OLE color: 2180402.

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

Color convert

RGB506933-
CMYK0.2800.520.73
HSL91.67º35.29%20%-
HSV(B)91.67º52.17%27.06%-
XYZ3.725.042.22-
YUV59.22113.21121.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=32.89%
G=45.39%
B=21.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069330.2800.520.7391.6735.2920
Hex3245211C034495c2314
Octal6210541340641111344324
Binary11001010001011000011110001101001001001101110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324521; }

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

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

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

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

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

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

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

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