Shades of Turtle Green #393D00
Tints of Turtle Green #393D00
RGB
CMYK
RGB Variations
Color information
#393D00 (or 0x393D00) is known color: Turtle Green. HEX triplet: 39, 3D and 00. RGB value is (57,61,0). Sum of RGB (Red+Green+Blue) = 57+61+0=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #393D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393D00 is #C6C2FF. Grayscale: #353535. Windows color (decimal): -13026048 or 15673. OLE color: 15673.
HSL color Cylindrical-coordinate representation of color #393D00: hue angle of 63.93º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #393D00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.76 |
| HSL | 63.93º | 1% | 0.12% | - |
| HSV(B) | 63.93º | 1% | 0.24% | - |
| XYZ | 3.36 | 4.21 | 0.64 | - |
| YUV | 52.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 0 | 0.07 | 0 | 1 | 0.76 | 63.93 | 1 | 0.12 |
| Hex | 39 | 3D | 0 | 7 | 0 | 64 | 4C | 40 | 64 | C |
| Octal | 71 | 75 | 0 | 7 | 0 | 144 | 114 | 100 | 144 | 14 |
| Binary | 111001 | 111101 | 0 | 111 | 0 | 1100100 | 1001100 | 1000000 | 1100100 | 1100 |
Color Harmonies of #393D00
Complementary color
Monochromatic Colors of #393D00
Black with #393D00
Text Example
Text Example
White with #393D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D00; }
p { color: rgb(57,61,0); }
H1.HeaderClassName
{
color: #393D00;
}
.AnyTagClassName
{
color: #393D00;
}
</style>
background-color css
<style>
a { background-color: #393D00; }
a { background-color: rgb(57,61,0); }
div.DivClassName
{
background-color: #393D00;
}
.BgClassName
{
background-color: #393D00;
}
</style>
border-color css
<style>
span { border-color: #393D00; }
span { border-color: rgb(57,61,0); }
td.TdClassName
{
border-color: #393D00;
}
.TagClassName
{
border-color: #393D00;
}
</style>