Shades of Turtle Green #393D07
Tints of Turtle Green #393D07
RGB
CMYK
RGB Variations
Color information
#393D07 (or 0x393D07) is known color: Turtle Green. HEX triplet: 39, 3D and 07. RGB value is (57,61,7). Sum of RGB (Red+Green+Blue) = 57+61+7=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #393D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393D07 is #C6C2F8. Grayscale: #353535. Windows color (decimal): -13026041 or 474425. OLE color: 474425.
HSL color Cylindrical-coordinate representation of color #393D07: hue angle of 64.44º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #393D07 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 7 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.76 |
| HSL | 64.44º | 0.79% | 0.13% | - |
| HSV(B) | 64.44º | 0.89% | 0.24% | - |
| XYZ | 3.39 | 4.22 | 0.84 | - |
| YUV | 53.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 7 | 0.07 | 0 | 0.89 | 0.76 | 64.44 | 0.79 | 0.13 |
| Hex | 39 | 3D | 7 | 7 | 0 | 59 | 4C | 40 | 4F | D |
| Octal | 71 | 75 | 7 | 7 | 0 | 131 | 114 | 100 | 117 | 15 |
| Binary | 111001 | 111101 | 111 | 111 | 0 | 1011001 | 1001100 | 1000000 | 1001111 | 1101 |
Color Harmonies of #393D07
Complementary color
Monochromatic Colors of #393D07
Black with #393D07
Text Example
Text Example
White with #393D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D07; }
p { color: rgb(57,61,7); }
H1.HeaderClassName
{
color: #393D07;
}
.AnyTagClassName
{
color: #393D07;
}
</style>
background-color css
<style>
a { background-color: #393D07; }
a { background-color: rgb(57,61,7); }
div.DivClassName
{
background-color: #393D07;
}
.BgClassName
{
background-color: #393D07;
}
</style>
border-color css
<style>
span { border-color: #393D07; }
span { border-color: rgb(57,61,7); }
td.TdClassName
{
border-color: #393D07;
}
.TagClassName
{
border-color: #393D07;
}
</style>