Shades of Seaweed #313B22
Tints of Seaweed #313B22
RGB
CMYK
RGB Variations
Color information
#313B22 (or 0x313B22) is known color: Seaweed. HEX triplet: 31, 3B and 22. RGB value is (49,59,34). Sum of RGB (Red+Green+Blue) = 49+59+34=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #313B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B22 is #CEC4DD. Grayscale: #353535. Windows color (decimal): -13550814 or 2243377. OLE color: 2243377.
HSL color Cylindrical-coordinate representation of color #313B22: hue angle of 84º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #313B22 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 34 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.77 |
| HSL | 84º | 0.27% | 0.18% | - |
| HSV(B) | 84º | 0.42% | 0.23% | - |
| XYZ | 3.12 | 3.9 | 2.1 | - |
| YUV | 53.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 34 | 0.17 | 0 | 0.42 | 0.77 | 84 | 0.27 | 0.18 |
| Hex | 31 | 3B | 22 | 11 | 0 | 2A | 4D | 54 | 1B | 12 |
| Octal | 61 | 73 | 42 | 21 | 0 | 52 | 115 | 124 | 33 | 22 |
| Binary | 110001 | 111011 | 100010 | 10001 | 0 | 101010 | 1001101 | 1010100 | 11011 | 10010 |
Color Harmonies of #313B22
Complementary color
Monochromatic Colors of #313B22
Black with #313B22
Text Example
Text Example
White with #313B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B22; }
p { color: rgb(49,59,34); }
H1.HeaderClassName
{
color: #313B22;
}
.AnyTagClassName
{
color: #313B22;
}
</style>
background-color css
<style>
a { background-color: #313B22; }
a { background-color: rgb(49,59,34); }
div.DivClassName
{
background-color: #313B22;
}
.BgClassName
{
background-color: #313B22;
}
</style>
border-color css
<style>
span { border-color: #313B22; }
span { border-color: rgb(49,59,34); }
td.TdClassName
{
border-color: #313B22;
}
.TagClassName
{
border-color: #313B22;
}
</style>