Shades of Turtle Green #3F4110
Tints of Turtle Green #3F4110
RGB
CMYK
RGB Variations
Color information
#3F4110 (or 0x3F4110) is known color: Turtle Green. HEX triplet: 3F, 41 and 10. RGB value is (63,65,16). Sum of RGB (Red+Green+Blue) = 63+65+16=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4110 is #C0BEEF. Grayscale: #3B3B3B. Windows color (decimal): -12631792 or 1065279. OLE color: 1065279.
HSL color Cylindrical-coordinate representation of color #3F4110: hue angle of 62.45º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F4110 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 16 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.75 |
| HSL | 62.45º | 0.6% | 0.16% | - |
| HSV(B) | 62.45º | 0.75% | 0.25% | - |
| XYZ | 4.03 | 4.87 | 1.22 | - |
| YUV | 58.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 16 | 0.03 | 0 | 0.75 | 0.75 | 62.45 | 0.6 | 0.16 |
| Hex | 3F | 41 | 10 | 3 | 0 | 4B | 4B | 3E | 3C | 10 |
| Octal | 77 | 101 | 20 | 3 | 0 | 113 | 113 | 76 | 74 | 20 |
| Binary | 111111 | 1000001 | 10000 | 11 | 0 | 1001011 | 1001011 | 111110 | 111100 | 10000 |
Color Harmonies of #3F4110
Complementary color
Monochromatic Colors of #3F4110
Black with #3F4110
Text Example
Text Example
White with #3F4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4110; }
p { color: rgb(63,65,16); }
H1.HeaderClassName
{
color: #3F4110;
}
.AnyTagClassName
{
color: #3F4110;
}
</style>
background-color css
<style>
a { background-color: #3F4110; }
a { background-color: rgb(63,65,16); }
div.DivClassName
{
background-color: #3F4110;
}
.BgClassName
{
background-color: #3F4110;
}
</style>
border-color css
<style>
span { border-color: #3F4110; }
span { border-color: rgb(63,65,16); }
td.TdClassName
{
border-color: #3F4110;
}
.TagClassName
{
border-color: #3F4110;
}
</style>