Shades of Turtle Green #314404
Tints of Turtle Green #314404
RGB
CMYK
RGB Variations
Color information
#314404 (or 0x314404) is known color: Turtle Green. HEX triplet: 31, 44 and 04. RGB value is (49,68,4). Sum of RGB (Red+Green+Blue) = 49+68+4=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #314404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314404 is #CEBBFB. Grayscale: #373737. Windows color (decimal): -13548540 or 279601. OLE color: 279601.
HSL color Cylindrical-coordinate representation of color #314404: hue angle of 77.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #314404 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 4 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.73 |
| HSL | 77.81º | 0.89% | 0.14% | - |
| HSV(B) | 77.81º | 0.94% | 0.27% | - |
| XYZ | 3.36 | 4.8 | 0.86 | - |
| YUV | 55.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 4 | 0.28 | 0 | 0.94 | 0.73 | 77.81 | 0.89 | 0.14 |
| Hex | 31 | 44 | 4 | 1C | 0 | 5E | 49 | 4E | 59 | E |
| Octal | 61 | 104 | 4 | 34 | 0 | 136 | 111 | 116 | 131 | 16 |
| Binary | 110001 | 1000100 | 100 | 11100 | 0 | 1011110 | 1001001 | 1001110 | 1011001 | 1110 |
Color Harmonies of #314404
Complementary color
Monochromatic Colors of #314404
Black with #314404
Text Example
Text Example
White with #314404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314404; }
p { color: rgb(49,68,4); }
H1.HeaderClassName
{
color: #314404;
}
.AnyTagClassName
{
color: #314404;
}
</style>
background-color css
<style>
a { background-color: #314404; }
a { background-color: rgb(49,68,4); }
div.DivClassName
{
background-color: #314404;
}
.BgClassName
{
background-color: #314404;
}
</style>
border-color css
<style>
span { border-color: #314404; }
span { border-color: rgb(49,68,4); }
td.TdClassName
{
border-color: #314404;
}
.TagClassName
{
border-color: #314404;
}
</style>