Shades of Seaweed #313A27
Tints of Seaweed #313A27
RGB
CMYK
RGB Variations
Color information
#313A27 (or 0x313A27) is known color: Seaweed. HEX triplet: 31, 3A and 27. RGB value is (49,58,39). Sum of RGB (Red+Green+Blue) = 49+58+39=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #313A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A27 is #CEC5D8. Grayscale: #353535. Windows color (decimal): -13551065 or 2570801. OLE color: 2570801.
HSL color Cylindrical-coordinate representation of color #313A27: hue angle of 88.42º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313A27 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 58 | 39 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.77 |
| HSL | 88.42º | 0.2% | 0.19% | - |
| HSV(B) | 88.42º | 0.33% | 0.23% | - |
| XYZ | 3.15 | 3.83 | 2.49 | - |
| YUV | 53.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 39 | 0.16 | 0 | 0.33 | 0.77 | 88.42 | 0.2 | 0.19 |
| Hex | 31 | 3A | 27 | 10 | 0 | 21 | 4D | 58 | 14 | 13 |
| Octal | 61 | 72 | 47 | 20 | 0 | 41 | 115 | 130 | 24 | 23 |
| Binary | 110001 | 111010 | 100111 | 10000 | 0 | 100001 | 1001101 | 1011000 | 10100 | 10011 |
Color Harmonies of #313A27
Complementary color
Monochromatic Colors of #313A27
Black with #313A27
Text Example
Text Example
White with #313A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A27; }
p { color: rgb(49,58,39); }
H1.HeaderClassName
{
color: #313A27;
}
.AnyTagClassName
{
color: #313A27;
}
</style>
background-color css
<style>
a { background-color: #313A27; }
a { background-color: rgb(49,58,39); }
div.DivClassName
{
background-color: #313A27;
}
.BgClassName
{
background-color: #313A27;
}
</style>
border-color css
<style>
span { border-color: #313A27; }
span { border-color: rgb(49,58,39); }
td.TdClassName
{
border-color: #313A27;
}
.TagClassName
{
border-color: #313A27;
}
</style>