Shades of Seaweed #3B462A
Tints of Seaweed #3B462A
RGB
CMYK
RGB Variations
Color information
#3B462A (or 0x3B462A) is known color: Seaweed. HEX triplet: 3B, 46 and 2A. RGB value is (59,70,42). Sum of RGB (Red+Green+Blue) = 59+70+42=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #3B462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B462A is #C4B9D5. Grayscale: #3F3F3F. Windows color (decimal): -12892630 or 2770491. OLE color: 2770491.
HSL color Cylindrical-coordinate representation of color #3B462A: hue angle of 83.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B462A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 42 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.73 |
| HSL | 83.57º | 0.25% | 0.22% | - |
| HSV(B) | 83.57º | 0.4% | 0.27% | - |
| XYZ | 4.41 | 5.48 | 3.02 | - |
| YUV | 63.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 42 | 0.16 | 0 | 0.40 | 0.73 | 83.57 | 0.25 | 0.22 |
| Hex | 3B | 46 | 2A | 10 | 0 | 28 | 49 | 54 | 19 | 16 |
| Octal | 73 | 106 | 52 | 20 | 0 | 50 | 111 | 124 | 31 | 26 |
| Binary | 111011 | 1000110 | 101010 | 10000 | 0 | 101000 | 1001001 | 1010100 | 11001 | 10110 |
Color Harmonies of #3B462A
Complementary color
Monochromatic Colors of #3B462A
Black with #3B462A
Text Example
Text Example
White with #3B462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B462A; }
p { color: rgb(59,70,42); }
H1.HeaderClassName
{
color: #3B462A;
}
.AnyTagClassName
{
color: #3B462A;
}
</style>
background-color css
<style>
a { background-color: #3B462A; }
a { background-color: rgb(59,70,42); }
div.DivClassName
{
background-color: #3B462A;
}
.BgClassName
{
background-color: #3B462A;
}
</style>
border-color css
<style>
span { border-color: #3B462A; }
span { border-color: rgb(59,70,42); }
td.TdClassName
{
border-color: #3B462A;
}
.TagClassName
{
border-color: #3B462A;
}
</style>