Shades of Turtle Green #3E4017
Tints of Turtle Green #3E4017
RGB
CMYK
RGB Variations
Color information
#3E4017 (or 0x3E4017) is known color: Turtle Green. HEX triplet: 3E, 40 and 17. RGB value is (62,64,23). Sum of RGB (Red+Green+Blue) = 62+64+23=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4017 is #C1BFE8. Grayscale: #3A3A3A. Windows color (decimal): -12697577 or 1523774. OLE color: 1523774.
HSL color Cylindrical-coordinate representation of color #3E4017: hue angle of 62.93º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E4017 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 23 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.75 |
| HSL | 62.93º | 0.47% | 0.17% | - |
| HSV(B) | 62.93º | 0.64% | 0.25% | - |
| XYZ | 3.97 | 4.75 | 1.52 | - |
| YUV | 58.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 23 | 0.03 | 0 | 0.64 | 0.75 | 62.93 | 0.47 | 0.17 |
| Hex | 3E | 40 | 17 | 3 | 0 | 40 | 4B | 3F | 2F | 11 |
| Octal | 76 | 100 | 27 | 3 | 0 | 100 | 113 | 77 | 57 | 21 |
| Binary | 111110 | 1000000 | 10111 | 11 | 0 | 1000000 | 1001011 | 111111 | 101111 | 10001 |
Color Harmonies of #3E4017
Complementary color
Monochromatic Colors of #3E4017
Black with #3E4017
Text Example
Text Example
White with #3E4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4017; }
p { color: rgb(62,64,23); }
H1.HeaderClassName
{
color: #3E4017;
}
.AnyTagClassName
{
color: #3E4017;
}
</style>
background-color css
<style>
a { background-color: #3E4017; }
a { background-color: rgb(62,64,23); }
div.DivClassName
{
background-color: #3E4017;
}
.BgClassName
{
background-color: #3E4017;
}
</style>
border-color css
<style>
span { border-color: #3E4017; }
span { border-color: rgb(62,64,23); }
td.TdClassName
{
border-color: #3E4017;
}
.TagClassName
{
border-color: #3E4017;
}
</style>