Shades of Turtle Green #314706
Tints of Turtle Green #314706
RGB
CMYK
RGB Variations
Color information
#314706 (or 0x314706) is known color: Turtle Green. HEX triplet: 31, 47 and 06. RGB value is (49,71,6). Sum of RGB (Red+Green+Blue) = 49+71+6=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #314706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314706 is #CEB8F9. Grayscale: #393939. Windows color (decimal): -13547770 or 411441. OLE color: 411441.
HSL color Cylindrical-coordinate representation of color #314706: hue angle of 80.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #314706 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 71 | 6 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.72 |
| HSL | 80.31º | 0.84% | 0.15% | - |
| HSV(B) | 80.31º | 0.92% | 0.28% | - |
| XYZ | 3.55 | 5.17 | 0.98 | - |
| YUV | 57.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 6 | 0.31 | 0 | 0.92 | 0.72 | 80.31 | 0.84 | 0.15 |
| Hex | 31 | 47 | 6 | 1F | 0 | 5C | 48 | 50 | 54 | F |
| Octal | 61 | 107 | 6 | 37 | 0 | 134 | 110 | 120 | 124 | 17 |
| Binary | 110001 | 1000111 | 110 | 11111 | 0 | 1011100 | 1001000 | 1010000 | 1010100 | 1111 |
Color Harmonies of #314706
Complementary color
Monochromatic Colors of #314706
Black with #314706
Text Example
Text Example
White with #314706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314706; }
p { color: rgb(49,71,6); }
H1.HeaderClassName
{
color: #314706;
}
.AnyTagClassName
{
color: #314706;
}
</style>
background-color css
<style>
a { background-color: #314706; }
a { background-color: rgb(49,71,6); }
div.DivClassName
{
background-color: #314706;
}
.BgClassName
{
background-color: #314706;
}
</style>
border-color css
<style>
span { border-color: #314706; }
span { border-color: rgb(49,71,6); }
td.TdClassName
{
border-color: #314706;
}
.TagClassName
{
border-color: #314706;
}
</style>