#395221

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

Shades of Seaweed #395221

Tints of Seaweed #395221

Color information

#395221 (or 0x395221) is unknown color: approx Seaweed. HEX triplet: 39, 52 and 21. RGB value is (57,82,33). Sum of RGB (Red+Green+Blue) = 57+82+33=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #395221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395221 is #C6ADDE. Grayscale: #454545. Windows color (decimal): -13020639 or 2183737. OLE color: 2183737.

HSL color Cylindrical-coordinate representation of color #395221: hue angle of 90.61º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #395221 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB578233-
CMYK0.3000.600.68
HSL90.61º42.61%22.55%-
HSV(B)90.61º59.76%32.16%-
XYZ4.987.012.53-
YUV68.94107.72119.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=33.14%
G=47.67%
B=19.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782330.3000.600.6890.6142.6122.55
Hex3952211E03C445b2b17
Octal7112241360741041335327
Binary11100110100101000011111001111001000100101101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395221; }

 p { color: rgb(57,82,33); }

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

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

 a { background-color: rgb(57,82,33); }

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

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

 span { border-color: rgb(57,82,33); }

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