Shades of Turtle Green #314110
Tints of Turtle Green #314110
RGB
CMYK
RGB Variations
Color information
#314110 (or 0x314110) is known color: Turtle Green. HEX triplet: 31, 41 and 10. RGB value is (49,65,16). Sum of RGB (Red+Green+Blue) = 49+65+16=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #314110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314110 is #CEBEEF. Grayscale: #363636. Windows color (decimal): -13549296 or 1065265. OLE color: 1065265.
HSL color Cylindrical-coordinate representation of color #314110: hue angle of 79.59º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314110 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 16 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.75 |
| HSL | 79.59º | 0.6% | 0.16% | - |
| HSV(B) | 79.59º | 0.75% | 0.25% | - |
| XYZ | 3.25 | 4.47 | 1.18 | - |
| YUV | 54.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 16 | 0.25 | 0 | 0.75 | 0.75 | 79.59 | 0.6 | 0.16 |
| Hex | 31 | 41 | 10 | 19 | 0 | 4B | 4B | 50 | 3C | 10 |
| Octal | 61 | 101 | 20 | 31 | 0 | 113 | 113 | 120 | 74 | 20 |
| Binary | 110001 | 1000001 | 10000 | 11001 | 0 | 1001011 | 1001011 | 1010000 | 111100 | 10000 |
Color Harmonies of #314110
Complementary color
Monochromatic Colors of #314110
Black with #314110
Text Example
Text Example
White with #314110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314110; }
p { color: rgb(49,65,16); }
H1.HeaderClassName
{
color: #314110;
}
.AnyTagClassName
{
color: #314110;
}
</style>
background-color css
<style>
a { background-color: #314110; }
a { background-color: rgb(49,65,16); }
div.DivClassName
{
background-color: #314110;
}
.BgClassName
{
background-color: #314110;
}
</style>
border-color css
<style>
span { border-color: #314110; }
span { border-color: rgb(49,65,16); }
td.TdClassName
{
border-color: #314110;
}
.TagClassName
{
border-color: #314110;
}
</style>