Shades of Seaweed #393D34
Tints of Seaweed #393D34
RGB
CMYK
RGB Variations
Color information
#393D34 (or 0x393D34) is known color: Seaweed. HEX triplet: 39, 3D and 34. RGB value is (57,61,52). Sum of RGB (Red+Green+Blue) = 57+61+52=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 61 - color contains mainly: green. Hex color #393D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D34 is #C6C2CB. Grayscale: #3A3A3A. Windows color (decimal): -13025996 or 3423545. OLE color: 3423545.
HSL color Cylindrical-coordinate representation of color #393D34: hue angle of 86.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #393D34 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 52 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.76 |
| HSL | 86.67º | 0.08% | 0.22% | - |
| HSV(B) | 86.67º | 0.15% | 0.24% | - |
| XYZ | 3.98 | 4.46 | 3.9 | - |
| YUV | 58.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 52 | 0.07 | 0 | 0.15 | 0.76 | 86.67 | 0.08 | 0.22 |
| Hex | 39 | 3D | 34 | 7 | 0 | F | 4C | 57 | 8 | 16 |
| Octal | 71 | 75 | 64 | 7 | 0 | 17 | 114 | 127 | 10 | 26 |
| Binary | 111001 | 111101 | 110100 | 111 | 0 | 1111 | 1001100 | 1010111 | 1000 | 10110 |
Color Harmonies of #393D34
Complementary color
Monochromatic Colors of #393D34
Black with #393D34
Text Example
Text Example
White with #393D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D34; }
p { color: rgb(57,61,52); }
H1.HeaderClassName
{
color: #393D34;
}
.AnyTagClassName
{
color: #393D34;
}
</style>
background-color css
<style>
a { background-color: #393D34; }
a { background-color: rgb(57,61,52); }
div.DivClassName
{
background-color: #393D34;
}
.BgClassName
{
background-color: #393D34;
}
</style>
border-color css
<style>
span { border-color: #393D34; }
span { border-color: rgb(57,61,52); }
td.TdClassName
{
border-color: #393D34;
}
.TagClassName
{
border-color: #393D34;
}
</style>