Shades of Seaweed #3C452E
Tints of Seaweed #3C452E
RGB
CMYK
RGB Variations
Color information
#3C452E (or 0x3C452E) is known color: Seaweed. HEX triplet: 3C, 45 and 2E. RGB value is (60,69,46). Sum of RGB (Red+Green+Blue) = 60+69+46=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #3C452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C452E is #C3BAD1. Grayscale: #3F3F3F. Windows color (decimal): -12827346 or 3032380. OLE color: 3032380.
HSL color Cylindrical-coordinate representation of color #3C452E: hue angle of 83.48º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C452E is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 46 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.73 |
| HSL | 83.48º | 0.2% | 0.23% | - |
| HSV(B) | 83.48º | 0.33% | 0.27% | - |
| XYZ | 4.48 | 5.41 | 3.39 | - |
| YUV | 63.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 46 | 0.13 | 0 | 0.33 | 0.73 | 83.48 | 0.2 | 0.23 |
| Hex | 3C | 45 | 2E | D | 0 | 21 | 49 | 53 | 14 | 17 |
| Octal | 74 | 105 | 56 | 15 | 0 | 41 | 111 | 123 | 24 | 27 |
| Binary | 111100 | 1000101 | 101110 | 1101 | 0 | 100001 | 1001001 | 1010011 | 10100 | 10111 |
Color Harmonies of #3C452E
Complementary color
Monochromatic Colors of #3C452E
Black with #3C452E
Text Example
Text Example
White with #3C452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C452E; }
p { color: rgb(60,69,46); }
H1.HeaderClassName
{
color: #3C452E;
}
.AnyTagClassName
{
color: #3C452E;
}
</style>
background-color css
<style>
a { background-color: #3C452E; }
a { background-color: rgb(60,69,46); }
div.DivClassName
{
background-color: #3C452E;
}
.BgClassName
{
background-color: #3C452E;
}
</style>
border-color css
<style>
span { border-color: #3C452E; }
span { border-color: rgb(60,69,46); }
td.TdClassName
{
border-color: #3C452E;
}
.TagClassName
{
border-color: #3C452E;
}
</style>