Shades of Seaweed #3A442B
Tints of Seaweed #3A442B
RGB
CMYK
RGB Variations
Color information
#3A442B (or 0x3A442B) is known color: Seaweed. HEX triplet: 3A, 44 and 2B. RGB value is (58,68,43). Sum of RGB (Red+Green+Blue) = 58+68+43=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 68 - color contains mainly: green. Hex color #3A442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A442B is #C5BBD4. Grayscale: #3E3E3E. Windows color (decimal): -12958677 or 2835514. OLE color: 2835514.
HSL color Cylindrical-coordinate representation of color #3A442B: hue angle of 84º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A442B is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 43 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.73 |
| HSL | 84º | 0.23% | 0.22% | - |
| HSV(B) | 84º | 0.37% | 0.27% | - |
| XYZ | 4.25 | 5.21 | 3.07 | - |
| YUV | 62.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 43 | 0.15 | 0 | 0.37 | 0.73 | 84 | 0.23 | 0.22 |
| Hex | 3A | 44 | 2B | F | 0 | 25 | 49 | 54 | 17 | 16 |
| Octal | 72 | 104 | 53 | 17 | 0 | 45 | 111 | 124 | 27 | 26 |
| Binary | 111010 | 1000100 | 101011 | 1111 | 0 | 100101 | 1001001 | 1010100 | 10111 | 10110 |
Color Harmonies of #3A442B
Complementary color
Monochromatic Colors of #3A442B
Black with #3A442B
Text Example
Text Example
White with #3A442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A442B; }
p { color: rgb(58,68,43); }
H1.HeaderClassName
{
color: #3A442B;
}
.AnyTagClassName
{
color: #3A442B;
}
</style>
background-color css
<style>
a { background-color: #3A442B; }
a { background-color: rgb(58,68,43); }
div.DivClassName
{
background-color: #3A442B;
}
.BgClassName
{
background-color: #3A442B;
}
</style>
border-color css
<style>
span { border-color: #3A442B; }
span { border-color: rgb(58,68,43); }
td.TdClassName
{
border-color: #3A442B;
}
.TagClassName
{
border-color: #3A442B;
}
</style>