Shades of Turtle Green #314707
Tints of Turtle Green #314707
RGB
CMYK
RGB Variations
Color information
#314707 (or 0x314707) is known color: Turtle Green. HEX triplet: 31, 47 and 07. RGB value is (49,71,7). Sum of RGB (Red+Green+Blue) = 49+71+7=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #314707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314707 is #CEB8F8. Grayscale: #393939. Windows color (decimal): -13547769 or 476977. OLE color: 476977.
HSL color Cylindrical-coordinate representation of color #314707: hue angle of 80.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #314707 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 71 | 7 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.72 |
| HSL | 80.63º | 0.82% | 0.15% | - |
| HSV(B) | 80.63º | 0.9% | 0.28% | - |
| XYZ | 3.56 | 5.17 | 1.01 | - |
| YUV | 57.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 7 | 0.31 | 0 | 0.90 | 0.72 | 80.63 | 0.82 | 0.15 |
| Hex | 31 | 47 | 7 | 1F | 0 | 5A | 48 | 51 | 52 | F |
| Octal | 61 | 107 | 7 | 37 | 0 | 132 | 110 | 121 | 122 | 17 |
| Binary | 110001 | 1000111 | 111 | 11111 | 0 | 1011010 | 1001000 | 1010001 | 1010010 | 1111 |
Color Harmonies of #314707
Complementary color
Monochromatic Colors of #314707
Black with #314707
Text Example
Text Example
White with #314707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314707; }
p { color: rgb(49,71,7); }
H1.HeaderClassName
{
color: #314707;
}
.AnyTagClassName
{
color: #314707;
}
</style>
background-color css
<style>
a { background-color: #314707; }
a { background-color: rgb(49,71,7); }
div.DivClassName
{
background-color: #314707;
}
.BgClassName
{
background-color: #314707;
}
</style>
border-color css
<style>
span { border-color: #314707; }
span { border-color: rgb(49,71,7); }
td.TdClassName
{
border-color: #314707;
}
.TagClassName
{
border-color: #314707;
}
</style>