Shades of Turtle Green #393A0A
Tints of Turtle Green #393A0A
RGB
CMYK
RGB Variations
Color information
#393A0A (or 0x393A0A) is known color: Turtle Green. HEX triplet: 39, 3A and 0A. RGB value is (57,58,10). Sum of RGB (Red+Green+Blue) = 57+58+10=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #393A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393A0A is #C6C5F5. Grayscale: #343434. Windows color (decimal): -13026806 or 670265. OLE color: 670265.
HSL color Cylindrical-coordinate representation of color #393A0A: hue angle of 61.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #393A0A is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 10 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.77 |
| HSL | 61.25º | 0.71% | 0.13% | - |
| HSV(B) | 61.25º | 0.83% | 0.23% | - |
| XYZ | 3.26 | 3.92 | 0.87 | - |
| YUV | 52.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 10 | 0.02 | 0 | 0.83 | 0.77 | 61.25 | 0.71 | 0.13 |
| Hex | 39 | 3A | A | 2 | 0 | 53 | 4D | 3D | 47 | D |
| Octal | 71 | 72 | 12 | 2 | 0 | 123 | 115 | 75 | 107 | 15 |
| Binary | 111001 | 111010 | 1010 | 10 | 0 | 1010011 | 1001101 | 111101 | 1000111 | 1101 |
Color Harmonies of #393A0A
Complementary color
Monochromatic Colors of #393A0A
Black with #393A0A
Text Example
Text Example
White with #393A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A0A; }
p { color: rgb(57,58,10); }
H1.HeaderClassName
{
color: #393A0A;
}
.AnyTagClassName
{
color: #393A0A;
}
</style>
background-color css
<style>
a { background-color: #393A0A; }
a { background-color: rgb(57,58,10); }
div.DivClassName
{
background-color: #393A0A;
}
.BgClassName
{
background-color: #393A0A;
}
</style>
border-color css
<style>
span { border-color: #393A0A; }
span { border-color: rgb(57,58,10); }
td.TdClassName
{
border-color: #393A0A;
}
.TagClassName
{
border-color: #393A0A;
}
</style>