Shades of Turtle Green #394600
Tints of Turtle Green #394600
RGB
CMYK
RGB Variations
Color information
#394600 (or 0x394600) is known color: Turtle Green. HEX triplet: 39, 46 and 00. RGB value is (57,70,0). Sum of RGB (Red+Green+Blue) = 57+70+0=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #394600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394600 is #C6B9FF. Grayscale: #3A3A3A. Windows color (decimal): -13023744 or 17977. OLE color: 17977.
HSL color Cylindrical-coordinate representation of color #394600: hue angle of 71.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #394600 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 70 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.73 |
| HSL | 71.14º | 1% | 0.14% | - |
| HSV(B) | 71.14º | 1% | 0.27% | - |
| XYZ | 3.88 | 5.25 | 0.81 | - |
| YUV | 58.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 0 | 0.19 | 0 | 1 | 0.73 | 71.14 | 1 | 0.14 |
| Hex | 39 | 46 | 0 | 13 | 0 | 64 | 49 | 47 | 64 | E |
| Octal | 71 | 106 | 0 | 23 | 0 | 144 | 111 | 107 | 144 | 16 |
| Binary | 111001 | 1000110 | 0 | 10011 | 0 | 1100100 | 1001001 | 1000111 | 1100100 | 1110 |
Color Harmonies of #394600
Complementary color
Monochromatic Colors of #394600
Black with #394600
Text Example
Text Example
White with #394600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394600; }
p { color: rgb(57,70,0); }
H1.HeaderClassName
{
color: #394600;
}
.AnyTagClassName
{
color: #394600;
}
</style>
background-color css
<style>
a { background-color: #394600; }
a { background-color: rgb(57,70,0); }
div.DivClassName
{
background-color: #394600;
}
.BgClassName
{
background-color: #394600;
}
</style>
border-color css
<style>
span { border-color: #394600; }
span { border-color: rgb(57,70,0); }
td.TdClassName
{
border-color: #394600;
}
.TagClassName
{
border-color: #394600;
}
</style>