Shades of Turtle Green #3F410B
Tints of Turtle Green #3F410B
RGB
CMYK
RGB Variations
Color information
#3F410B (or 0x3F410B) is known color: Turtle Green. HEX triplet: 3F, 41 and 0B. RGB value is (63,65,11). Sum of RGB (Red+Green+Blue) = 63+65+11=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #3F410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F410B is #C0BEF4. Grayscale: #3A3A3A. Windows color (decimal): -12631797 or 737599. OLE color: 737599.
HSL color Cylindrical-coordinate representation of color #3F410B: hue angle of 62.22º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F410B is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 11 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.75 |
| HSL | 62.22º | 0.71% | 0.15% | - |
| HSV(B) | 62.22º | 0.83% | 0.25% | - |
| XYZ | 4 | 4.86 | 1.04 | - |
| YUV | 58.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 11 | 0.03 | 0 | 0.83 | 0.75 | 62.22 | 0.71 | 0.15 |
| Hex | 3F | 41 | B | 3 | 0 | 53 | 4B | 3E | 47 | F |
| Octal | 77 | 101 | 13 | 3 | 0 | 123 | 113 | 76 | 107 | 17 |
| Binary | 111111 | 1000001 | 1011 | 11 | 0 | 1010011 | 1001011 | 111110 | 1000111 | 1111 |
Color Harmonies of #3F410B
Complementary color
Monochromatic Colors of #3F410B
Black with #3F410B
Text Example
Text Example
White with #3F410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F410B; }
p { color: rgb(63,65,11); }
H1.HeaderClassName
{
color: #3F410B;
}
.AnyTagClassName
{
color: #3F410B;
}
</style>
background-color css
<style>
a { background-color: #3F410B; }
a { background-color: rgb(63,65,11); }
div.DivClassName
{
background-color: #3F410B;
}
.BgClassName
{
background-color: #3F410B;
}
</style>
border-color css
<style>
span { border-color: #3F410B; }
span { border-color: rgb(63,65,11); }
td.TdClassName
{
border-color: #3F410B;
}
.TagClassName
{
border-color: #3F410B;
}
</style>