Shades of Turtle Green #3E3F10
Tints of Turtle Green #3E3F10
RGB
CMYK
RGB Variations
Color information
#3E3F10 (or 0x3E3F10) is known color: Turtle Green. HEX triplet: 3E, 3F and 10. RGB value is (62,63,16). Sum of RGB (Red+Green+Blue) = 62+63+16=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #3E3F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3F10 is #C1C0EF. Grayscale: #393939. Windows color (decimal): -12697840 or 1064766. OLE color: 1064766.
HSL color Cylindrical-coordinate representation of color #3E3F10: hue angle of 61.28º 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 #3E3F10 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 63 | 16 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.75 |
| HSL | 61.28º | 0.59% | 0.15% | - |
| HSV(B) | 61.28º | 0.75% | 0.25% | - |
| XYZ | 3.86 | 4.62 | 1.18 | - |
| YUV | 57.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 16 | 0.02 | 0 | 0.75 | 0.75 | 61.28 | 0.59 | 0.15 |
| Hex | 3E | 3F | 10 | 2 | 0 | 4B | 4B | 3D | 3B | F |
| Octal | 76 | 77 | 20 | 2 | 0 | 113 | 113 | 75 | 73 | 17 |
| Binary | 111110 | 111111 | 10000 | 10 | 0 | 1001011 | 1001011 | 111101 | 111011 | 1111 |
Color Harmonies of #3E3F10
Complementary color
Monochromatic Colors of #3E3F10
Black with #3E3F10
Text Example
Text Example
White with #3E3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F10; }
p { color: rgb(62,63,16); }
H1.HeaderClassName
{
color: #3E3F10;
}
.AnyTagClassName
{
color: #3E3F10;
}
</style>
background-color css
<style>
a { background-color: #3E3F10; }
a { background-color: rgb(62,63,16); }
div.DivClassName
{
background-color: #3E3F10;
}
.BgClassName
{
background-color: #3E3F10;
}
</style>
border-color css
<style>
span { border-color: #3E3F10; }
span { border-color: rgb(62,63,16); }
td.TdClassName
{
border-color: #3E3F10;
}
.TagClassName
{
border-color: #3E3F10;
}
</style>