#324920

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

Shades of Seaweed #324920

Tints of Seaweed #324920

Color information

#324920 (or 0x324920) is unknown color: approx Seaweed. HEX triplet: 32, 49 and 20. RGB value is (50,73,32). Sum of RGB (Red+Green+Blue) = 50+73+32=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #324920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324920 is #CDB6DF. Grayscale: #3D3D3D. Windows color (decimal): -13481696 or 2115890. OLE color: 2115890.

HSL color Cylindrical-coordinate representation of color #324920: hue angle of 93.66º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324920 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB507332-
CMYK0.3200.560.71
HSL93.66º39.05%20.59%-
HSV(B)93.66º56.16%28.63%-
XYZ3.965.552.23-
YUV61.45111.38119.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=32.26%
G=47.10%
B=20.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073320.3200.560.7193.6639.0520.59
Hex32492020038475e2715
Octal6211140400701071364725
Binary110010100100110000010000001110001000111101111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324920; }

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

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

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

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

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

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

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

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