Shades of Turtle Green #393D09
Tints of Turtle Green #393D09
RGB
CMYK
RGB Variations
Color information
#393D09 (or 0x393D09) is known color: Turtle Green. HEX triplet: 39, 3D and 09. RGB value is (57,61,9). Sum of RGB (Red+Green+Blue) = 57+61+9=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #393D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393D09 is #C6C2F6. Grayscale: #363636. Windows color (decimal): -13026039 or 605497. OLE color: 605497.
HSL color Cylindrical-coordinate representation of color #393D09: hue angle of 64.62º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #393D09 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 9 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.76 |
| HSL | 64.62º | 0.74% | 0.14% | - |
| HSV(B) | 64.62º | 0.85% | 0.24% | - |
| XYZ | 3.41 | 4.23 | 0.89 | - |
| YUV | 53.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 9 | 0.07 | 0 | 0.85 | 0.76 | 64.62 | 0.74 | 0.14 |
| Hex | 39 | 3D | 9 | 7 | 0 | 55 | 4C | 41 | 4A | E |
| Octal | 71 | 75 | 11 | 7 | 0 | 125 | 114 | 101 | 112 | 16 |
| Binary | 111001 | 111101 | 1001 | 111 | 0 | 1010101 | 1001100 | 1000001 | 1001010 | 1110 |
Color Harmonies of #393D09
Complementary color
Monochromatic Colors of #393D09
Black with #393D09
Text Example
Text Example
White with #393D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D09; }
p { color: rgb(57,61,9); }
H1.HeaderClassName
{
color: #393D09;
}
.AnyTagClassName
{
color: #393D09;
}
</style>
background-color css
<style>
a { background-color: #393D09; }
a { background-color: rgb(57,61,9); }
div.DivClassName
{
background-color: #393D09;
}
.BgClassName
{
background-color: #393D09;
}
</style>
border-color css
<style>
span { border-color: #393D09; }
span { border-color: rgb(57,61,9); }
td.TdClassName
{
border-color: #393D09;
}
.TagClassName
{
border-color: #393D09;
}
</style>