Shades of Seaweed #3A482A
Tints of Seaweed #3A482A
RGB
CMYK
RGB Variations
Color information
#3A482A (or 0x3A482A) is known color: Seaweed. HEX triplet: 3A, 48 and 2A. RGB value is (58,72,42). Sum of RGB (Red+Green+Blue) = 58+72+42=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #3A482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A482A is #C5B7D5. Grayscale: #404040. Windows color (decimal): -12957654 or 2771002. OLE color: 2771002.
HSL color Cylindrical-coordinate representation of color #3A482A: hue angle of 88º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A482A is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 42 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.72 |
| HSL | 88º | 0.26% | 0.22% | - |
| HSV(B) | 88º | 0.42% | 0.28% | - |
| XYZ | 4.48 | 5.7 | 3.05 | - |
| YUV | 64.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 42 | 0.19 | 0 | 0.42 | 0.72 | 88 | 0.26 | 0.22 |
| Hex | 3A | 48 | 2A | 13 | 0 | 2A | 48 | 58 | 1A | 16 |
| Octal | 72 | 110 | 52 | 23 | 0 | 52 | 110 | 130 | 32 | 26 |
| Binary | 111010 | 1001000 | 101010 | 10011 | 0 | 101010 | 1001000 | 1011000 | 11010 | 10110 |
Color Harmonies of #3A482A
Complementary color
Monochromatic Colors of #3A482A
Black with #3A482A
Text Example
Text Example
White with #3A482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A482A; }
p { color: rgb(58,72,42); }
H1.HeaderClassName
{
color: #3A482A;
}
.AnyTagClassName
{
color: #3A482A;
}
</style>
background-color css
<style>
a { background-color: #3A482A; }
a { background-color: rgb(58,72,42); }
div.DivClassName
{
background-color: #3A482A;
}
.BgClassName
{
background-color: #3A482A;
}
</style>
border-color css
<style>
span { border-color: #3A482A; }
span { border-color: rgb(58,72,42); }
td.TdClassName
{
border-color: #3A482A;
}
.TagClassName
{
border-color: #3A482A;
}
</style>