#324420

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

Shades of Seaweed #324420

Tints of Seaweed #324420

Color information

#324420 (or 0x324420) is unknown color: approx Seaweed. HEX triplet: 32, 44 and 20. RGB value is (50,68,32). Sum of RGB (Red+Green+Blue) = 50+68+32=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #324420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324420 is #CDBBDF. Grayscale: #3A3A3A. Windows color (decimal): -13482976 or 2114610. OLE color: 2114610.

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

Color convert

RGB506832-
CMYK0.2600.530.73
HSL90º36%19.61%-
HSV(B)90º52.94%26.67%-
XYZ3.644.922.12-
YUV58.51113.04121.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=33.33%
G=45.33%
B=21.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5068320.2600.530.73903619.61
Hex3244201A035495a2414
Octal6210440320651111324424
Binary11001010001001000001101001101011001001101101010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324420; }

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

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

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

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

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

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

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

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