Shades of Seaweed #3A462B
Tints of Seaweed #3A462B
RGB
CMYK
RGB Variations
Color information
#3A462B (or 0x3A462B) is known color: Seaweed. HEX triplet: 3A, 46 and 2B. RGB value is (58,70,43). Sum of RGB (Red+Green+Blue) = 58+70+43=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #3A462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A462B is #C5B9D4. Grayscale: #3F3F3F. Windows color (decimal): -12958165 or 2836026. OLE color: 2836026.
HSL color Cylindrical-coordinate representation of color #3A462B: hue angle of 86.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A462B is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 43 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.73 |
| HSL | 86.67º | 0.24% | 0.22% | - |
| HSV(B) | 86.67º | 0.39% | 0.27% | - |
| XYZ | 4.37 | 5.45 | 3.11 | - |
| YUV | 63.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 43 | 0.17 | 0 | 0.39 | 0.73 | 86.67 | 0.24 | 0.22 |
| Hex | 3A | 46 | 2B | 11 | 0 | 27 | 49 | 57 | 18 | 16 |
| Octal | 72 | 106 | 53 | 21 | 0 | 47 | 111 | 127 | 30 | 26 |
| Binary | 111010 | 1000110 | 101011 | 10001 | 0 | 100111 | 1001001 | 1010111 | 11000 | 10110 |
Color Harmonies of #3A462B
Complementary color
Monochromatic Colors of #3A462B
Black with #3A462B
Text Example
Text Example
White with #3A462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A462B; }
p { color: rgb(58,70,43); }
H1.HeaderClassName
{
color: #3A462B;
}
.AnyTagClassName
{
color: #3A462B;
}
</style>
background-color css
<style>
a { background-color: #3A462B; }
a { background-color: rgb(58,70,43); }
div.DivClassName
{
background-color: #3A462B;
}
.BgClassName
{
background-color: #3A462B;
}
</style>
border-color css
<style>
span { border-color: #3A462B; }
span { border-color: rgb(58,70,43); }
td.TdClassName
{
border-color: #3A462B;
}
.TagClassName
{
border-color: #3A462B;
}
</style>