Shades of Seaweed #3B462D
Tints of Seaweed #3B462D
RGB
CMYK
RGB Variations
Color information
#3B462D (or 0x3B462D) is known color: Seaweed. HEX triplet: 3B, 46 and 2D. RGB value is (59,70,45). Sum of RGB (Red+Green+Blue) = 59+70+45=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #3B462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B462D is #C4B9D2. Grayscale: #3F3F3F. Windows color (decimal): -12892627 or 2967099. OLE color: 2967099.
HSL color Cylindrical-coordinate representation of color #3B462D: hue angle of 86.4º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B462D is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 45 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.73 |
| HSL | 86.4º | 0.22% | 0.23% | - |
| HSV(B) | 86.4º | 0.36% | 0.27% | - |
| XYZ | 4.47 | 5.5 | 3.31 | - |
| YUV | 63.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 45 | 0.16 | 0 | 0.36 | 0.73 | 86.4 | 0.22 | 0.23 |
| Hex | 3B | 46 | 2D | 10 | 0 | 24 | 49 | 56 | 16 | 17 |
| Octal | 73 | 106 | 55 | 20 | 0 | 44 | 111 | 126 | 26 | 27 |
| Binary | 111011 | 1000110 | 101101 | 10000 | 0 | 100100 | 1001001 | 1010110 | 10110 | 10111 |
Color Harmonies of #3B462D
Complementary color
Monochromatic Colors of #3B462D
Black with #3B462D
Text Example
Text Example
White with #3B462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B462D; }
p { color: rgb(59,70,45); }
H1.HeaderClassName
{
color: #3B462D;
}
.AnyTagClassName
{
color: #3B462D;
}
</style>
background-color css
<style>
a { background-color: #3B462D; }
a { background-color: rgb(59,70,45); }
div.DivClassName
{
background-color: #3B462D;
}
.BgClassName
{
background-color: #3B462D;
}
</style>
border-color css
<style>
span { border-color: #3B462D; }
span { border-color: rgb(59,70,45); }
td.TdClassName
{
border-color: #3B462D;
}
.TagClassName
{
border-color: #3B462D;
}
</style>