Shades of Turtle Green #3F4113
Tints of Turtle Green #3F4113
RGB
CMYK
RGB Variations
Color information
#3F4113 (or 0x3F4113) is known color: Turtle Green. HEX triplet: 3F, 41 and 13. RGB value is (63,65,19). Sum of RGB (Red+Green+Blue) = 63+65+19=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4113 is #C0BEEC. Grayscale: #3B3B3B. Windows color (decimal): -12631789 or 1261887. OLE color: 1261887.
HSL color Cylindrical-coordinate representation of color #3F4113: hue angle of 62.61º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F4113 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 19 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.75 |
| HSL | 62.61º | 0.55% | 0.16% | - |
| HSV(B) | 62.61º | 0.71% | 0.25% | - |
| XYZ | 4.06 | 4.88 | 1.35 | - |
| YUV | 59.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 19 | 0.03 | 0 | 0.71 | 0.75 | 62.61 | 0.55 | 0.16 |
| Hex | 3F | 41 | 13 | 3 | 0 | 47 | 4B | 3F | 37 | 10 |
| Octal | 77 | 101 | 23 | 3 | 0 | 107 | 113 | 77 | 67 | 20 |
| Binary | 111111 | 1000001 | 10011 | 11 | 0 | 1000111 | 1001011 | 111111 | 110111 | 10000 |
Color Harmonies of #3F4113
Complementary color
Monochromatic Colors of #3F4113
Black with #3F4113
Text Example
Text Example
White with #3F4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4113; }
p { color: rgb(63,65,19); }
H1.HeaderClassName
{
color: #3F4113;
}
.AnyTagClassName
{
color: #3F4113;
}
</style>
background-color css
<style>
a { background-color: #3F4113; }
a { background-color: rgb(63,65,19); }
div.DivClassName
{
background-color: #3F4113;
}
.BgClassName
{
background-color: #3F4113;
}
</style>
border-color css
<style>
span { border-color: #3F4113; }
span { border-color: rgb(63,65,19); }
td.TdClassName
{
border-color: #3F4113;
}
.TagClassName
{
border-color: #3F4113;
}
</style>