Shades of Turtle Green #314400
Tints of Turtle Green #314400
RGB
CMYK
RGB Variations
Color information
#314400 (or 0x314400) is known color: Turtle Green. HEX triplet: 31, 44 and 00. RGB value is (49,68,0). Sum of RGB (Red+Green+Blue) = 49+68+0=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #314400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314400 is #CEBBFF. Grayscale: #363636. Windows color (decimal): -13548544 or 17457. OLE color: 17457.
HSL color Cylindrical-coordinate representation of color #314400: hue angle of 76.76º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #314400 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.73 |
| HSL | 76.76º | 1% | 0.13% | - |
| HSV(B) | 76.76º | 1% | 0.27% | - |
| XYZ | 3.33 | 4.79 | 0.75 | - |
| YUV | 54.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 0 | 0.28 | 0 | 1 | 0.73 | 76.76 | 1 | 0.13 |
| Hex | 31 | 44 | 0 | 1C | 0 | 64 | 49 | 4D | 64 | D |
| Octal | 61 | 104 | 0 | 34 | 0 | 144 | 111 | 115 | 144 | 15 |
| Binary | 110001 | 1000100 | 0 | 11100 | 0 | 1100100 | 1001001 | 1001101 | 1100100 | 1101 |
Color Harmonies of #314400
Complementary color
Monochromatic Colors of #314400
Black with #314400
Text Example
Text Example
White with #314400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314400; }
p { color: rgb(49,68,0); }
H1.HeaderClassName
{
color: #314400;
}
.AnyTagClassName
{
color: #314400;
}
</style>
background-color css
<style>
a { background-color: #314400; }
a { background-color: rgb(49,68,0); }
div.DivClassName
{
background-color: #314400;
}
.BgClassName
{
background-color: #314400;
}
</style>
border-color css
<style>
span { border-color: #314400; }
span { border-color: rgb(49,68,0); }
td.TdClassName
{
border-color: #314400;
}
.TagClassName
{
border-color: #314400;
}
</style>