Shades of Turtle Green #314A10
Tints of Turtle Green #314A10
RGB
CMYK
RGB Variations
Color information
#314A10 (or 0x314A10) is known color: Turtle Green. HEX triplet: 31, 4A and 10. RGB value is (49,74,16). Sum of RGB (Red+Green+Blue) = 49+74+16=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 74 (29.30% from 255 or 53.24% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 74 - color contains mainly: green. Hex color #314A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314A10 is #CEB5EF. Grayscale: #3C3C3C. Windows color (decimal): -13546992 or 1067569. OLE color: 1067569.
HSL color Cylindrical-coordinate representation of color #314A10: hue angle of 85.86º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314A10 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 74 | 16 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.71 |
| HSL | 85.86º | 0.64% | 0.18% | - |
| HSV(B) | 85.86º | 0.78% | 0.29% | - |
| XYZ | 3.81 | 5.59 | 1.37 | - |
| YUV | 59.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 16 | 0.34 | 0 | 0.78 | 0.71 | 85.86 | 0.64 | 0.18 |
| Hex | 31 | 4A | 10 | 22 | 0 | 4E | 47 | 56 | 40 | 12 |
| Octal | 61 | 112 | 20 | 42 | 0 | 116 | 107 | 126 | 100 | 22 |
| Binary | 110001 | 1001010 | 10000 | 100010 | 0 | 1001110 | 1000111 | 1010110 | 1000000 | 10010 |
Color Harmonies of #314A10
Complementary color
Monochromatic Colors of #314A10
Black with #314A10
Text Example
Text Example
White with #314A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A10; }
p { color: rgb(49,74,16); }
H1.HeaderClassName
{
color: #314A10;
}
.AnyTagClassName
{
color: #314A10;
}
</style>
background-color css
<style>
a { background-color: #314A10; }
a { background-color: rgb(49,74,16); }
div.DivClassName
{
background-color: #314A10;
}
.BgClassName
{
background-color: #314A10;
}
</style>
border-color css
<style>
span { border-color: #314A10; }
span { border-color: rgb(49,74,16); }
td.TdClassName
{
border-color: #314A10;
}
.TagClassName
{
border-color: #314A10;
}
</style>