Shades of Turtle Green #394710
Tints of Turtle Green #394710
RGB
CMYK
RGB Variations
Color information
#394710 (or 0x394710) is known color: Turtle Green. HEX triplet: 39, 47 and 10. RGB value is (57,71,16). Sum of RGB (Red+Green+Blue) = 57+71+16=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #394710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394710 is #C6B8EF. Grayscale: #3C3C3C. Windows color (decimal): -13023472 or 1066809. OLE color: 1066809.
HSL color Cylindrical-coordinate representation of color #394710: hue angle of 75.27º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394710 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 16 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.72 |
| HSL | 75.27º | 0.63% | 0.17% | - |
| HSV(B) | 75.27º | 0.77% | 0.28% | - |
| XYZ | 4.03 | 5.41 | 1.32 | - |
| YUV | 60.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 16 | 0.20 | 0 | 0.77 | 0.72 | 75.27 | 0.63 | 0.17 |
| Hex | 39 | 47 | 10 | 14 | 0 | 4D | 48 | 4B | 3F | 11 |
| Octal | 71 | 107 | 20 | 24 | 0 | 115 | 110 | 113 | 77 | 21 |
| Binary | 111001 | 1000111 | 10000 | 10100 | 0 | 1001101 | 1001000 | 1001011 | 111111 | 10001 |
Color Harmonies of #394710
Complementary color
Monochromatic Colors of #394710
Black with #394710
Text Example
Text Example
White with #394710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394710; }
p { color: rgb(57,71,16); }
H1.HeaderClassName
{
color: #394710;
}
.AnyTagClassName
{
color: #394710;
}
</style>
background-color css
<style>
a { background-color: #394710; }
a { background-color: rgb(57,71,16); }
div.DivClassName
{
background-color: #394710;
}
.BgClassName
{
background-color: #394710;
}
</style>
border-color css
<style>
span { border-color: #394710; }
span { border-color: rgb(57,71,16); }
td.TdClassName
{
border-color: #394710;
}
.TagClassName
{
border-color: #394710;
}
</style>