Shades of Turtle Green #393C0D
Tints of Turtle Green #393C0D
RGB
CMYK
RGB Variations
Color information
#393C0D (or 0x393C0D) is known color: Turtle Green. HEX triplet: 39, 3C and 0D. RGB value is (57,60,13). Sum of RGB (Red+Green+Blue) = 57+60+13=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #393C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C0D is #C6C3F2. Grayscale: #353535. Windows color (decimal): -13026291 or 867385. OLE color: 867385.
HSL color Cylindrical-coordinate representation of color #393C0D: hue angle of 63.83º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #393C0D is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 13 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.76 |
| HSL | 63.83º | 0.64% | 0.14% | - |
| HSV(B) | 63.83º | 0.78% | 0.24% | - |
| XYZ | 3.38 | 4.13 | 1 | - |
| YUV | 53.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 13 | 0.05 | 0 | 0.78 | 0.76 | 63.83 | 0.64 | 0.14 |
| Hex | 39 | 3C | D | 5 | 0 | 4E | 4C | 40 | 40 | E |
| Octal | 71 | 74 | 15 | 5 | 0 | 116 | 114 | 100 | 100 | 16 |
| Binary | 111001 | 111100 | 1101 | 101 | 0 | 1001110 | 1001100 | 1000000 | 1000000 | 1110 |
Color Harmonies of #393C0D
Complementary color
Monochromatic Colors of #393C0D
Black with #393C0D
Text Example
Text Example
White with #393C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C0D; }
p { color: rgb(57,60,13); }
H1.HeaderClassName
{
color: #393C0D;
}
.AnyTagClassName
{
color: #393C0D;
}
</style>
background-color css
<style>
a { background-color: #393C0D; }
a { background-color: rgb(57,60,13); }
div.DivClassName
{
background-color: #393C0D;
}
.BgClassName
{
background-color: #393C0D;
}
</style>
border-color css
<style>
span { border-color: #393C0D; }
span { border-color: rgb(57,60,13); }
td.TdClassName
{
border-color: #393C0D;
}
.TagClassName
{
border-color: #393C0D;
}
</style>