Shades of Seaweed #313E25
Tints of Seaweed #313E25
RGB
CMYK
RGB Variations
Color information
#313E25 (or 0x313E25) is known color: Seaweed. HEX triplet: 31, 3E and 25. RGB value is (49,62,37). Sum of RGB (Red+Green+Blue) = 49+62+37=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 62 - color contains mainly: green. Hex color #313E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E25 is #CEC1DA. Grayscale: #373737. Windows color (decimal): -13550043 or 2440753. OLE color: 2440753.
HSL color Cylindrical-coordinate representation of color #313E25: hue angle of 91.2º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313E25 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 37 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.76 |
| HSL | 91.2º | 0.25% | 0.19% | - |
| HSV(B) | 91.2º | 0.4% | 0.24% | - |
| XYZ | 3.32 | 4.23 | 2.39 | - |
| YUV | 55.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 37 | 0.21 | 0 | 0.40 | 0.76 | 91.2 | 0.25 | 0.19 |
| Hex | 31 | 3E | 25 | 15 | 0 | 28 | 4C | 5B | 19 | 13 |
| Octal | 61 | 76 | 45 | 25 | 0 | 50 | 114 | 133 | 31 | 23 |
| Binary | 110001 | 111110 | 100101 | 10101 | 0 | 101000 | 1001100 | 1011011 | 11001 | 10011 |
Color Harmonies of #313E25
Complementary color
Monochromatic Colors of #313E25
Black with #313E25
Text Example
Text Example
White with #313E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E25; }
p { color: rgb(49,62,37); }
H1.HeaderClassName
{
color: #313E25;
}
.AnyTagClassName
{
color: #313E25;
}
</style>
background-color css
<style>
a { background-color: #313E25; }
a { background-color: rgb(49,62,37); }
div.DivClassName
{
background-color: #313E25;
}
.BgClassName
{
background-color: #313E25;
}
</style>
border-color css
<style>
span { border-color: #313E25; }
span { border-color: rgb(49,62,37); }
td.TdClassName
{
border-color: #313E25;
}
.TagClassName
{
border-color: #313E25;
}
</style>