Shades of Seaweed #3A412F
Tints of Seaweed #3A412F
RGB
CMYK
RGB Variations
Color information
#3A412F (or 0x3A412F) is known color: Seaweed. HEX triplet: 3A, 41 and 2F. RGB value is (58,65,47). Sum of RGB (Red+Green+Blue) = 58+65+47=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #3A412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A412F is #C5BED0. Grayscale: #3C3C3C. Windows color (decimal): -12959441 or 3096890. OLE color: 3096890.
HSL color Cylindrical-coordinate representation of color #3A412F: hue angle of 83.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A412F is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 47 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.75 |
| HSL | 83.33º | 0.16% | 0.22% | - |
| HSV(B) | 83.33º | 0.28% | 0.25% | - |
| XYZ | 4.15 | 4.89 | 3.41 | - |
| YUV | 60.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 47 | 0.11 | 0 | 0.28 | 0.75 | 83.33 | 0.16 | 0.22 |
| Hex | 3A | 41 | 2F | B | 0 | 1C | 4B | 53 | 10 | 16 |
| Octal | 72 | 101 | 57 | 13 | 0 | 34 | 113 | 123 | 20 | 26 |
| Binary | 111010 | 1000001 | 101111 | 1011 | 0 | 11100 | 1001011 | 1010011 | 10000 | 10110 |
Color Harmonies of #3A412F
Complementary color
Monochromatic Colors of #3A412F
Black with #3A412F
Text Example
Text Example
White with #3A412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A412F; }
p { color: rgb(58,65,47); }
H1.HeaderClassName
{
color: #3A412F;
}
.AnyTagClassName
{
color: #3A412F;
}
</style>
background-color css
<style>
a { background-color: #3A412F; }
a { background-color: rgb(58,65,47); }
div.DivClassName
{
background-color: #3A412F;
}
.BgClassName
{
background-color: #3A412F;
}
</style>
border-color css
<style>
span { border-color: #3A412F; }
span { border-color: rgb(58,65,47); }
td.TdClassName
{
border-color: #3A412F;
}
.TagClassName
{
border-color: #3A412F;
}
</style>