Shades of Turtle Green #314D00
Tints of Turtle Green #314D00
RGB
CMYK
RGB Variations
Color information
#314D00 (or 0x314D00) is known color: Turtle Green. HEX triplet: 31, 4D and 00. RGB value is (49,77,0). Sum of RGB (Red+Green+Blue) = 49+77+0=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 77 (30.47% from 255 or 61.11% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 77 - color contains mainly: green. Hex color #314D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314D00 is #CEB2FF. Grayscale: #3C3C3C. Windows color (decimal): -13546240 or 19761. OLE color: 19761.
HSL color Cylindrical-coordinate representation of color #314D00: hue angle of 81.82º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #314D00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 77 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.70 |
| HSL | 81.82º | 1% | 0.15% | - |
| HSV(B) | 81.82º | 1% | 0.3% | - |
| XYZ | 3.92 | 5.96 | 0.94 | - |
| YUV | 59.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 0 | 0.36 | 0 | 1 | 0.70 | 81.82 | 1 | 0.15 |
| Hex | 31 | 4D | 0 | 24 | 0 | 64 | 46 | 52 | 64 | F |
| Octal | 61 | 115 | 0 | 44 | 0 | 144 | 106 | 122 | 144 | 17 |
| Binary | 110001 | 1001101 | 0 | 100100 | 0 | 1100100 | 1000110 | 1010010 | 1100100 | 1111 |
Color Harmonies of #314D00
Complementary color
Monochromatic Colors of #314D00
Black with #314D00
Text Example
Text Example
White with #314D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D00; }
p { color: rgb(49,77,0); }
H1.HeaderClassName
{
color: #314D00;
}
.AnyTagClassName
{
color: #314D00;
}
</style>
background-color css
<style>
a { background-color: #314D00; }
a { background-color: rgb(49,77,0); }
div.DivClassName
{
background-color: #314D00;
}
.BgClassName
{
background-color: #314D00;
}
</style>
border-color css
<style>
span { border-color: #314D00; }
span { border-color: rgb(49,77,0); }
td.TdClassName
{
border-color: #314D00;
}
.TagClassName
{
border-color: #314D00;
}
</style>