#324120

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

Shades of Seaweed #324120

Tints of Seaweed #324120

Color information

#324120 (or 0x324120) is unknown color: approx Seaweed. HEX triplet: 32, 41 and 20. RGB value is (50,65,32). Sum of RGB (Red+Green+Blue) = 50+65+32=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #324120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324120 is #CDBEDF. Grayscale: #383838. Windows color (decimal): -13483744 or 2113842. OLE color: 2113842.

HSL color Cylindrical-coordinate representation of color #324120: hue angle of 87.27º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324120 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB506532-
CMYK0.2300.510.75
HSL87.27º34.02%19.02%-
HSV(B)87.27º50.77%25.49%-
XYZ3.474.562.06-
YUV56.75114.03123.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=34.01%
G=44.22%
B=21.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065320.2300.510.7587.2734.0219.02
Hex324120170334B572213
Octal6210140270631131274223
Binary11001010000011000001011101100111001011101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324120; }

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

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

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

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

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

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

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

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