Shades of Turtle Green #39460F
Tints of Turtle Green #39460F
RGB
CMYK
RGB Variations
Color information
#39460F (or 0x39460F) is known color: Turtle Green. HEX triplet: 39, 46 and 0F. RGB value is (57,70,15). Sum of RGB (Red+Green+Blue) = 57+70+15=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #39460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39460F is #C6B9F0. Grayscale: #3C3C3C. Windows color (decimal): -13023729 or 1001017. OLE color: 1001017.
HSL color Cylindrical-coordinate representation of color #39460F: hue angle of 74.18º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39460F is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 70 | 15 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.73 |
| HSL | 74.18º | 0.65% | 0.17% | - |
| HSV(B) | 74.18º | 0.79% | 0.27% | - |
| XYZ | 3.96 | 5.28 | 1.26 | - |
| YUV | 59.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 15 | 0.19 | 0 | 0.79 | 0.73 | 74.18 | 0.65 | 0.17 |
| Hex | 39 | 46 | F | 13 | 0 | 4F | 49 | 4A | 41 | 11 |
| Octal | 71 | 106 | 17 | 23 | 0 | 117 | 111 | 112 | 101 | 21 |
| Binary | 111001 | 1000110 | 1111 | 10011 | 0 | 1001111 | 1001001 | 1001010 | 1000001 | 10001 |
Color Harmonies of #39460F
Complementary color
Monochromatic Colors of #39460F
Black with #39460F
Text Example
Text Example
White with #39460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39460F; }
p { color: rgb(57,70,15); }
H1.HeaderClassName
{
color: #39460F;
}
.AnyTagClassName
{
color: #39460F;
}
</style>
background-color css
<style>
a { background-color: #39460F; }
a { background-color: rgb(57,70,15); }
div.DivClassName
{
background-color: #39460F;
}
.BgClassName
{
background-color: #39460F;
}
</style>
border-color css
<style>
span { border-color: #39460F; }
span { border-color: rgb(57,70,15); }
td.TdClassName
{
border-color: #39460F;
}
.TagClassName
{
border-color: #39460F;
}
</style>