Shades of Seaweed #313C26
Tints of Seaweed #313C26
RGB
CMYK
RGB Variations
Color information
#313C26 (or 0x313C26) is known color: Seaweed. HEX triplet: 31, 3C and 26. RGB value is (49,60,38). Sum of RGB (Red+Green+Blue) = 49+60+38=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #313C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C26 is #CEC3D9. Grayscale: #363636. Windows color (decimal): -13550554 or 2505777. OLE color: 2505777.
HSL color Cylindrical-coordinate representation of color #313C26: hue angle of 90º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #313C26 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 60 | 38 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.76 |
| HSL | 90º | 0.22% | 0.19% | - |
| HSV(B) | 90º | 0.37% | 0.24% | - |
| XYZ | 3.23 | 4.02 | 2.44 | - |
| YUV | 54.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 38 | 0.18 | 0 | 0.37 | 0.76 | 90 | 0.22 | 0.19 |
| Hex | 31 | 3C | 26 | 12 | 0 | 25 | 4C | 5A | 16 | 13 |
| Octal | 61 | 74 | 46 | 22 | 0 | 45 | 114 | 132 | 26 | 23 |
| Binary | 110001 | 111100 | 100110 | 10010 | 0 | 100101 | 1001100 | 1011010 | 10110 | 10011 |
Color Harmonies of #313C26
Complementary color
Monochromatic Colors of #313C26
Black with #313C26
Text Example
Text Example
White with #313C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C26; }
p { color: rgb(49,60,38); }
H1.HeaderClassName
{
color: #313C26;
}
.AnyTagClassName
{
color: #313C26;
}
</style>
background-color css
<style>
a { background-color: #313C26; }
a { background-color: rgb(49,60,38); }
div.DivClassName
{
background-color: #313C26;
}
.BgClassName
{
background-color: #313C26;
}
</style>
border-color css
<style>
span { border-color: #313C26; }
span { border-color: rgb(49,60,38); }
td.TdClassName
{
border-color: #313C26;
}
.TagClassName
{
border-color: #313C26;
}
</style>