Shades of Turtle Green #314107
Tints of Turtle Green #314107
RGB
CMYK
RGB Variations
Color information
#314107 (or 0x314107) is known color: Turtle Green. HEX triplet: 31, 41 and 07. RGB value is (49,65,7). Sum of RGB (Red+Green+Blue) = 49+65+7=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #314107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314107 is #CEBEF8. Grayscale: #353535. Windows color (decimal): -13549305 or 475441. OLE color: 475441.
HSL color Cylindrical-coordinate representation of color #314107: hue angle of 76.55º degrees, saturation: 0.81, 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 #314107 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 7 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.75 |
| HSL | 76.55º | 0.81% | 0.14% | - |
| HSV(B) | 76.55º | 0.89% | 0.25% | - |
| XYZ | 3.2 | 4.45 | 0.89 | - |
| YUV | 53.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 7 | 0.25 | 0 | 0.89 | 0.75 | 76.55 | 0.81 | 0.14 |
| Hex | 31 | 41 | 7 | 19 | 0 | 59 | 4B | 4D | 51 | E |
| Octal | 61 | 101 | 7 | 31 | 0 | 131 | 113 | 115 | 121 | 16 |
| Binary | 110001 | 1000001 | 111 | 11001 | 0 | 1011001 | 1001011 | 1001101 | 1010001 | 1110 |
Color Harmonies of #314107
Complementary color
Monochromatic Colors of #314107
Black with #314107
Text Example
Text Example
White with #314107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314107; }
p { color: rgb(49,65,7); }
H1.HeaderClassName
{
color: #314107;
}
.AnyTagClassName
{
color: #314107;
}
</style>
background-color css
<style>
a { background-color: #314107; }
a { background-color: rgb(49,65,7); }
div.DivClassName
{
background-color: #314107;
}
.BgClassName
{
background-color: #314107;
}
</style>
border-color css
<style>
span { border-color: #314107; }
span { border-color: rgb(49,65,7); }
td.TdClassName
{
border-color: #314107;
}
.TagClassName
{
border-color: #314107;
}
</style>