Shades of Turtle Green #393D11
Tints of Turtle Green #393D11
RGB
CMYK
RGB Variations
Color information
#393D11 (or 0x393D11) is known color: Turtle Green. HEX triplet: 39, 3D and 11. RGB value is (57,61,17). Sum of RGB (Red+Green+Blue) = 57+61+17=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #393D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393D11 is #C6C2EE. Grayscale: #363636. Windows color (decimal): -13026031 or 1129785. OLE color: 1129785.
HSL color Cylindrical-coordinate representation of color #393D11: hue angle of 65.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #393D11 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 17 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.76 |
| HSL | 65.45º | 0.56% | 0.15% | - |
| HSV(B) | 65.45º | 0.72% | 0.24% | - |
| XYZ | 3.46 | 4.25 | 1.17 | - |
| YUV | 54.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 17 | 0.07 | 0 | 0.72 | 0.76 | 65.45 | 0.56 | 0.15 |
| Hex | 39 | 3D | 11 | 7 | 0 | 48 | 4C | 41 | 38 | F |
| Octal | 71 | 75 | 21 | 7 | 0 | 110 | 114 | 101 | 70 | 17 |
| Binary | 111001 | 111101 | 10001 | 111 | 0 | 1001000 | 1001100 | 1000001 | 111000 | 1111 |
Color Harmonies of #393D11
Complementary color
Monochromatic Colors of #393D11
Black with #393D11
Text Example
Text Example
White with #393D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D11; }
p { color: rgb(57,61,17); }
H1.HeaderClassName
{
color: #393D11;
}
.AnyTagClassName
{
color: #393D11;
}
</style>
background-color css
<style>
a { background-color: #393D11; }
a { background-color: rgb(57,61,17); }
div.DivClassName
{
background-color: #393D11;
}
.BgClassName
{
background-color: #393D11;
}
</style>
border-color css
<style>
span { border-color: #393D11; }
span { border-color: rgb(57,61,17); }
td.TdClassName
{
border-color: #393D11;
}
.TagClassName
{
border-color: #393D11;
}
</style>