Shades of Turtle Green #3F4115
Tints of Turtle Green #3F4115
RGB
CMYK
RGB Variations
Color information
#3F4115 (or 0x3F4115) is known color: Turtle Green. HEX triplet: 3F, 41 and 15. RGB value is (63,65,21). Sum of RGB (Red+Green+Blue) = 63+65+21=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4115 is #C0BEEA. Grayscale: #3B3B3B. Windows color (decimal): -12631787 or 1392959. OLE color: 1392959.
HSL color Cylindrical-coordinate representation of color #3F4115: hue angle of 62.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F4115 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 21 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.75 |
| HSL | 62.73º | 0.51% | 0.17% | - |
| HSV(B) | 62.73º | 0.68% | 0.25% | - |
| XYZ | 4.08 | 4.89 | 1.44 | - |
| YUV | 59.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 21 | 0.03 | 0 | 0.68 | 0.75 | 62.73 | 0.51 | 0.17 |
| Hex | 3F | 41 | 15 | 3 | 0 | 44 | 4B | 3F | 33 | 11 |
| Octal | 77 | 101 | 25 | 3 | 0 | 104 | 113 | 77 | 63 | 21 |
| Binary | 111111 | 1000001 | 10101 | 11 | 0 | 1000100 | 1001011 | 111111 | 110011 | 10001 |
Color Harmonies of #3F4115
Complementary color
Monochromatic Colors of #3F4115
Black with #3F4115
Text Example
Text Example
White with #3F4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4115; }
p { color: rgb(63,65,21); }
H1.HeaderClassName
{
color: #3F4115;
}
.AnyTagClassName
{
color: #3F4115;
}
</style>
background-color css
<style>
a { background-color: #3F4115; }
a { background-color: rgb(63,65,21); }
div.DivClassName
{
background-color: #3F4115;
}
.BgClassName
{
background-color: #3F4115;
}
</style>
border-color css
<style>
span { border-color: #3F4115; }
span { border-color: rgb(63,65,21); }
td.TdClassName
{
border-color: #3F4115;
}
.TagClassName
{
border-color: #3F4115;
}
</style>