Shades of Turtle Green #394712
Tints of Turtle Green #394712
RGB
CMYK
RGB Variations
Color information
#394712 (or 0x394712) is known color: Turtle Green. HEX triplet: 39, 47 and 12. RGB value is (57,71,18). Sum of RGB (Red+Green+Blue) = 57+71+18=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #394712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394712 is #C6B8ED. Grayscale: #3C3C3C. Windows color (decimal): -13023470 or 1197881. OLE color: 1197881.
HSL color Cylindrical-coordinate representation of color #394712: hue angle of 75.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394712 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 18 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.72 |
| HSL | 75.85º | 0.6% | 0.17% | - |
| HSV(B) | 75.85º | 0.75% | 0.28% | - |
| XYZ | 4.05 | 5.42 | 1.4 | - |
| YUV | 60.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 18 | 0.20 | 0 | 0.75 | 0.72 | 75.85 | 0.6 | 0.17 |
| Hex | 39 | 47 | 12 | 14 | 0 | 4B | 48 | 4C | 3C | 11 |
| Octal | 71 | 107 | 22 | 24 | 0 | 113 | 110 | 114 | 74 | 21 |
| Binary | 111001 | 1000111 | 10010 | 10100 | 0 | 1001011 | 1001000 | 1001100 | 111100 | 10001 |
Color Harmonies of #394712
Complementary color
Monochromatic Colors of #394712
Black with #394712
Text Example
Text Example
White with #394712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394712; }
p { color: rgb(57,71,18); }
H1.HeaderClassName
{
color: #394712;
}
.AnyTagClassName
{
color: #394712;
}
</style>
background-color css
<style>
a { background-color: #394712; }
a { background-color: rgb(57,71,18); }
div.DivClassName
{
background-color: #394712;
}
.BgClassName
{
background-color: #394712;
}
</style>
border-color css
<style>
span { border-color: #394712; }
span { border-color: rgb(57,71,18); }
td.TdClassName
{
border-color: #394712;
}
.TagClassName
{
border-color: #394712;
}
</style>