Shades of Seaweed #3C492C
Tints of Seaweed #3C492C
RGB
CMYK
RGB Variations
Color information
#3C492C (or 0x3C492C) is known color: Seaweed. HEX triplet: 3C, 49 and 2C. RGB value is (60,73,44). Sum of RGB (Red+Green+Blue) = 60+73+44=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #3C492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C492C is #C3B6D3. Grayscale: #414141. Windows color (decimal): -12826324 or 2902332. OLE color: 2902332.
HSL color Cylindrical-coordinate representation of color #3C492C: hue angle of 86.9º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C492C is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 44 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.71 |
| HSL | 86.9º | 0.25% | 0.23% | - |
| HSV(B) | 86.9º | 0.4% | 0.29% | - |
| XYZ | 4.7 | 5.91 | 3.28 | - |
| YUV | 65.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 44 | 0.18 | 0 | 0.40 | 0.71 | 86.9 | 0.25 | 0.23 |
| Hex | 3C | 49 | 2C | 12 | 0 | 28 | 47 | 57 | 19 | 17 |
| Octal | 74 | 111 | 54 | 22 | 0 | 50 | 107 | 127 | 31 | 27 |
| Binary | 111100 | 1001001 | 101100 | 10010 | 0 | 101000 | 1000111 | 1010111 | 11001 | 10111 |
Color Harmonies of #3C492C
Complementary color
Monochromatic Colors of #3C492C
Black with #3C492C
Text Example
Text Example
White with #3C492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C492C; }
p { color: rgb(60,73,44); }
H1.HeaderClassName
{
color: #3C492C;
}
.AnyTagClassName
{
color: #3C492C;
}
</style>
background-color css
<style>
a { background-color: #3C492C; }
a { background-color: rgb(60,73,44); }
div.DivClassName
{
background-color: #3C492C;
}
.BgClassName
{
background-color: #3C492C;
}
</style>
border-color css
<style>
span { border-color: #3C492C; }
span { border-color: rgb(60,73,44); }
td.TdClassName
{
border-color: #3C492C;
}
.TagClassName
{
border-color: #3C492C;
}
</style>