Shades of Seaweed #314E12
Tints of Seaweed #314E12
RGB
CMYK
RGB Variations
Color information
#314E12 (or 0x314E12) is known color: Seaweed. HEX triplet: 31, 4E and 12. RGB value is (49,78,18). Sum of RGB (Red+Green+Blue) = 49+78+18=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #314E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314E12 is #CEB1ED. Grayscale: #3E3E3E. Windows color (decimal): -13545966 or 1199665. OLE color: 1199665.
HSL color Cylindrical-coordinate representation of color #314E12: hue angle of 89º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #314E12 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 78 | 18 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.69 |
| HSL | 89º | 0.63% | 0.19% | - |
| HSV(B) | 89º | 0.77% | 0.31% | - |
| XYZ | 4.1 | 6.15 | 1.54 | - |
| YUV | 62.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 18 | 0.37 | 0 | 0.77 | 0.69 | 89 | 0.63 | 0.19 |
| Hex | 31 | 4E | 12 | 25 | 0 | 4D | 45 | 59 | 3E | 13 |
| Octal | 61 | 116 | 22 | 45 | 0 | 115 | 105 | 131 | 76 | 23 |
| Binary | 110001 | 1001110 | 10010 | 100101 | 0 | 1001101 | 1000101 | 1011001 | 111110 | 10011 |
Color Harmonies of #314E12
Complementary color
Monochromatic Colors of #314E12
Black with #314E12
Text Example
Text Example
White with #314E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E12; }
p { color: rgb(49,78,18); }
H1.HeaderClassName
{
color: #314E12;
}
.AnyTagClassName
{
color: #314E12;
}
</style>
background-color css
<style>
a { background-color: #314E12; }
a { background-color: rgb(49,78,18); }
div.DivClassName
{
background-color: #314E12;
}
.BgClassName
{
background-color: #314E12;
}
</style>
border-color css
<style>
span { border-color: #314E12; }
span { border-color: rgb(49,78,18); }
td.TdClassName
{
border-color: #314E12;
}
.TagClassName
{
border-color: #314E12;
}
</style>