Shades of Turtle Green #393C0F
Tints of Turtle Green #393C0F
RGB
CMYK
RGB Variations
Color information
#393C0F (or 0x393C0F) is known color: Turtle Green. HEX triplet: 39, 3C and 0F. RGB value is (57,60,15). Sum of RGB (Red+Green+Blue) = 57+60+15=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #393C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C0F is #C6C3F0. Grayscale: #363636. Windows color (decimal): -13026289 or 998457. OLE color: 998457.
HSL color Cylindrical-coordinate representation of color #393C0F: hue angle of 64º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #393C0F is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 15 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.76 |
| HSL | 64º | 0.6% | 0.15% | - |
| HSV(B) | 64º | 0.75% | 0.24% | - |
| XYZ | 3.39 | 4.14 | 1.07 | - |
| YUV | 53.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 15 | 0.05 | 0 | 0.75 | 0.76 | 64 | 0.6 | 0.15 |
| Hex | 39 | 3C | F | 5 | 0 | 4B | 4C | 40 | 3C | F |
| Octal | 71 | 74 | 17 | 5 | 0 | 113 | 114 | 100 | 74 | 17 |
| Binary | 111001 | 111100 | 1111 | 101 | 0 | 1001011 | 1001100 | 1000000 | 111100 | 1111 |
Color Harmonies of #393C0F
Complementary color
Monochromatic Colors of #393C0F
Black with #393C0F
Text Example
Text Example
White with #393C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C0F; }
p { color: rgb(57,60,15); }
H1.HeaderClassName
{
color: #393C0F;
}
.AnyTagClassName
{
color: #393C0F;
}
</style>
background-color css
<style>
a { background-color: #393C0F; }
a { background-color: rgb(57,60,15); }
div.DivClassName
{
background-color: #393C0F;
}
.BgClassName
{
background-color: #393C0F;
}
</style>
border-color css
<style>
span { border-color: #393C0F; }
span { border-color: rgb(57,60,15); }
td.TdClassName
{
border-color: #393C0F;
}
.TagClassName
{
border-color: #393C0F;
}
</style>