Shades of Turtle Green #314014
Tints of Turtle Green #314014
RGB
CMYK
RGB Variations
Color information
#314014 (or 0x314014) is known color: Turtle Green. HEX triplet: 31, 40 and 14. RGB value is (49,64,20). Sum of RGB (Red+Green+Blue) = 49+64+20=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #314014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314014 is #CEBFEB. Grayscale: #363636. Windows color (decimal): -13549548 or 1327153. OLE color: 1327153.
HSL color Cylindrical-coordinate representation of color #314014: hue angle of 80.45º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #314014 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 20 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.75 |
| HSL | 80.45º | 0.52% | 0.16% | - |
| HSV(B) | 80.45º | 0.69% | 0.25% | - |
| XYZ | 3.23 | 4.37 | 1.34 | - |
| YUV | 54.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 20 | 0.23 | 0 | 0.69 | 0.75 | 80.45 | 0.52 | 0.16 |
| Hex | 31 | 40 | 14 | 17 | 0 | 45 | 4B | 50 | 34 | 10 |
| Octal | 61 | 100 | 24 | 27 | 0 | 105 | 113 | 120 | 64 | 20 |
| Binary | 110001 | 1000000 | 10100 | 10111 | 0 | 1000101 | 1001011 | 1010000 | 110100 | 10000 |
Color Harmonies of #314014
Complementary color
Monochromatic Colors of #314014
Black with #314014
Text Example
Text Example
White with #314014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314014; }
p { color: rgb(49,64,20); }
H1.HeaderClassName
{
color: #314014;
}
.AnyTagClassName
{
color: #314014;
}
</style>
background-color css
<style>
a { background-color: #314014; }
a { background-color: rgb(49,64,20); }
div.DivClassName
{
background-color: #314014;
}
.BgClassName
{
background-color: #314014;
}
</style>
border-color css
<style>
span { border-color: #314014; }
span { border-color: rgb(49,64,20); }
td.TdClassName
{
border-color: #314014;
}
.TagClassName
{
border-color: #314014;
}
</style>