Shades of Turtle Green #394707
Tints of Turtle Green #394707
RGB
CMYK
RGB Variations
Color information
#394707 (or 0x394707) is known color: Turtle Green. HEX triplet: 39, 47 and 07. RGB value is (57,71,7). Sum of RGB (Red+Green+Blue) = 57+71+7=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #394707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394707 is #C6B8F8. Grayscale: #3B3B3B. Windows color (decimal): -13023481 or 476985. OLE color: 476985.
HSL color Cylindrical-coordinate representation of color #394707: hue angle of 73.12º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #394707 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 7 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.72 |
| HSL | 73.13º | 0.82% | 0.15% | - |
| HSV(B) | 73.13º | 0.9% | 0.28% | - |
| XYZ | 3.98 | 5.39 | 1.03 | - |
| YUV | 59.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 7 | 0.20 | 0 | 0.90 | 0.72 | 73.13 | 0.82 | 0.15 |
| Hex | 39 | 47 | 7 | 14 | 0 | 5A | 48 | 49 | 52 | F |
| Octal | 71 | 107 | 7 | 24 | 0 | 132 | 110 | 111 | 122 | 17 |
| Binary | 111001 | 1000111 | 111 | 10100 | 0 | 1011010 | 1001000 | 1001001 | 1010010 | 1111 |
Color Harmonies of #394707
Complementary color
Monochromatic Colors of #394707
Black with #394707
Text Example
Text Example
White with #394707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394707; }
p { color: rgb(57,71,7); }
H1.HeaderClassName
{
color: #394707;
}
.AnyTagClassName
{
color: #394707;
}
</style>
background-color css
<style>
a { background-color: #394707; }
a { background-color: rgb(57,71,7); }
div.DivClassName
{
background-color: #394707;
}
.BgClassName
{
background-color: #394707;
}
</style>
border-color css
<style>
span { border-color: #394707; }
span { border-color: rgb(57,71,7); }
td.TdClassName
{
border-color: #394707;
}
.TagClassName
{
border-color: #394707;
}
</style>