#395320

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

Shades of Seaweed #395320

Tints of Seaweed #395320

Color information

#395320 (or 0x395320) is unknown color: approx Seaweed. HEX triplet: 39, 53 and 20. RGB value is (57,83,32). Sum of RGB (Red+Green+Blue) = 57+83+32=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #395320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395320 is #C6ACDF. Grayscale: #454545. Windows color (decimal): -13020384 or 2118457. OLE color: 2118457.

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

Color convert

RGB578332-
CMYK0.3100.610.67
HSL90.59º44.35%22.55%-
HSV(B)90.59º61.45%32.55%-
XYZ5.047.162.48-
YUV69.41106.89119.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=33.14%
G=48.26%
B=18.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783320.3100.610.6790.5944.3522.55
Hex3953201F03D435b2c17
Octal7112340370751031335427
Binary11100110100111000001111101111011000011101101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395320; }

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

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

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

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

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

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

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

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