Shades of Seaweed #3C462E
Tints of Seaweed #3C462E
RGB
CMYK
RGB Variations
Color information
#3C462E (or 0x3C462E) is known color: Seaweed. HEX triplet: 3C, 46 and 2E. RGB value is (60,70,46). Sum of RGB (Red+Green+Blue) = 60+70+46=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #3C462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C462E is #C3B9D1. Grayscale: #404040. Windows color (decimal): -12827090 or 3032636. OLE color: 3032636.
HSL color Cylindrical-coordinate representation of color #3C462E: hue angle of 85º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C462E is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 70 | 46 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.73 |
| HSL | 85º | 0.21% | 0.23% | - |
| HSV(B) | 85º | 0.34% | 0.27% | - |
| XYZ | 4.55 | 5.54 | 3.41 | - |
| YUV | 64.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 46 | 0.14 | 0 | 0.34 | 0.73 | 85 | 0.21 | 0.23 |
| Hex | 3C | 46 | 2E | E | 0 | 22 | 49 | 55 | 15 | 17 |
| Octal | 74 | 106 | 56 | 16 | 0 | 42 | 111 | 125 | 25 | 27 |
| Binary | 111100 | 1000110 | 101110 | 1110 | 0 | 100010 | 1001001 | 1010101 | 10101 | 10111 |
Color Harmonies of #3C462E
Complementary color
Monochromatic Colors of #3C462E
Black with #3C462E
Text Example
Text Example
White with #3C462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C462E; }
p { color: rgb(60,70,46); }
H1.HeaderClassName
{
color: #3C462E;
}
.AnyTagClassName
{
color: #3C462E;
}
</style>
background-color css
<style>
a { background-color: #3C462E; }
a { background-color: rgb(60,70,46); }
div.DivClassName
{
background-color: #3C462E;
}
.BgClassName
{
background-color: #3C462E;
}
</style>
border-color css
<style>
span { border-color: #3C462E; }
span { border-color: rgb(60,70,46); }
td.TdClassName
{
border-color: #3C462E;
}
.TagClassName
{
border-color: #3C462E;
}
</style>