Shades of Seaweed #313F23
Tints of Seaweed #313F23
RGB
CMYK
RGB Variations
Color information
#313F23 (or 0x313F23) is known color: Seaweed. HEX triplet: 31, 3F and 23. RGB value is (49,63,35). Sum of RGB (Red+Green+Blue) = 49+63+35=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #313F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F23 is #CEC0DC. Grayscale: #373737. Windows color (decimal): -13549789 or 2309937. OLE color: 2309937.
HSL color Cylindrical-coordinate representation of color #313F23: hue angle of 90º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313F23 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 63 | 35 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.75 |
| HSL | 90º | 0.29% | 0.19% | - |
| HSV(B) | 90º | 0.44% | 0.25% | - |
| XYZ | 3.35 | 4.33 | 2.25 | - |
| YUV | 55.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 35 | 0.22 | 0 | 0.44 | 0.75 | 90 | 0.29 | 0.19 |
| Hex | 31 | 3F | 23 | 16 | 0 | 2C | 4B | 5A | 1D | 13 |
| Octal | 61 | 77 | 43 | 26 | 0 | 54 | 113 | 132 | 35 | 23 |
| Binary | 110001 | 111111 | 100011 | 10110 | 0 | 101100 | 1001011 | 1011010 | 11101 | 10011 |
Color Harmonies of #313F23
Complementary color
Monochromatic Colors of #313F23
Black with #313F23
Text Example
Text Example
White with #313F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F23; }
p { color: rgb(49,63,35); }
H1.HeaderClassName
{
color: #313F23;
}
.AnyTagClassName
{
color: #313F23;
}
</style>
background-color css
<style>
a { background-color: #313F23; }
a { background-color: rgb(49,63,35); }
div.DivClassName
{
background-color: #313F23;
}
.BgClassName
{
background-color: #313F23;
}
</style>
border-color css
<style>
span { border-color: #313F23; }
span { border-color: rgb(49,63,35); }
td.TdClassName
{
border-color: #313F23;
}
.TagClassName
{
border-color: #313F23;
}
</style>