Shades of Turtle Green #3E4411
Tints of Turtle Green #3E4411
RGB
CMYK
RGB Variations
Color information
#3E4411 (or 0x3E4411) is known color: Turtle Green. HEX triplet: 3E, 44 and 11. RGB value is (62,68,17). Sum of RGB (Red+Green+Blue) = 62+68+17=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #3E4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4411 is #C1BBEE. Grayscale: #3C3C3C. Windows color (decimal): -12696559 or 1131582. OLE color: 1131582.
HSL color Cylindrical-coordinate representation of color #3E4411: hue angle of 67.06º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E4411 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 17 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.73 |
| HSL | 67.06º | 0.6% | 0.17% | - |
| HSV(B) | 67.06º | 0.75% | 0.27% | - |
| XYZ | 4.15 | 5.2 | 1.31 | - |
| YUV | 60.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 17 | 0.09 | 0 | 0.75 | 0.73 | 67.06 | 0.6 | 0.17 |
| Hex | 3E | 44 | 11 | 9 | 0 | 4B | 49 | 43 | 3C | 11 |
| Octal | 76 | 104 | 21 | 11 | 0 | 113 | 111 | 103 | 74 | 21 |
| Binary | 111110 | 1000100 | 10001 | 1001 | 0 | 1001011 | 1001001 | 1000011 | 111100 | 10001 |
Color Harmonies of #3E4411
Complementary color
Monochromatic Colors of #3E4411
Black with #3E4411
Text Example
Text Example
White with #3E4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4411; }
p { color: rgb(62,68,17); }
H1.HeaderClassName
{
color: #3E4411;
}
.AnyTagClassName
{
color: #3E4411;
}
</style>
background-color css
<style>
a { background-color: #3E4411; }
a { background-color: rgb(62,68,17); }
div.DivClassName
{
background-color: #3E4411;
}
.BgClassName
{
background-color: #3E4411;
}
</style>
border-color css
<style>
span { border-color: #3E4411; }
span { border-color: rgb(62,68,17); }
td.TdClassName
{
border-color: #3E4411;
}
.TagClassName
{
border-color: #3E4411;
}
</style>