Shades of Turtle Green #393C00
Tints of Turtle Green #393C00
RGB
CMYK
RGB Variations
Color information
#393C00 (or 0x393C00) is known color: Turtle Green. HEX triplet: 39, 3C and 00. RGB value is (57,60,0). Sum of RGB (Red+Green+Blue) = 57+60+0=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #393C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C00 is #C6C3FF. Grayscale: #343434. Windows color (decimal): -13026304 or 15417. OLE color: 15417.
HSL color Cylindrical-coordinate representation of color #393C00: hue angle of 63º 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 #393C00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.76 |
| HSL | 63º | 1% | 0.12% | - |
| HSV(B) | 63º | 1% | 0.24% | - |
| XYZ | 3.3 | 4.1 | 0.62 | - |
| YUV | 52.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 0 | 0.05 | 0 | 1 | 0.76 | 63 | 1 | 0.12 |
| Hex | 39 | 3C | 0 | 5 | 0 | 64 | 4C | 3F | 64 | C |
| Octal | 71 | 74 | 0 | 5 | 0 | 144 | 114 | 77 | 144 | 14 |
| Binary | 111001 | 111100 | 0 | 101 | 0 | 1100100 | 1001100 | 111111 | 1100100 | 1100 |
Color Harmonies of #393C00
Complementary color
Monochromatic Colors of #393C00
Black with #393C00
Text Example
Text Example
White with #393C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C00; }
p { color: rgb(57,60,0); }
H1.HeaderClassName
{
color: #393C00;
}
.AnyTagClassName
{
color: #393C00;
}
</style>
background-color css
<style>
a { background-color: #393C00; }
a { background-color: rgb(57,60,0); }
div.DivClassName
{
background-color: #393C00;
}
.BgClassName
{
background-color: #393C00;
}
</style>
border-color css
<style>
span { border-color: #393C00; }
span { border-color: rgb(57,60,0); }
td.TdClassName
{
border-color: #393C00;
}
.TagClassName
{
border-color: #393C00;
}
</style>