Shades of Seaweed #3C452D
Tints of Seaweed #3C452D
RGB
CMYK
RGB Variations
Color information
#3C452D (or 0x3C452D) is known color: Seaweed. HEX triplet: 3C, 45 and 2D. RGB value is (60,69,45). Sum of RGB (Red+Green+Blue) = 60+69+45=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #3C452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C452D is #C3BAD2. Grayscale: #3F3F3F. Windows color (decimal): -12827347 or 2966844. OLE color: 2966844.
HSL color Cylindrical-coordinate representation of color #3C452D: hue angle of 82.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C452D is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 45 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.73 |
| HSL | 82.5º | 0.21% | 0.22% | - |
| HSV(B) | 82.5º | 0.35% | 0.27% | - |
| XYZ | 4.47 | 5.41 | 3.29 | - |
| YUV | 63.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 45 | 0.13 | 0 | 0.35 | 0.73 | 82.5 | 0.21 | 0.22 |
| Hex | 3C | 45 | 2D | D | 0 | 23 | 49 | 52 | 15 | 16 |
| Octal | 74 | 105 | 55 | 15 | 0 | 43 | 111 | 122 | 25 | 26 |
| Binary | 111100 | 1000101 | 101101 | 1101 | 0 | 100011 | 1001001 | 1010010 | 10101 | 10110 |
Color Harmonies of #3C452D
Complementary color
Monochromatic Colors of #3C452D
Black with #3C452D
Text Example
Text Example
White with #3C452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C452D; }
p { color: rgb(60,69,45); }
H1.HeaderClassName
{
color: #3C452D;
}
.AnyTagClassName
{
color: #3C452D;
}
</style>
background-color css
<style>
a { background-color: #3C452D; }
a { background-color: rgb(60,69,45); }
div.DivClassName
{
background-color: #3C452D;
}
.BgClassName
{
background-color: #3C452D;
}
</style>
border-color css
<style>
span { border-color: #3C452D; }
span { border-color: rgb(60,69,45); }
td.TdClassName
{
border-color: #3C452D;
}
.TagClassName
{
border-color: #3C452D;
}
</style>