Shades of Turtle Green #3E4117
Tints of Turtle Green #3E4117
RGB
CMYK
RGB Variations
Color information
#3E4117 (or 0x3E4117) is known color: Turtle Green. HEX triplet: 3E, 41 and 17. RGB value is (62,65,23). Sum of RGB (Red+Green+Blue) = 62+65+23=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4117 is #C1BEE8. Grayscale: #3B3B3B. Windows color (decimal): -12697321 or 1524030. OLE color: 1524030.
HSL color Cylindrical-coordinate representation of color #3E4117: hue angle of 64.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E4117 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 23 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.75 |
| HSL | 64.29º | 0.48% | 0.17% | - |
| HSV(B) | 64.29º | 0.65% | 0.25% | - |
| XYZ | 4.03 | 4.87 | 1.54 | - |
| YUV | 59.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 23 | 0.05 | 0 | 0.65 | 0.75 | 64.29 | 0.48 | 0.17 |
| Hex | 3E | 41 | 17 | 5 | 0 | 41 | 4B | 40 | 30 | 11 |
| Octal | 76 | 101 | 27 | 5 | 0 | 101 | 113 | 100 | 60 | 21 |
| Binary | 111110 | 1000001 | 10111 | 101 | 0 | 1000001 | 1001011 | 1000000 | 110000 | 10001 |
Color Harmonies of #3E4117
Complementary color
Monochromatic Colors of #3E4117
Black with #3E4117
Text Example
Text Example
White with #3E4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4117; }
p { color: rgb(62,65,23); }
H1.HeaderClassName
{
color: #3E4117;
}
.AnyTagClassName
{
color: #3E4117;
}
</style>
background-color css
<style>
a { background-color: #3E4117; }
a { background-color: rgb(62,65,23); }
div.DivClassName
{
background-color: #3E4117;
}
.BgClassName
{
background-color: #3E4117;
}
</style>
border-color css
<style>
span { border-color: #3E4117; }
span { border-color: rgb(62,65,23); }
td.TdClassName
{
border-color: #3E4117;
}
.TagClassName
{
border-color: #3E4117;
}
</style>