#395420

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

Shades of Seaweed #395420

Tints of Seaweed #395420

Color information

#395420 (or 0x395420) is unknown color: approx Seaweed. HEX triplet: 39, 54 and 20. RGB value is (57,84,32). Sum of RGB (Red+Green+Blue) = 57+84+32=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #395420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395420 is #C6ABDF. Grayscale: #464646. Windows color (decimal): -13020128 or 2118713. OLE color: 2118713.

HSL color Cylindrical-coordinate representation of color #395420: hue angle of 91.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395420 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB578432-
CMYK0.3200.620.67
HSL91.15º44.83%22.75%-
HSV(B)91.15º61.9%32.94%-
XYZ5.127.312.51-
YUV70106.55118.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=32.95%
G=48.55%
B=18.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784320.3200.620.6791.1544.8322.75
Hex3954202003E435b2d17
Octal7112440400761031335527
Binary111001101010010000010000001111101000011101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395420; }

 p { color: rgb(57,84,32); }

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

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

 a { background-color: rgb(57,84,32); }

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

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

 span { border-color: rgb(57,84,32); }

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