Shades of Turtle Green #314007
Tints of Turtle Green #314007
RGB
CMYK
RGB Variations
Color information
#314007 (or 0x314007) is known color: Turtle Green. HEX triplet: 31, 40 and 07. RGB value is (49,64,7). Sum of RGB (Red+Green+Blue) = 49+64+7=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #314007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314007 is #CEBFF8. Grayscale: #353535. Windows color (decimal): -13549561 or 475185. OLE color: 475185.
HSL color Cylindrical-coordinate representation of color #314007: hue angle of 75.79º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #314007 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 7 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.75 |
| HSL | 75.79º | 0.8% | 0.14% | - |
| HSV(B) | 75.79º | 0.89% | 0.25% | - |
| XYZ | 3.14 | 4.34 | 0.87 | - |
| YUV | 53.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 7 | 0.23 | 0 | 0.89 | 0.75 | 75.79 | 0.8 | 0.14 |
| Hex | 31 | 40 | 7 | 17 | 0 | 59 | 4B | 4C | 50 | E |
| Octal | 61 | 100 | 7 | 27 | 0 | 131 | 113 | 114 | 120 | 16 |
| Binary | 110001 | 1000000 | 111 | 10111 | 0 | 1011001 | 1001011 | 1001100 | 1010000 | 1110 |
Color Harmonies of #314007
Complementary color
Monochromatic Colors of #314007
Black with #314007
Text Example
Text Example
White with #314007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314007; }
p { color: rgb(49,64,7); }
H1.HeaderClassName
{
color: #314007;
}
.AnyTagClassName
{
color: #314007;
}
</style>
background-color css
<style>
a { background-color: #314007; }
a { background-color: rgb(49,64,7); }
div.DivClassName
{
background-color: #314007;
}
.BgClassName
{
background-color: #314007;
}
</style>
border-color css
<style>
span { border-color: #314007; }
span { border-color: rgb(49,64,7); }
td.TdClassName
{
border-color: #314007;
}
.TagClassName
{
border-color: #314007;
}
</style>