Shades of Seaweed #3B482B
Tints of Seaweed #3B482B
RGB
CMYK
RGB Variations
Color information
#3B482B (or 0x3B482B) is known color: Seaweed. HEX triplet: 3B, 48 and 2B. RGB value is (59,72,43). Sum of RGB (Red+Green+Blue) = 59+72+43=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #3B482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B482B is #C4B7D4. Grayscale: #404040. Windows color (decimal): -12892117 or 2836539. OLE color: 2836539.
HSL color Cylindrical-coordinate representation of color #3B482B: hue angle of 86.9º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B482B is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 72 | 43 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.72 |
| HSL | 86.9º | 0.25% | 0.23% | - |
| HSV(B) | 86.9º | 0.4% | 0.28% | - |
| XYZ | 4.56 | 5.74 | 3.15 | - |
| YUV | 64.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 43 | 0.18 | 0 | 0.40 | 0.72 | 86.9 | 0.25 | 0.23 |
| Hex | 3B | 48 | 2B | 12 | 0 | 28 | 48 | 57 | 19 | 17 |
| Octal | 73 | 110 | 53 | 22 | 0 | 50 | 110 | 127 | 31 | 27 |
| Binary | 111011 | 1001000 | 101011 | 10010 | 0 | 101000 | 1001000 | 1010111 | 11001 | 10111 |
Color Harmonies of #3B482B
Complementary color
Monochromatic Colors of #3B482B
Black with #3B482B
Text Example
Text Example
White with #3B482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B482B; }
p { color: rgb(59,72,43); }
H1.HeaderClassName
{
color: #3B482B;
}
.AnyTagClassName
{
color: #3B482B;
}
</style>
background-color css
<style>
a { background-color: #3B482B; }
a { background-color: rgb(59,72,43); }
div.DivClassName
{
background-color: #3B482B;
}
.BgClassName
{
background-color: #3B482B;
}
</style>
border-color css
<style>
span { border-color: #3B482B; }
span { border-color: rgb(59,72,43); }
td.TdClassName
{
border-color: #3B482B;
}
.TagClassName
{
border-color: #3B482B;
}
</style>