Shades of Turtle Green #393A07
Tints of Turtle Green #393A07
RGB
CMYK
RGB Variations
Color information
#393A07 (or 0x393A07) is known color: Turtle Green. HEX triplet: 39, 3A and 07. RGB value is (57,58,7). Sum of RGB (Red+Green+Blue) = 57+58+7=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #393A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393A07 is #C6C5F8. Grayscale: #343434. Windows color (decimal): -13026809 or 473657. OLE color: 473657.
HSL color Cylindrical-coordinate representation of color #393A07: hue angle of 61.18º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #393A07 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 7 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.77 |
| HSL | 61.18º | 0.78% | 0.13% | - |
| HSV(B) | 61.18º | 0.88% | 0.23% | - |
| XYZ | 3.24 | 3.91 | 0.79 | - |
| YUV | 51.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 7 | 0.02 | 0 | 0.88 | 0.77 | 61.18 | 0.78 | 0.13 |
| Hex | 39 | 3A | 7 | 2 | 0 | 58 | 4D | 3D | 4E | D |
| Octal | 71 | 72 | 7 | 2 | 0 | 130 | 115 | 75 | 116 | 15 |
| Binary | 111001 | 111010 | 111 | 10 | 0 | 1011000 | 1001101 | 111101 | 1001110 | 1101 |
Color Harmonies of #393A07
Complementary color
Monochromatic Colors of #393A07
Black with #393A07
Text Example
Text Example
White with #393A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A07; }
p { color: rgb(57,58,7); }
H1.HeaderClassName
{
color: #393A07;
}
.AnyTagClassName
{
color: #393A07;
}
</style>
background-color css
<style>
a { background-color: #393A07; }
a { background-color: rgb(57,58,7); }
div.DivClassName
{
background-color: #393A07;
}
.BgClassName
{
background-color: #393A07;
}
</style>
border-color css
<style>
span { border-color: #393A07; }
span { border-color: rgb(57,58,7); }
td.TdClassName
{
border-color: #393A07;
}
.TagClassName
{
border-color: #393A07;
}
</style>