Shades of Seaweed #3C482C
Tints of Seaweed #3C482C
RGB
CMYK
RGB Variations
Color information
#3C482C (or 0x3C482C) is known color: Seaweed. HEX triplet: 3C, 48 and 2C. RGB value is (60,72,44). Sum of RGB (Red+Green+Blue) = 60+72+44=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #3C482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C482C is #C3B7D3. Grayscale: #414141. Windows color (decimal): -12826580 or 2902076. OLE color: 2902076.
HSL color Cylindrical-coordinate representation of color #3C482C: hue angle of 85.71º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C482C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 44 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.72 |
| HSL | 85.71º | 0.24% | 0.23% | - |
| HSV(B) | 85.71º | 0.39% | 0.28% | - |
| XYZ | 4.64 | 5.78 | 3.25 | - |
| YUV | 65.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 44 | 0.17 | 0 | 0.39 | 0.72 | 85.71 | 0.24 | 0.23 |
| Hex | 3C | 48 | 2C | 11 | 0 | 27 | 48 | 56 | 18 | 17 |
| Octal | 74 | 110 | 54 | 21 | 0 | 47 | 110 | 126 | 30 | 27 |
| Binary | 111100 | 1001000 | 101100 | 10001 | 0 | 100111 | 1001000 | 1010110 | 11000 | 10111 |
Color Harmonies of #3C482C
Complementary color
Monochromatic Colors of #3C482C
Black with #3C482C
Text Example
Text Example
White with #3C482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C482C; }
p { color: rgb(60,72,44); }
H1.HeaderClassName
{
color: #3C482C;
}
.AnyTagClassName
{
color: #3C482C;
}
</style>
background-color css
<style>
a { background-color: #3C482C; }
a { background-color: rgb(60,72,44); }
div.DivClassName
{
background-color: #3C482C;
}
.BgClassName
{
background-color: #3C482C;
}
</style>
border-color css
<style>
span { border-color: #3C482C; }
span { border-color: rgb(60,72,44); }
td.TdClassName
{
border-color: #3C482C;
}
.TagClassName
{
border-color: #3C482C;
}
</style>