#324821

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

Shades of Seaweed #324821

Tints of Seaweed #324821

Color information

#324821 (or 0x324821) is unknown color: approx Seaweed. HEX triplet: 32, 48 and 21. RGB value is (50,72,33). Sum of RGB (Red+Green+Blue) = 50+72+33=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #324821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324821 is #CDB7DE. Grayscale: #3D3D3D. Windows color (decimal): -13481951 or 2181170. OLE color: 2181170.

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

Color convert

RGB507233-
CMYK0.3100.540.72
HSL93.85º37.14%20.59%-
HSV(B)93.85º54.17%28.24%-
XYZ3.915.422.28-
YUV60.98112.21120.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=32.26%
G=46.45%
B=21.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072330.3100.540.7293.8537.1420.59
Hex3248211F036485e2515
Octal6211041370661101364525
Binary11001010010001000011111101101101001000101111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324821; }

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

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

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

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

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

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

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

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