Shades of Turtle Green #393F10
Tints of Turtle Green #393F10
RGB
CMYK
RGB Variations
Color information
#393F10 (or 0x393F10) is known color: Turtle Green. HEX triplet: 39, 3F and 10. RGB value is (57,63,16). Sum of RGB (Red+Green+Blue) = 57+63+16=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #393F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F10 is #C6C0EF. Grayscale: #383838. Windows color (decimal): -13025520 or 1064761. OLE color: 1064761.
HSL color Cylindrical-coordinate representation of color #393F10: hue angle of 67.66º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #393F10 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 16 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.75 |
| HSL | 67.66º | 0.59% | 0.15% | - |
| HSV(B) | 67.66º | 0.75% | 0.25% | - |
| XYZ | 3.56 | 4.46 | 1.16 | - |
| YUV | 55.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 16 | 0.10 | 0 | 0.75 | 0.75 | 67.66 | 0.59 | 0.15 |
| Hex | 39 | 3F | 10 | A | 0 | 4B | 4B | 44 | 3B | F |
| Octal | 71 | 77 | 20 | 12 | 0 | 113 | 113 | 104 | 73 | 17 |
| Binary | 111001 | 111111 | 10000 | 1010 | 0 | 1001011 | 1001011 | 1000100 | 111011 | 1111 |
Color Harmonies of #393F10
Complementary color
Monochromatic Colors of #393F10
Black with #393F10
Text Example
Text Example
White with #393F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F10; }
p { color: rgb(57,63,16); }
H1.HeaderClassName
{
color: #393F10;
}
.AnyTagClassName
{
color: #393F10;
}
</style>
background-color css
<style>
a { background-color: #393F10; }
a { background-color: rgb(57,63,16); }
div.DivClassName
{
background-color: #393F10;
}
.BgClassName
{
background-color: #393F10;
}
</style>
border-color css
<style>
span { border-color: #393F10; }
span { border-color: rgb(57,63,16); }
td.TdClassName
{
border-color: #393F10;
}
.TagClassName
{
border-color: #393F10;
}
</style>