Shades of Seaweed #394C1C
Tints of Seaweed #394C1C
RGB
CMYK
RGB Variations
Color information
#394C1C (or 0x394C1C) is known color: Seaweed. HEX triplet: 39, 4C and 1C. RGB value is (57,76,28). Sum of RGB (Red+Green+Blue) = 57+76+28=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #394C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C1C is #C6B3E3. Grayscale: #414141. Windows color (decimal): -13022180 or 1854521. OLE color: 1854521.
HSL color Cylindrical-coordinate representation of color #394C1C: hue angle of 83.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394C1C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 76 | 28 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.70 |
| HSL | 83.75º | 0.46% | 0.2% | - |
| HSV(B) | 83.75º | 0.63% | 0.3% | - |
| XYZ | 4.48 | 6.12 | 2.04 | - |
| YUV | 64.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 28 | 0.25 | 0 | 0.63 | 0.70 | 83.75 | 0.46 | 0.2 |
| Hex | 39 | 4C | 1C | 19 | 0 | 3F | 46 | 54 | 2E | 14 |
| Octal | 71 | 114 | 34 | 31 | 0 | 77 | 106 | 124 | 56 | 24 |
| Binary | 111001 | 1001100 | 11100 | 11001 | 0 | 111111 | 1000110 | 1010100 | 101110 | 10100 |
Color Harmonies of #394C1C
Complementary color
Monochromatic Colors of #394C1C
Black with #394C1C
Text Example
Text Example
White with #394C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C1C; }
p { color: rgb(57,76,28); }
H1.HeaderClassName
{
color: #394C1C;
}
.AnyTagClassName
{
color: #394C1C;
}
</style>
background-color css
<style>
a { background-color: #394C1C; }
a { background-color: rgb(57,76,28); }
div.DivClassName
{
background-color: #394C1C;
}
.BgClassName
{
background-color: #394C1C;
}
</style>
border-color css
<style>
span { border-color: #394C1C; }
span { border-color: rgb(57,76,28); }
td.TdClassName
{
border-color: #394C1C;
}
.TagClassName
{
border-color: #394C1C;
}
</style>