Shades of Seaweed #3C4B28
Tints of Seaweed #3C4B28
RGB
CMYK
RGB Variations
Color information
#3C4B28 (or 0x3C4B28) is known color: Seaweed. HEX triplet: 3C, 4B and 28. RGB value is (60,75,40). Sum of RGB (Red+Green+Blue) = 60+75+40=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4B28 is #C3B4D7. Grayscale: #424242. Windows color (decimal): -12825816 or 2640700. OLE color: 2640700.
HSL color Cylindrical-coordinate representation of color #3C4B28: hue angle of 85.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C4B28 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 75 | 40 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.71 |
| HSL | 85.71º | 0.3% | 0.23% | - |
| HSV(B) | 85.71º | 0.47% | 0.29% | - |
| XYZ | 4.76 | 6.15 | 2.94 | - |
| YUV | 66.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 40 | 0.20 | 0 | 0.47 | 0.71 | 85.71 | 0.3 | 0.23 |
| Hex | 3C | 4B | 28 | 14 | 0 | 2F | 47 | 56 | 1E | 17 |
| Octal | 74 | 113 | 50 | 24 | 0 | 57 | 107 | 126 | 36 | 27 |
| Binary | 111100 | 1001011 | 101000 | 10100 | 0 | 101111 | 1000111 | 1010110 | 11110 | 10111 |
Color Harmonies of #3C4B28
Complementary color
Monochromatic Colors of #3C4B28
Black with #3C4B28
Text Example
Text Example
White with #3C4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B28; }
p { color: rgb(60,75,40); }
H1.HeaderClassName
{
color: #3C4B28;
}
.AnyTagClassName
{
color: #3C4B28;
}
</style>
background-color css
<style>
a { background-color: #3C4B28; }
a { background-color: rgb(60,75,40); }
div.DivClassName
{
background-color: #3C4B28;
}
.BgClassName
{
background-color: #3C4B28;
}
</style>
border-color css
<style>
span { border-color: #3C4B28; }
span { border-color: rgb(60,75,40); }
td.TdClassName
{
border-color: #3C4B28;
}
.TagClassName
{
border-color: #3C4B28;
}
</style>