Shades of Seaweed #3A442D
Tints of Seaweed #3A442D
RGB
CMYK
RGB Variations
Color information
#3A442D (or 0x3A442D) is known color: Seaweed. HEX triplet: 3A, 44 and 2D. RGB value is (58,68,45). Sum of RGB (Red+Green+Blue) = 58+68+45=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 68 - color contains mainly: green. Hex color #3A442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A442D is #C5BBD2. Grayscale: #3E3E3E. Windows color (decimal): -12958675 or 2966586. OLE color: 2966586.
HSL color Cylindrical-coordinate representation of color #3A442D: hue angle of 86.09º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A442D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 45 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.73 |
| HSL | 86.09º | 0.2% | 0.22% | - |
| HSV(B) | 86.09º | 0.34% | 0.27% | - |
| XYZ | 4.29 | 5.22 | 3.26 | - |
| YUV | 62.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 45 | 0.15 | 0 | 0.34 | 0.73 | 86.09 | 0.2 | 0.22 |
| Hex | 3A | 44 | 2D | F | 0 | 22 | 49 | 56 | 14 | 16 |
| Octal | 72 | 104 | 55 | 17 | 0 | 42 | 111 | 126 | 24 | 26 |
| Binary | 111010 | 1000100 | 101101 | 1111 | 0 | 100010 | 1001001 | 1010110 | 10100 | 10110 |
Color Harmonies of #3A442D
Complementary color
Monochromatic Colors of #3A442D
Black with #3A442D
Text Example
Text Example
White with #3A442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A442D; }
p { color: rgb(58,68,45); }
H1.HeaderClassName
{
color: #3A442D;
}
.AnyTagClassName
{
color: #3A442D;
}
</style>
background-color css
<style>
a { background-color: #3A442D; }
a { background-color: rgb(58,68,45); }
div.DivClassName
{
background-color: #3A442D;
}
.BgClassName
{
background-color: #3A442D;
}
</style>
border-color css
<style>
span { border-color: #3A442D; }
span { border-color: rgb(58,68,45); }
td.TdClassName
{
border-color: #3A442D;
}
.TagClassName
{
border-color: #3A442D;
}
</style>