Shades of Seaweed #394D1D
Tints of Seaweed #394D1D
RGB
CMYK
RGB Variations
Color information
#394D1D (or 0x394D1D) is known color: Seaweed. HEX triplet: 39, 4D and 1D. RGB value is (57,77,29). Sum of RGB (Red+Green+Blue) = 57+77+29=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #394D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D1D is #C6B2E2. Grayscale: #414141. Windows color (decimal): -13021923 or 1920313. OLE color: 1920313.
HSL color Cylindrical-coordinate representation of color #394D1D: hue angle of 85º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #394D1D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 29 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.70 |
| HSL | 85º | 0.45% | 0.21% | - |
| HSV(B) | 85º | 0.62% | 0.3% | - |
| XYZ | 4.56 | 6.27 | 2.13 | - |
| YUV | 65.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 29 | 0.26 | 0 | 0.62 | 0.70 | 85 | 0.45 | 0.21 |
| Hex | 39 | 4D | 1D | 1A | 0 | 3E | 46 | 55 | 2D | 15 |
| Octal | 71 | 115 | 35 | 32 | 0 | 76 | 106 | 125 | 55 | 25 |
| Binary | 111001 | 1001101 | 11101 | 11010 | 0 | 111110 | 1000110 | 1010101 | 101101 | 10101 |
Color Harmonies of #394D1D
Complementary color
Monochromatic Colors of #394D1D
Black with #394D1D
Text Example
Text Example
White with #394D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D1D; }
p { color: rgb(57,77,29); }
H1.HeaderClassName
{
color: #394D1D;
}
.AnyTagClassName
{
color: #394D1D;
}
</style>
background-color css
<style>
a { background-color: #394D1D; }
a { background-color: rgb(57,77,29); }
div.DivClassName
{
background-color: #394D1D;
}
.BgClassName
{
background-color: #394D1D;
}
</style>
border-color css
<style>
span { border-color: #394D1D; }
span { border-color: rgb(57,77,29); }
td.TdClassName
{
border-color: #394D1D;
}
.TagClassName
{
border-color: #394D1D;
}
</style>