Shades of Seaweed #313C24
Tints of Seaweed #313C24
RGB
CMYK
RGB Variations
Color information
#313C24 (or 0x313C24) is known color: Seaweed. HEX triplet: 31, 3C and 24. RGB value is (49,60,36). Sum of RGB (Red+Green+Blue) = 49+60+36=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #313C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C24 is #CEC3DB. Grayscale: #363636. Windows color (decimal): -13550556 or 2374705. OLE color: 2374705.
HSL color Cylindrical-coordinate representation of color #313C24: hue angle of 87.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313C24 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 60 | 36 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.76 |
| HSL | 87.5º | 0.25% | 0.19% | - |
| HSV(B) | 87.5º | 0.4% | 0.24% | - |
| XYZ | 3.2 | 4.01 | 2.27 | - |
| YUV | 53.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 36 | 0.18 | 0 | 0.40 | 0.76 | 87.5 | 0.25 | 0.19 |
| Hex | 31 | 3C | 24 | 12 | 0 | 28 | 4C | 57 | 19 | 13 |
| Octal | 61 | 74 | 44 | 22 | 0 | 50 | 114 | 127 | 31 | 23 |
| Binary | 110001 | 111100 | 100100 | 10010 | 0 | 101000 | 1001100 | 1010111 | 11001 | 10011 |
Color Harmonies of #313C24
Complementary color
Monochromatic Colors of #313C24
Black with #313C24
Text Example
Text Example
White with #313C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C24; }
p { color: rgb(49,60,36); }
H1.HeaderClassName
{
color: #313C24;
}
.AnyTagClassName
{
color: #313C24;
}
</style>
background-color css
<style>
a { background-color: #313C24; }
a { background-color: rgb(49,60,36); }
div.DivClassName
{
background-color: #313C24;
}
.BgClassName
{
background-color: #313C24;
}
</style>
border-color css
<style>
span { border-color: #313C24; }
span { border-color: rgb(49,60,36); }
td.TdClassName
{
border-color: #313C24;
}
.TagClassName
{
border-color: #313C24;
}
</style>