Shades of Turtle Green #393D0D
Tints of Turtle Green #393D0D
RGB
CMYK
RGB Variations
Color information
#393D0D (or 0x393D0D) is known color: Turtle Green. HEX triplet: 39, 3D and 0D. RGB value is (57,61,13). Sum of RGB (Red+Green+Blue) = 57+61+13=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #393D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393D0D is #C6C2F2. Grayscale: #363636. Windows color (decimal): -13026035 or 867641. OLE color: 867641.
HSL color Cylindrical-coordinate representation of color #393D0D: hue angle of 65º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #393D0D is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 13 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.76 |
| HSL | 65º | 0.65% | 0.15% | - |
| HSV(B) | 65º | 0.79% | 0.24% | - |
| XYZ | 3.43 | 4.24 | 1.02 | - |
| YUV | 54.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 13 | 0.07 | 0 | 0.79 | 0.76 | 65 | 0.65 | 0.15 |
| Hex | 39 | 3D | D | 7 | 0 | 4F | 4C | 41 | 41 | F |
| Octal | 71 | 75 | 15 | 7 | 0 | 117 | 114 | 101 | 101 | 17 |
| Binary | 111001 | 111101 | 1101 | 111 | 0 | 1001111 | 1001100 | 1000001 | 1000001 | 1111 |
Color Harmonies of #393D0D
Complementary color
Monochromatic Colors of #393D0D
Black with #393D0D
Text Example
Text Example
White with #393D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D0D; }
p { color: rgb(57,61,13); }
H1.HeaderClassName
{
color: #393D0D;
}
.AnyTagClassName
{
color: #393D0D;
}
</style>
background-color css
<style>
a { background-color: #393D0D; }
a { background-color: rgb(57,61,13); }
div.DivClassName
{
background-color: #393D0D;
}
.BgClassName
{
background-color: #393D0D;
}
</style>
border-color css
<style>
span { border-color: #393D0D; }
span { border-color: rgb(57,61,13); }
td.TdClassName
{
border-color: #393D0D;
}
.TagClassName
{
border-color: #393D0D;
}
</style>