Shades of Seaweed #3C462A
Tints of Seaweed #3C462A
RGB
CMYK
RGB Variations
Color information
#3C462A (or 0x3C462A) is known color: Seaweed. HEX triplet: 3C, 46 and 2A. RGB value is (60,70,42). Sum of RGB (Red+Green+Blue) = 60+70+42=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #3C462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C462A is #C3B9D5. Grayscale: #3F3F3F. Windows color (decimal): -12827094 or 2770492. OLE color: 2770492.
HSL color Cylindrical-coordinate representation of color #3C462A: hue angle of 81.43º 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 #3C462A is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 70 | 42 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.73 |
| HSL | 81.43º | 0.25% | 0.22% | - |
| HSV(B) | 81.43º | 0.4% | 0.27% | - |
| XYZ | 4.47 | 5.51 | 3.02 | - |
| YUV | 63.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 42 | 0.14 | 0 | 0.40 | 0.73 | 81.43 | 0.25 | 0.22 |
| Hex | 3C | 46 | 2A | E | 0 | 28 | 49 | 51 | 19 | 16 |
| Octal | 74 | 106 | 52 | 16 | 0 | 50 | 111 | 121 | 31 | 26 |
| Binary | 111100 | 1000110 | 101010 | 1110 | 0 | 101000 | 1001001 | 1010001 | 11001 | 10110 |
Color Harmonies of #3C462A
Complementary color
Monochromatic Colors of #3C462A
Black with #3C462A
Text Example
Text Example
White with #3C462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C462A; }
p { color: rgb(60,70,42); }
H1.HeaderClassName
{
color: #3C462A;
}
.AnyTagClassName
{
color: #3C462A;
}
</style>
background-color css
<style>
a { background-color: #3C462A; }
a { background-color: rgb(60,70,42); }
div.DivClassName
{
background-color: #3C462A;
}
.BgClassName
{
background-color: #3C462A;
}
</style>
border-color css
<style>
span { border-color: #3C462A; }
span { border-color: rgb(60,70,42); }
td.TdClassName
{
border-color: #3C462A;
}
.TagClassName
{
border-color: #3C462A;
}
</style>