Shades of Turtle Green #3F3E11
Tints of Turtle Green #3F3E11
RGB
CMYK
RGB Variations
Color information
#3F3E11 (or 0x3F3E11) is known color: Turtle Green. HEX triplet: 3F, 3E and 11. RGB value is (63,62,17). Sum of RGB (Red+Green+Blue) = 63+62+17=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3E11 is #C0C1EE. Grayscale: #393939. Windows color (decimal): -12632559 or 1130047. OLE color: 1130047.
HSL color Cylindrical-coordinate representation of color #3F3E11: hue angle of 58.7º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F3E11 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 62 | 17 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.75 |
| HSL | 58.7º | 0.58% | 0.16% | - |
| HSV(B) | 58.7º | 0.73% | 0.25% | - |
| XYZ | 3.87 | 4.54 | 1.2 | - |
| YUV | 57.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 17 | 0 | 0.02 | 0.73 | 0.75 | 58.7 | 0.58 | 0.16 |
| Hex | 3F | 3E | 11 | 0 | 2 | 49 | 4B | 3B | 3A | 10 |
| Octal | 77 | 76 | 21 | 0 | 2 | 111 | 113 | 73 | 72 | 20 |
| Binary | 111111 | 111110 | 10001 | 0 | 10 | 1001001 | 1001011 | 111011 | 111010 | 10000 |
Color Harmonies of #3F3E11
Complementary color
Monochromatic Colors of #3F3E11
Black with #3F3E11
Text Example
Text Example
White with #3F3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E11; }
p { color: rgb(63,62,17); }
H1.HeaderClassName
{
color: #3F3E11;
}
.AnyTagClassName
{
color: #3F3E11;
}
</style>
background-color css
<style>
a { background-color: #3F3E11; }
a { background-color: rgb(63,62,17); }
div.DivClassName
{
background-color: #3F3E11;
}
.BgClassName
{
background-color: #3F3E11;
}
</style>
border-color css
<style>
span { border-color: #3F3E11; }
span { border-color: rgb(63,62,17); }
td.TdClassName
{
border-color: #3F3E11;
}
.TagClassName
{
border-color: #3F3E11;
}
</style>