Shades of Seaweed #3A472A
Tints of Seaweed #3A472A
RGB
CMYK
RGB Variations
Color information
#3A472A (or 0x3A472A) is known color: Seaweed. HEX triplet: 3A, 47 and 2A. RGB value is (58,71,42). Sum of RGB (Red+Green+Blue) = 58+71+42=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #3A472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A472A is #C5B8D5. Grayscale: #3F3F3F. Windows color (decimal): -12957910 or 2770746. OLE color: 2770746.
HSL color Cylindrical-coordinate representation of color #3A472A: hue angle of 86.9º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A472A is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 42 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.72 |
| HSL | 86.9º | 0.26% | 0.22% | - |
| HSV(B) | 86.9º | 0.41% | 0.28% | - |
| XYZ | 4.42 | 5.57 | 3.03 | - |
| YUV | 63.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 42 | 0.18 | 0 | 0.41 | 0.72 | 86.9 | 0.26 | 0.22 |
| Hex | 3A | 47 | 2A | 12 | 0 | 29 | 48 | 57 | 1A | 16 |
| Octal | 72 | 107 | 52 | 22 | 0 | 51 | 110 | 127 | 32 | 26 |
| Binary | 111010 | 1000111 | 101010 | 10010 | 0 | 101001 | 1001000 | 1010111 | 11010 | 10110 |
Color Harmonies of #3A472A
Complementary color
Monochromatic Colors of #3A472A
Black with #3A472A
Text Example
Text Example
White with #3A472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A472A; }
p { color: rgb(58,71,42); }
H1.HeaderClassName
{
color: #3A472A;
}
.AnyTagClassName
{
color: #3A472A;
}
</style>
background-color css
<style>
a { background-color: #3A472A; }
a { background-color: rgb(58,71,42); }
div.DivClassName
{
background-color: #3A472A;
}
.BgClassName
{
background-color: #3A472A;
}
</style>
border-color css
<style>
span { border-color: #3A472A; }
span { border-color: rgb(58,71,42); }
td.TdClassName
{
border-color: #3A472A;
}
.TagClassName
{
border-color: #3A472A;
}
</style>