Shades of Turtle Green #394711
Tints of Turtle Green #394711
RGB
CMYK
RGB Variations
Color information
#394711 (or 0x394711) is known color: Turtle Green. HEX triplet: 39, 47 and 11. RGB value is (57,71,17). Sum of RGB (Red+Green+Blue) = 57+71+17=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #394711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394711 is #C6B8EE. Grayscale: #3C3C3C. Windows color (decimal): -13023471 or 1132345. OLE color: 1132345.
HSL color Cylindrical-coordinate representation of color #394711: hue angle of 75.56º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #394711 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 17 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.72 |
| HSL | 75.56º | 0.61% | 0.17% | - |
| HSV(B) | 75.56º | 0.76% | 0.28% | - |
| XYZ | 4.04 | 5.42 | 1.36 | - |
| YUV | 60.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 17 | 0.20 | 0 | 0.76 | 0.72 | 75.56 | 0.61 | 0.17 |
| Hex | 39 | 47 | 11 | 14 | 0 | 4C | 48 | 4C | 3D | 11 |
| Octal | 71 | 107 | 21 | 24 | 0 | 114 | 110 | 114 | 75 | 21 |
| Binary | 111001 | 1000111 | 10001 | 10100 | 0 | 1001100 | 1001000 | 1001100 | 111101 | 10001 |
Color Harmonies of #394711
Complementary color
Monochromatic Colors of #394711
Black with #394711
Text Example
Text Example
White with #394711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394711; }
p { color: rgb(57,71,17); }
H1.HeaderClassName
{
color: #394711;
}
.AnyTagClassName
{
color: #394711;
}
</style>
background-color css
<style>
a { background-color: #394711; }
a { background-color: rgb(57,71,17); }
div.DivClassName
{
background-color: #394711;
}
.BgClassName
{
background-color: #394711;
}
</style>
border-color css
<style>
span { border-color: #394711; }
span { border-color: rgb(57,71,17); }
td.TdClassName
{
border-color: #394711;
}
.TagClassName
{
border-color: #394711;
}
</style>