Shades of Turtle Green #314019
Tints of Turtle Green #314019
RGB
CMYK
RGB Variations
Color information
#314019 (or 0x314019) is known color: Turtle Green. HEX triplet: 31, 40 and 19. RGB value is (49,64,25). Sum of RGB (Red+Green+Blue) = 49+64+25=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #314019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314019 is #CEBFE6. Grayscale: #373737. Windows color (decimal): -13549543 or 1654833. OLE color: 1654833.
HSL color Cylindrical-coordinate representation of color #314019: hue angle of 83.08º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #314019 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 25 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.75 |
| HSL | 83.08º | 0.44% | 0.17% | - |
| HSV(B) | 83.08º | 0.61% | 0.25% | - |
| XYZ | 3.28 | 4.39 | 1.59 | - |
| YUV | 55.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 25 | 0.23 | 0 | 0.61 | 0.75 | 83.08 | 0.44 | 0.17 |
| Hex | 31 | 40 | 19 | 17 | 0 | 3D | 4B | 53 | 2C | 11 |
| Octal | 61 | 100 | 31 | 27 | 0 | 75 | 113 | 123 | 54 | 21 |
| Binary | 110001 | 1000000 | 11001 | 10111 | 0 | 111101 | 1001011 | 1010011 | 101100 | 10001 |
Color Harmonies of #314019
Complementary color
Monochromatic Colors of #314019
Black with #314019
Text Example
Text Example
White with #314019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314019; }
p { color: rgb(49,64,25); }
H1.HeaderClassName
{
color: #314019;
}
.AnyTagClassName
{
color: #314019;
}
</style>
background-color css
<style>
a { background-color: #314019; }
a { background-color: rgb(49,64,25); }
div.DivClassName
{
background-color: #314019;
}
.BgClassName
{
background-color: #314019;
}
</style>
border-color css
<style>
span { border-color: #314019; }
span { border-color: rgb(49,64,25); }
td.TdClassName
{
border-color: #314019;
}
.TagClassName
{
border-color: #314019;
}
</style>