Shades of Turtle Green #314600
Tints of Turtle Green #314600
RGB
CMYK
RGB Variations
Color information
#314600 (or 0x314600) is known color: Turtle Green. HEX triplet: 31, 46 and 00. RGB value is (49,70,0). Sum of RGB (Red+Green+Blue) = 49+70+0=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #314600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314600 is #CEB9FF. Grayscale: #383838. Windows color (decimal): -13548032 or 17969. OLE color: 17969.
HSL color Cylindrical-coordinate representation of color #314600: hue angle of 78º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #314600 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 70 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.73 |
| HSL | 78º | 1% | 0.14% | - |
| HSV(B) | 78º | 1% | 0.27% | - |
| XYZ | 3.46 | 5.03 | 0.79 | - |
| YUV | 55.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 0 | 0.30 | 0 | 1 | 0.73 | 78 | 1 | 0.14 |
| Hex | 31 | 46 | 0 | 1E | 0 | 64 | 49 | 4E | 64 | E |
| Octal | 61 | 106 | 0 | 36 | 0 | 144 | 111 | 116 | 144 | 16 |
| Binary | 110001 | 1000110 | 0 | 11110 | 0 | 1100100 | 1001001 | 1001110 | 1100100 | 1110 |
Color Harmonies of #314600
Complementary color
Monochromatic Colors of #314600
Black with #314600
Text Example
Text Example
White with #314600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314600; }
p { color: rgb(49,70,0); }
H1.HeaderClassName
{
color: #314600;
}
.AnyTagClassName
{
color: #314600;
}
</style>
background-color css
<style>
a { background-color: #314600; }
a { background-color: rgb(49,70,0); }
div.DivClassName
{
background-color: #314600;
}
.BgClassName
{
background-color: #314600;
}
</style>
border-color css
<style>
span { border-color: #314600; }
span { border-color: rgb(49,70,0); }
td.TdClassName
{
border-color: #314600;
}
.TagClassName
{
border-color: #314600;
}
</style>