Shades of Seaweed #3C492B
Tints of Seaweed #3C492B
RGB
CMYK
RGB Variations
Color information
#3C492B (or 0x3C492B) is known color: Seaweed. HEX triplet: 3C, 49 and 2B. RGB value is (60,73,43). Sum of RGB (Red+Green+Blue) = 60+73+43=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #3C492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C492B is #C3B6D4. Grayscale: #414141. Windows color (decimal): -12826325 or 2836796. OLE color: 2836796.
HSL color Cylindrical-coordinate representation of color #3C492B: hue angle of 86º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C492B is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 43 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.71 |
| HSL | 86º | 0.26% | 0.23% | - |
| HSV(B) | 86º | 0.41% | 0.29% | - |
| XYZ | 4.68 | 5.9 | 3.18 | - |
| YUV | 65.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 43 | 0.18 | 0 | 0.41 | 0.71 | 86 | 0.26 | 0.23 |
| Hex | 3C | 49 | 2B | 12 | 0 | 29 | 47 | 56 | 1A | 17 |
| Octal | 74 | 111 | 53 | 22 | 0 | 51 | 107 | 126 | 32 | 27 |
| Binary | 111100 | 1001001 | 101011 | 10010 | 0 | 101001 | 1000111 | 1010110 | 11010 | 10111 |
Color Harmonies of #3C492B
Complementary color
Monochromatic Colors of #3C492B
Black with #3C492B
Text Example
Text Example
White with #3C492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C492B; }
p { color: rgb(60,73,43); }
H1.HeaderClassName
{
color: #3C492B;
}
.AnyTagClassName
{
color: #3C492B;
}
</style>
background-color css
<style>
a { background-color: #3C492B; }
a { background-color: rgb(60,73,43); }
div.DivClassName
{
background-color: #3C492B;
}
.BgClassName
{
background-color: #3C492B;
}
</style>
border-color css
<style>
span { border-color: #3C492B; }
span { border-color: rgb(60,73,43); }
td.TdClassName
{
border-color: #3C492B;
}
.TagClassName
{
border-color: #3C492B;
}
</style>