Shades of Turtle Green #393C05
Tints of Turtle Green #393C05
RGB
CMYK
RGB Variations
Color information
#393C05 (or 0x393C05) is known color: Turtle Green. HEX triplet: 39, 3C and 05. RGB value is (57,60,5). Sum of RGB (Red+Green+Blue) = 57+60+5=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 60 (23.83% from 255 or 49.18% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 60 - color contains mainly: green. Hex color #393C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C05 is #C6C3FA. Grayscale: #353535. Windows color (decimal): -13026299 or 343097. OLE color: 343097.
HSL color Cylindrical-coordinate representation of color #393C05: hue angle of 63.27º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #393C05 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 5 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.76 |
| HSL | 63.27º | 0.85% | 0.13% | - |
| HSV(B) | 63.27º | 0.92% | 0.24% | - |
| XYZ | 3.33 | 4.11 | 0.76 | - |
| YUV | 52.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 5 | 0.05 | 0 | 0.92 | 0.76 | 63.27 | 0.85 | 0.13 |
| Hex | 39 | 3C | 5 | 5 | 0 | 5C | 4C | 3F | 55 | D |
| Octal | 71 | 74 | 5 | 5 | 0 | 134 | 114 | 77 | 125 | 15 |
| Binary | 111001 | 111100 | 101 | 101 | 0 | 1011100 | 1001100 | 111111 | 1010101 | 1101 |
Color Harmonies of #393C05
Complementary color
Monochromatic Colors of #393C05
Black with #393C05
Text Example
Text Example
White with #393C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C05; }
p { color: rgb(57,60,5); }
H1.HeaderClassName
{
color: #393C05;
}
.AnyTagClassName
{
color: #393C05;
}
</style>
background-color css
<style>
a { background-color: #393C05; }
a { background-color: rgb(57,60,5); }
div.DivClassName
{
background-color: #393C05;
}
.BgClassName
{
background-color: #393C05;
}
</style>
border-color css
<style>
span { border-color: #393C05; }
span { border-color: rgb(57,60,5); }
td.TdClassName
{
border-color: #393C05;
}
.TagClassName
{
border-color: #393C05;
}
</style>