Shades of Turtle Green #393705
Tints of Turtle Green #393705
RGB
CMYK
RGB Variations
Color information
#393705 (or 0x393705) is known color: Turtle Green. HEX triplet: 39, 37 and 05. RGB value is (57,55,5). Sum of RGB (Red+Green+Blue) = 57+55+5=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #393705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393705 is #C6C8FA. Grayscale: #323232. Windows color (decimal): -13027579 or 341817. OLE color: 341817.
HSL color Cylindrical-coordinate representation of color #393705: hue angle of 57.69º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #393705 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 55 | 5 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.78 |
| HSL | 57.69º | 0.84% | 0.12% | - |
| HSV(B) | 57.69º | 0.91% | 0.22% | - |
| XYZ | 3.08 | 3.61 | 0.68 | - |
| YUV | 49.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 5 | 0 | 0.04 | 0.91 | 0.78 | 57.69 | 0.84 | 0.12 |
| Hex | 39 | 37 | 5 | 0 | 4 | 5B | 4E | 3A | 54 | C |
| Octal | 71 | 67 | 5 | 0 | 4 | 133 | 116 | 72 | 124 | 14 |
| Binary | 111001 | 110111 | 101 | 0 | 100 | 1011011 | 1001110 | 111010 | 1010100 | 1100 |
Color Harmonies of #393705
Complementary color
Monochromatic Colors of #393705
Black with #393705
Text Example
Text Example
White with #393705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393705; }
p { color: rgb(57,55,5); }
H1.HeaderClassName
{
color: #393705;
}
.AnyTagClassName
{
color: #393705;
}
</style>
background-color css
<style>
a { background-color: #393705; }
a { background-color: rgb(57,55,5); }
div.DivClassName
{
background-color: #393705;
}
.BgClassName
{
background-color: #393705;
}
</style>
border-color css
<style>
span { border-color: #393705; }
span { border-color: rgb(57,55,5); }
td.TdClassName
{
border-color: #393705;
}
.TagClassName
{
border-color: #393705;
}
</style>