Shades of Seaweed #313D26
Tints of Seaweed #313D26
RGB
CMYK
RGB Variations
Color information
#313D26 (or 0x313D26) is known color: Seaweed. HEX triplet: 31, 3D and 26. RGB value is (49,61,38). Sum of RGB (Red+Green+Blue) = 49+61+38=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 61 - color contains mainly: green. Hex color #313D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D26 is #CEC2D9. Grayscale: #363636. Windows color (decimal): -13550298 or 2506033. OLE color: 2506033.
HSL color Cylindrical-coordinate representation of color #313D26: hue angle of 91.3º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #313D26 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 38 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.76 |
| HSL | 91.3º | 0.23% | 0.19% | - |
| HSV(B) | 91.3º | 0.38% | 0.24% | - |
| XYZ | 3.29 | 4.13 | 2.46 | - |
| YUV | 54.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 38 | 0.20 | 0 | 0.38 | 0.76 | 91.3 | 0.23 | 0.19 |
| Hex | 31 | 3D | 26 | 14 | 0 | 26 | 4C | 5B | 17 | 13 |
| Octal | 61 | 75 | 46 | 24 | 0 | 46 | 114 | 133 | 27 | 23 |
| Binary | 110001 | 111101 | 100110 | 10100 | 0 | 100110 | 1001100 | 1011011 | 10111 | 10011 |
Color Harmonies of #313D26
Complementary color
Monochromatic Colors of #313D26
Black with #313D26
Text Example
Text Example
White with #313D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D26; }
p { color: rgb(49,61,38); }
H1.HeaderClassName
{
color: #313D26;
}
.AnyTagClassName
{
color: #313D26;
}
</style>
background-color css
<style>
a { background-color: #313D26; }
a { background-color: rgb(49,61,38); }
div.DivClassName
{
background-color: #313D26;
}
.BgClassName
{
background-color: #313D26;
}
</style>
border-color css
<style>
span { border-color: #313D26; }
span { border-color: rgb(49,61,38); }
td.TdClassName
{
border-color: #313D26;
}
.TagClassName
{
border-color: #313D26;
}
</style>