Shades of Turtle Green #314106
Tints of Turtle Green #314106
RGB
CMYK
RGB Variations
Color information
#314106 (or 0x314106) is known color: Turtle Green. HEX triplet: 31, 41 and 06. RGB value is (49,65,6). Sum of RGB (Red+Green+Blue) = 49+65+6=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #314106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314106 is #CEBEF9. Grayscale: #353535. Windows color (decimal): -13549306 or 409905. OLE color: 409905.
HSL color Cylindrical-coordinate representation of color #314106: hue angle of 76.27º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #314106 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 6 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.75 |
| HSL | 76.27º | 0.83% | 0.14% | - |
| HSV(B) | 76.27º | 0.91% | 0.25% | - |
| XYZ | 3.19 | 4.45 | 0.86 | - |
| YUV | 53.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 6 | 0.25 | 0 | 0.91 | 0.75 | 76.27 | 0.83 | 0.14 |
| Hex | 31 | 41 | 6 | 19 | 0 | 5B | 4B | 4C | 53 | E |
| Octal | 61 | 101 | 6 | 31 | 0 | 133 | 113 | 114 | 123 | 16 |
| Binary | 110001 | 1000001 | 110 | 11001 | 0 | 1011011 | 1001011 | 1001100 | 1010011 | 1110 |
Color Harmonies of #314106
Complementary color
Monochromatic Colors of #314106
Black with #314106
Text Example
Text Example
White with #314106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314106; }
p { color: rgb(49,65,6); }
H1.HeaderClassName
{
color: #314106;
}
.AnyTagClassName
{
color: #314106;
}
</style>
background-color css
<style>
a { background-color: #314106; }
a { background-color: rgb(49,65,6); }
div.DivClassName
{
background-color: #314106;
}
.BgClassName
{
background-color: #314106;
}
</style>
border-color css
<style>
span { border-color: #314106; }
span { border-color: rgb(49,65,6); }
td.TdClassName
{
border-color: #314106;
}
.TagClassName
{
border-color: #314106;
}
</style>