Shades of Turtle Green #314406
Tints of Turtle Green #314406
RGB
CMYK
RGB Variations
Color information
#314406 (or 0x314406) is known color: Turtle Green. HEX triplet: 31, 44 and 06. RGB value is (49,68,6). Sum of RGB (Red+Green+Blue) = 49+68+6=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #314406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314406 is #CEBBF9. Grayscale: #373737. Windows color (decimal): -13548538 or 410673. OLE color: 410673.
HSL color Cylindrical-coordinate representation of color #314406: hue angle of 78.39º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #314406 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 6 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.73 |
| HSL | 78.39º | 0.84% | 0.15% | - |
| HSV(B) | 78.39º | 0.91% | 0.27% | - |
| XYZ | 3.37 | 4.8 | 0.92 | - |
| YUV | 55.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 6 | 0.28 | 0 | 0.91 | 0.73 | 78.39 | 0.84 | 0.15 |
| Hex | 31 | 44 | 6 | 1C | 0 | 5B | 49 | 4E | 54 | F |
| Octal | 61 | 104 | 6 | 34 | 0 | 133 | 111 | 116 | 124 | 17 |
| Binary | 110001 | 1000100 | 110 | 11100 | 0 | 1011011 | 1001001 | 1001110 | 1010100 | 1111 |
Color Harmonies of #314406
Complementary color
Monochromatic Colors of #314406
Black with #314406
Text Example
Text Example
White with #314406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314406; }
p { color: rgb(49,68,6); }
H1.HeaderClassName
{
color: #314406;
}
.AnyTagClassName
{
color: #314406;
}
</style>
background-color css
<style>
a { background-color: #314406; }
a { background-color: rgb(49,68,6); }
div.DivClassName
{
background-color: #314406;
}
.BgClassName
{
background-color: #314406;
}
</style>
border-color css
<style>
span { border-color: #314406; }
span { border-color: rgb(49,68,6); }
td.TdClassName
{
border-color: #314406;
}
.TagClassName
{
border-color: #314406;
}
</style>