Shades of Seaweed #313B27
Tints of Seaweed #313B27
RGB
CMYK
RGB Variations
Color information
#313B27 (or 0x313B27) is known color: Seaweed. HEX triplet: 31, 3B and 27. RGB value is (49,59,39). Sum of RGB (Red+Green+Blue) = 49+59+39=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #313B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B27 is #CEC4D8. Grayscale: #353535. Windows color (decimal): -13550809 or 2571057. OLE color: 2571057.
HSL color Cylindrical-coordinate representation of color #313B27: hue angle of 90º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #313B27 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 39 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.77 |
| HSL | 90º | 0.2% | 0.19% | - |
| HSV(B) | 90º | 0.34% | 0.23% | - |
| XYZ | 3.2 | 3.93 | 2.51 | - |
| YUV | 53.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 39 | 0.17 | 0 | 0.34 | 0.77 | 90 | 0.2 | 0.19 |
| Hex | 31 | 3B | 27 | 11 | 0 | 22 | 4D | 5A | 14 | 13 |
| Octal | 61 | 73 | 47 | 21 | 0 | 42 | 115 | 132 | 24 | 23 |
| Binary | 110001 | 111011 | 100111 | 10001 | 0 | 100010 | 1001101 | 1011010 | 10100 | 10011 |
Color Harmonies of #313B27
Complementary color
Monochromatic Colors of #313B27
Black with #313B27
Text Example
Text Example
White with #313B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B27; }
p { color: rgb(49,59,39); }
H1.HeaderClassName
{
color: #313B27;
}
.AnyTagClassName
{
color: #313B27;
}
</style>
background-color css
<style>
a { background-color: #313B27; }
a { background-color: rgb(49,59,39); }
div.DivClassName
{
background-color: #313B27;
}
.BgClassName
{
background-color: #313B27;
}
</style>
border-color css
<style>
span { border-color: #313B27; }
span { border-color: rgb(49,59,39); }
td.TdClassName
{
border-color: #313B27;
}
.TagClassName
{
border-color: #313B27;
}
</style>