Shades of Turtle Green #3E4113
Tints of Turtle Green #3E4113
RGB
CMYK
RGB Variations
Color information
#3E4113 (or 0x3E4113) is known color: Turtle Green. HEX triplet: 3E, 41 and 13. RGB value is (62,65,19). Sum of RGB (Red+Green+Blue) = 62+65+19=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4113 is #C1BEEC. Grayscale: #3B3B3B. Windows color (decimal): -12697325 or 1261886. OLE color: 1261886.
HSL color Cylindrical-coordinate representation of color #3E4113: hue angle of 63.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E4113 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 19 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.75 |
| HSL | 63.91º | 0.55% | 0.16% | - |
| HSV(B) | 63.91º | 0.71% | 0.25% | - |
| XYZ | 3.99 | 4.85 | 1.34 | - |
| YUV | 58.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 19 | 0.05 | 0 | 0.71 | 0.75 | 63.91 | 0.55 | 0.16 |
| Hex | 3E | 41 | 13 | 5 | 0 | 47 | 4B | 40 | 37 | 10 |
| Octal | 76 | 101 | 23 | 5 | 0 | 107 | 113 | 100 | 67 | 20 |
| Binary | 111110 | 1000001 | 10011 | 101 | 0 | 1000111 | 1001011 | 1000000 | 110111 | 10000 |
Color Harmonies of #3E4113
Complementary color
Monochromatic Colors of #3E4113
Black with #3E4113
Text Example
Text Example
White with #3E4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4113; }
p { color: rgb(62,65,19); }
H1.HeaderClassName
{
color: #3E4113;
}
.AnyTagClassName
{
color: #3E4113;
}
</style>
background-color css
<style>
a { background-color: #3E4113; }
a { background-color: rgb(62,65,19); }
div.DivClassName
{
background-color: #3E4113;
}
.BgClassName
{
background-color: #3E4113;
}
</style>
border-color css
<style>
span { border-color: #3E4113; }
span { border-color: rgb(62,65,19); }
td.TdClassName
{
border-color: #3E4113;
}
.TagClassName
{
border-color: #3E4113;
}
</style>