Shades of Seaweed #393E32
Tints of Seaweed #393E32
RGB
CMYK
RGB Variations
Color information
#393E32 (or 0x393E32) is known color: Seaweed. HEX triplet: 39, 3E and 32. RGB value is (57,62,50). Sum of RGB (Red+Green+Blue) = 57+62+50=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 62 - color contains mainly: green. Hex color #393E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E32 is #C6C1CD. Grayscale: #3B3B3B. Windows color (decimal): -13025742 or 3292729. OLE color: 3292729.
HSL color Cylindrical-coordinate representation of color #393E32: hue angle of 85º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #393E32 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 62 | 50 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.76 |
| HSL | 85º | 0.11% | 0.22% | - |
| HSV(B) | 85º | 0.19% | 0.24% | - |
| XYZ | 3.99 | 4.55 | 3.68 | - |
| YUV | 59.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 50 | 0.08 | 0 | 0.19 | 0.76 | 85 | 0.11 | 0.22 |
| Hex | 39 | 3E | 32 | 8 | 0 | 13 | 4C | 55 | B | 16 |
| Octal | 71 | 76 | 62 | 10 | 0 | 23 | 114 | 125 | 13 | 26 |
| Binary | 111001 | 111110 | 110010 | 1000 | 0 | 10011 | 1001100 | 1010101 | 1011 | 10110 |
Color Harmonies of #393E32
Complementary color
Monochromatic Colors of #393E32
Black with #393E32
Text Example
Text Example
White with #393E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E32; }
p { color: rgb(57,62,50); }
H1.HeaderClassName
{
color: #393E32;
}
.AnyTagClassName
{
color: #393E32;
}
</style>
background-color css
<style>
a { background-color: #393E32; }
a { background-color: rgb(57,62,50); }
div.DivClassName
{
background-color: #393E32;
}
.BgClassName
{
background-color: #393E32;
}
</style>
border-color css
<style>
span { border-color: #393E32; }
span { border-color: rgb(57,62,50); }
td.TdClassName
{
border-color: #393E32;
}
.TagClassName
{
border-color: #393E32;
}
</style>