#324020

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

Shades of Seaweed #324020

Tints of Seaweed #324020

Color information

#324020 (or 0x324020) is unknown color: approx Seaweed. HEX triplet: 32, 40 and 20. RGB value is (50,64,32). Sum of RGB (Red+Green+Blue) = 50+64+32=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #324020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324020 is #CDBFDF. Grayscale: #383838. Windows color (decimal): -13484000 or 2113586. OLE color: 2113586.

HSL color Cylindrical-coordinate representation of color #324020: hue angle of 86.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324020 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB506432-
CMYK0.2200.500.75
HSL86.25º33.33%18.82%-
HSV(B)86.25º50%25.1%-
XYZ3.414.452.05-
YUV56.17114.36123.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=34.25%
G=43.84%
B=21.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064320.2200.500.7586.2533.3318.82
Hex324020160324B562113
Octal6210040260621131264123
Binary11001010000001000001011001100101001011101011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324020; }

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

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

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

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

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

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

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

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