Shades of Turtle Green #39410F
Tints of Turtle Green #39410F
RGB
CMYK
RGB Variations
Color information
#39410F (or 0x39410F) is known color: Turtle Green. HEX triplet: 39, 41 and 0F. RGB value is (57,65,15). Sum of RGB (Red+Green+Blue) = 57+65+15=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #39410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39410F is #C6BEF0. Grayscale: #393939. Windows color (decimal): -13025009 or 999737. OLE color: 999737.
HSL color Cylindrical-coordinate representation of color #39410F: hue angle of 69.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39410F is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 15 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.75 |
| HSL | 69.6º | 0.63% | 0.16% | - |
| HSV(B) | 69.6º | 0.77% | 0.25% | - |
| XYZ | 3.66 | 4.68 | 1.16 | - |
| YUV | 56.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 15 | 0.12 | 0 | 0.77 | 0.75 | 69.6 | 0.63 | 0.16 |
| Hex | 39 | 41 | F | C | 0 | 4D | 4B | 46 | 3E | 10 |
| Octal | 71 | 101 | 17 | 14 | 0 | 115 | 113 | 106 | 76 | 20 |
| Binary | 111001 | 1000001 | 1111 | 1100 | 0 | 1001101 | 1001011 | 1000110 | 111110 | 10000 |
Color Harmonies of #39410F
Complementary color
Monochromatic Colors of #39410F
Black with #39410F
Text Example
Text Example
White with #39410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39410F; }
p { color: rgb(57,65,15); }
H1.HeaderClassName
{
color: #39410F;
}
.AnyTagClassName
{
color: #39410F;
}
</style>
background-color css
<style>
a { background-color: #39410F; }
a { background-color: rgb(57,65,15); }
div.DivClassName
{
background-color: #39410F;
}
.BgClassName
{
background-color: #39410F;
}
</style>
border-color css
<style>
span { border-color: #39410F; }
span { border-color: rgb(57,65,15); }
td.TdClassName
{
border-color: #39410F;
}
.TagClassName
{
border-color: #39410F;
}
</style>