Shades of Seaweed #3A462C
Tints of Seaweed #3A462C
RGB
CMYK
RGB Variations
Color information
#3A462C (or 0x3A462C) is known color: Seaweed. HEX triplet: 3A, 46 and 2C. RGB value is (58,70,44). Sum of RGB (Red+Green+Blue) = 58+70+44=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #3A462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A462C is #C5B9D3. Grayscale: #3F3F3F. Windows color (decimal): -12958164 or 2901562. OLE color: 2901562.
HSL color Cylindrical-coordinate representation of color #3A462C: hue angle of 87.69º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A462C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 44 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.73 |
| HSL | 87.69º | 0.23% | 0.22% | - |
| HSV(B) | 87.69º | 0.37% | 0.27% | - |
| XYZ | 4.39 | 5.46 | 3.21 | - |
| YUV | 63.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 44 | 0.17 | 0 | 0.37 | 0.73 | 87.69 | 0.23 | 0.22 |
| Hex | 3A | 46 | 2C | 11 | 0 | 25 | 49 | 58 | 17 | 16 |
| Octal | 72 | 106 | 54 | 21 | 0 | 45 | 111 | 130 | 27 | 26 |
| Binary | 111010 | 1000110 | 101100 | 10001 | 0 | 100101 | 1001001 | 1011000 | 10111 | 10110 |
Color Harmonies of #3A462C
Complementary color
Monochromatic Colors of #3A462C
Black with #3A462C
Text Example
Text Example
White with #3A462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A462C; }
p { color: rgb(58,70,44); }
H1.HeaderClassName
{
color: #3A462C;
}
.AnyTagClassName
{
color: #3A462C;
}
</style>
background-color css
<style>
a { background-color: #3A462C; }
a { background-color: rgb(58,70,44); }
div.DivClassName
{
background-color: #3A462C;
}
.BgClassName
{
background-color: #3A462C;
}
</style>
border-color css
<style>
span { border-color: #3A462C; }
span { border-color: rgb(58,70,44); }
td.TdClassName
{
border-color: #3A462C;
}
.TagClassName
{
border-color: #3A462C;
}
</style>