Shades of Turtle Green #3E4617
Tints of Turtle Green #3E4617
RGB
CMYK
RGB Variations
Color information
#3E4617 (or 0x3E4617) is known color: Turtle Green. HEX triplet: 3E, 46 and 17. RGB value is (62,70,23). Sum of RGB (Red+Green+Blue) = 62+70+23=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #3E4617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4617 is #C1B9E8. Grayscale: #3E3E3E. Windows color (decimal): -12696041 or 1525310. OLE color: 1525310.
HSL color Cylindrical-coordinate representation of color #3E4617: hue angle of 70.21º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E4617 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 70 | 23 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.73 |
| HSL | 70.21º | 0.51% | 0.18% | - |
| HSV(B) | 70.21º | 0.67% | 0.27% | - |
| XYZ | 4.33 | 5.47 | 1.64 | - |
| YUV | 62.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 23 | 0.11 | 0 | 0.67 | 0.73 | 70.21 | 0.51 | 0.18 |
| Hex | 3E | 46 | 17 | B | 0 | 43 | 49 | 46 | 33 | 12 |
| Octal | 76 | 106 | 27 | 13 | 0 | 103 | 111 | 106 | 63 | 22 |
| Binary | 111110 | 1000110 | 10111 | 1011 | 0 | 1000011 | 1001001 | 1000110 | 110011 | 10010 |
Color Harmonies of #3E4617
Complementary color
Monochromatic Colors of #3E4617
Black with #3E4617
Text Example
Text Example
White with #3E4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4617; }
p { color: rgb(62,70,23); }
H1.HeaderClassName
{
color: #3E4617;
}
.AnyTagClassName
{
color: #3E4617;
}
</style>
background-color css
<style>
a { background-color: #3E4617; }
a { background-color: rgb(62,70,23); }
div.DivClassName
{
background-color: #3E4617;
}
.BgClassName
{
background-color: #3E4617;
}
</style>
border-color css
<style>
span { border-color: #3E4617; }
span { border-color: rgb(62,70,23); }
td.TdClassName
{
border-color: #3E4617;
}
.TagClassName
{
border-color: #3E4617;
}
</style>