Shades of Seaweed #313D22
Tints of Seaweed #313D22
RGB
CMYK
RGB Variations
Color information
#313D22 (or 0x313D22) is known color: Seaweed. HEX triplet: 31, 3D and 22. RGB value is (49,61,34). Sum of RGB (Red+Green+Blue) = 49+61+34=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #313D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D22 is #CEC2DD. Grayscale: #363636. Windows color (decimal): -13550302 or 2243889. OLE color: 2243889.
HSL color Cylindrical-coordinate representation of color #313D22: hue angle of 86.67º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313D22 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 34 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.76 |
| HSL | 86.67º | 0.28% | 0.19% | - |
| HSV(B) | 86.67º | 0.44% | 0.24% | - |
| XYZ | 3.22 | 4.11 | 2.14 | - |
| YUV | 54.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 34 | 0.20 | 0 | 0.44 | 0.76 | 86.67 | 0.28 | 0.19 |
| Hex | 31 | 3D | 22 | 14 | 0 | 2C | 4C | 57 | 1C | 13 |
| Octal | 61 | 75 | 42 | 24 | 0 | 54 | 114 | 127 | 34 | 23 |
| Binary | 110001 | 111101 | 100010 | 10100 | 0 | 101100 | 1001100 | 1010111 | 11100 | 10011 |
Color Harmonies of #313D22
Complementary color
Monochromatic Colors of #313D22
Black with #313D22
Text Example
Text Example
White with #313D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D22; }
p { color: rgb(49,61,34); }
H1.HeaderClassName
{
color: #313D22;
}
.AnyTagClassName
{
color: #313D22;
}
</style>
background-color css
<style>
a { background-color: #313D22; }
a { background-color: rgb(49,61,34); }
div.DivClassName
{
background-color: #313D22;
}
.BgClassName
{
background-color: #313D22;
}
</style>
border-color css
<style>
span { border-color: #313D22; }
span { border-color: rgb(49,61,34); }
td.TdClassName
{
border-color: #313D22;
}
.TagClassName
{
border-color: #313D22;
}
</style>