Shades of Turtle Green #3E4413
Tints of Turtle Green #3E4413
RGB
CMYK
RGB Variations
Color information
#3E4413 (or 0x3E4413) is known color: Turtle Green. HEX triplet: 3E, 44 and 13. RGB value is (62,68,19). Sum of RGB (Red+Green+Blue) = 62+68+19=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #3E4413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4413 is #C1BBEC. Grayscale: #3C3C3C. Windows color (decimal): -12696557 or 1262654. OLE color: 1262654.
HSL color Cylindrical-coordinate representation of color #3E4413: hue angle of 67.35º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E4413 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 19 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.73 |
| HSL | 67.35º | 0.56% | 0.17% | - |
| HSV(B) | 67.35º | 0.72% | 0.27% | - |
| XYZ | 4.17 | 5.21 | 1.4 | - |
| YUV | 60.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 19 | 0.09 | 0 | 0.72 | 0.73 | 67.35 | 0.56 | 0.17 |
| Hex | 3E | 44 | 13 | 9 | 0 | 48 | 49 | 43 | 38 | 11 |
| Octal | 76 | 104 | 23 | 11 | 0 | 110 | 111 | 103 | 70 | 21 |
| Binary | 111110 | 1000100 | 10011 | 1001 | 0 | 1001000 | 1001001 | 1000011 | 111000 | 10001 |
Color Harmonies of #3E4413
Complementary color
Monochromatic Colors of #3E4413
Black with #3E4413
Text Example
Text Example
White with #3E4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4413; }
p { color: rgb(62,68,19); }
H1.HeaderClassName
{
color: #3E4413;
}
.AnyTagClassName
{
color: #3E4413;
}
</style>
background-color css
<style>
a { background-color: #3E4413; }
a { background-color: rgb(62,68,19); }
div.DivClassName
{
background-color: #3E4413;
}
.BgClassName
{
background-color: #3E4413;
}
</style>
border-color css
<style>
span { border-color: #3E4413; }
span { border-color: rgb(62,68,19); }
td.TdClassName
{
border-color: #3E4413;
}
.TagClassName
{
border-color: #3E4413;
}
</style>