Shades of Turtle Green #393C09
Tints of Turtle Green #393C09
RGB
CMYK
RGB Variations
Color information
#393C09 (or 0x393C09) is known color: Turtle Green. HEX triplet: 39, 3C and 09. RGB value is (57,60,9). Sum of RGB (Red+Green+Blue) = 57+60+9=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #393C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C09 is #C6C3F6. Grayscale: #353535. Windows color (decimal): -13026295 or 605241. OLE color: 605241.
HSL color Cylindrical-coordinate representation of color #393C09: hue angle of 63.53º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #393C09 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 9 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.76 |
| HSL | 63.53º | 0.74% | 0.14% | - |
| HSV(B) | 63.53º | 0.85% | 0.24% | - |
| XYZ | 3.35 | 4.12 | 0.88 | - |
| YUV | 53.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 9 | 0.05 | 0 | 0.85 | 0.76 | 63.53 | 0.74 | 0.14 |
| Hex | 39 | 3C | 9 | 5 | 0 | 55 | 4C | 40 | 4A | E |
| Octal | 71 | 74 | 11 | 5 | 0 | 125 | 114 | 100 | 112 | 16 |
| Binary | 111001 | 111100 | 1001 | 101 | 0 | 1010101 | 1001100 | 1000000 | 1001010 | 1110 |
Color Harmonies of #393C09
Complementary color
Monochromatic Colors of #393C09
Black with #393C09
Text Example
Text Example
White with #393C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C09; }
p { color: rgb(57,60,9); }
H1.HeaderClassName
{
color: #393C09;
}
.AnyTagClassName
{
color: #393C09;
}
</style>
background-color css
<style>
a { background-color: #393C09; }
a { background-color: rgb(57,60,9); }
div.DivClassName
{
background-color: #393C09;
}
.BgClassName
{
background-color: #393C09;
}
</style>
border-color css
<style>
span { border-color: #393C09; }
span { border-color: rgb(57,60,9); }
td.TdClassName
{
border-color: #393C09;
}
.TagClassName
{
border-color: #393C09;
}
</style>