Shades of Turtle Green #3F3E10
Tints of Turtle Green #3F3E10
RGB
CMYK
RGB Variations
Color information
#3F3E10 (or 0x3F3E10) is known color: Turtle Green. HEX triplet: 3F, 3E and 10. RGB value is (63,62,16). Sum of RGB (Red+Green+Blue) = 63+62+16=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3E10 is #C0C1EF. Grayscale: #393939. Windows color (decimal): -12632560 or 1064511. OLE color: 1064511.
HSL color Cylindrical-coordinate representation of color #3F3E10: hue angle of 58.72º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F3E10 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 62 | 16 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.75 |
| HSL | 58.72º | 0.59% | 0.15% | - |
| HSV(B) | 58.72º | 0.75% | 0.25% | - |
| XYZ | 3.87 | 4.54 | 1.16 | - |
| YUV | 57.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 16 | 0 | 0.02 | 0.75 | 0.75 | 58.72 | 0.59 | 0.15 |
| Hex | 3F | 3E | 10 | 0 | 2 | 4B | 4B | 3B | 3B | F |
| Octal | 77 | 76 | 20 | 0 | 2 | 113 | 113 | 73 | 73 | 17 |
| Binary | 111111 | 111110 | 10000 | 0 | 10 | 1001011 | 1001011 | 111011 | 111011 | 1111 |
Color Harmonies of #3F3E10
Complementary color
Monochromatic Colors of #3F3E10
Black with #3F3E10
Text Example
Text Example
White with #3F3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E10; }
p { color: rgb(63,62,16); }
H1.HeaderClassName
{
color: #3F3E10;
}
.AnyTagClassName
{
color: #3F3E10;
}
</style>
background-color css
<style>
a { background-color: #3F3E10; }
a { background-color: rgb(63,62,16); }
div.DivClassName
{
background-color: #3F3E10;
}
.BgClassName
{
background-color: #3F3E10;
}
</style>
border-color css
<style>
span { border-color: #3F3E10; }
span { border-color: rgb(63,62,16); }
td.TdClassName
{
border-color: #3F3E10;
}
.TagClassName
{
border-color: #3F3E10;
}
</style>