Shades of Turtle Green #314E0E
Tints of Turtle Green #314E0E
RGB
CMYK
RGB Variations
Color information
#314E0E (or 0x314E0E) is known color: Turtle Green. HEX triplet: 31, 4E and 0E. RGB value is (49,78,14). Sum of RGB (Red+Green+Blue) = 49+78+14=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #314E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314E0E is #CEB1F1. Grayscale: #3E3E3E. Windows color (decimal): -13545970 or 937521. OLE color: 937521.
HSL color Cylindrical-coordinate representation of color #314E0E: hue angle of 87.19º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #314E0E is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 78 | 14 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.69 |
| HSL | 87.19º | 0.7% | 0.18% | - |
| HSV(B) | 87.19º | 0.82% | 0.31% | - |
| XYZ | 4.07 | 6.13 | 1.38 | - |
| YUV | 62.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 14 | 0.37 | 0 | 0.82 | 0.69 | 87.19 | 0.7 | 0.18 |
| Hex | 31 | 4E | E | 25 | 0 | 52 | 45 | 57 | 46 | 12 |
| Octal | 61 | 116 | 16 | 45 | 0 | 122 | 105 | 127 | 106 | 22 |
| Binary | 110001 | 1001110 | 1110 | 100101 | 0 | 1010010 | 1000101 | 1010111 | 1000110 | 10010 |
Color Harmonies of #314E0E
Complementary color
Monochromatic Colors of #314E0E
Black with #314E0E
Text Example
Text Example
White with #314E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E0E; }
p { color: rgb(49,78,14); }
H1.HeaderClassName
{
color: #314E0E;
}
.AnyTagClassName
{
color: #314E0E;
}
</style>
background-color css
<style>
a { background-color: #314E0E; }
a { background-color: rgb(49,78,14); }
div.DivClassName
{
background-color: #314E0E;
}
.BgClassName
{
background-color: #314E0E;
}
</style>
border-color css
<style>
span { border-color: #314E0E; }
span { border-color: rgb(49,78,14); }
td.TdClassName
{
border-color: #314E0E;
}
.TagClassName
{
border-color: #314E0E;
}
</style>