Shades of Turtle Green #314119
Tints of Turtle Green #314119
RGB
CMYK
RGB Variations
Color information
#314119 (or 0x314119) is known color: Turtle Green. HEX triplet: 31, 41 and 19. RGB value is (49,65,25). Sum of RGB (Red+Green+Blue) = 49+65+25=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #314119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314119 is #CEBEE6. Grayscale: #373737. Windows color (decimal): -13549287 or 1655089. OLE color: 1655089.
HSL color Cylindrical-coordinate representation of color #314119: hue angle of 84º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314119 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 25 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.75 |
| HSL | 84º | 0.44% | 0.18% | - |
| HSV(B) | 84º | 0.62% | 0.25% | - |
| XYZ | 3.33 | 4.5 | 1.61 | - |
| YUV | 55.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 25 | 0.25 | 0 | 0.62 | 0.75 | 84 | 0.44 | 0.18 |
| Hex | 31 | 41 | 19 | 19 | 0 | 3E | 4B | 54 | 2C | 12 |
| Octal | 61 | 101 | 31 | 31 | 0 | 76 | 113 | 124 | 54 | 22 |
| Binary | 110001 | 1000001 | 11001 | 11001 | 0 | 111110 | 1001011 | 1010100 | 101100 | 10010 |
Color Harmonies of #314119
Complementary color
Monochromatic Colors of #314119
Black with #314119
Text Example
Text Example
White with #314119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314119; }
p { color: rgb(49,65,25); }
H1.HeaderClassName
{
color: #314119;
}
.AnyTagClassName
{
color: #314119;
}
</style>
background-color css
<style>
a { background-color: #314119; }
a { background-color: rgb(49,65,25); }
div.DivClassName
{
background-color: #314119;
}
.BgClassName
{
background-color: #314119;
}
</style>
border-color css
<style>
span { border-color: #314119; }
span { border-color: rgb(49,65,25); }
td.TdClassName
{
border-color: #314119;
}
.TagClassName
{
border-color: #314119;
}
</style>