Shades of Turtle Green #314405
Tints of Turtle Green #314405
RGB
CMYK
RGB Variations
Color information
#314405 (or 0x314405) is known color: Turtle Green. HEX triplet: 31, 44 and 05. RGB value is (49,68,5). Sum of RGB (Red+Green+Blue) = 49+68+5=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #314405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314405 is #CEBBFA. Grayscale: #373737. Windows color (decimal): -13548539 or 345137. OLE color: 345137.
HSL color Cylindrical-coordinate representation of color #314405: hue angle of 78.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #314405 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 5 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.73 |
| HSL | 78.1º | 0.86% | 0.14% | - |
| HSV(B) | 78.1º | 0.93% | 0.27% | - |
| XYZ | 3.36 | 4.8 | 0.89 | - |
| YUV | 55.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 5 | 0.28 | 0 | 0.93 | 0.73 | 78.1 | 0.86 | 0.14 |
| Hex | 31 | 44 | 5 | 1C | 0 | 5D | 49 | 4E | 56 | E |
| Octal | 61 | 104 | 5 | 34 | 0 | 135 | 111 | 116 | 126 | 16 |
| Binary | 110001 | 1000100 | 101 | 11100 | 0 | 1011101 | 1001001 | 1001110 | 1010110 | 1110 |
Color Harmonies of #314405
Complementary color
Monochromatic Colors of #314405
Black with #314405
Text Example
Text Example
White with #314405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314405; }
p { color: rgb(49,68,5); }
H1.HeaderClassName
{
color: #314405;
}
.AnyTagClassName
{
color: #314405;
}
</style>
background-color css
<style>
a { background-color: #314405; }
a { background-color: rgb(49,68,5); }
div.DivClassName
{
background-color: #314405;
}
.BgClassName
{
background-color: #314405;
}
</style>
border-color css
<style>
span { border-color: #314405; }
span { border-color: rgb(49,68,5); }
td.TdClassName
{
border-color: #314405;
}
.TagClassName
{
border-color: #314405;
}
</style>