Shades of Turtle Green #3E440F
Tints of Turtle Green #3E440F
RGB
CMYK
RGB Variations
Color information
#3E440F (or 0x3E440F) is known color: Turtle Green. HEX triplet: 3E, 44 and 0F. RGB value is (62,68,15). Sum of RGB (Red+Green+Blue) = 62+68+15=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #3E440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E440F is #C1BBF0. Grayscale: #3C3C3C. Windows color (decimal): -12696561 or 1000510. OLE color: 1000510.
HSL color Cylindrical-coordinate representation of color #3E440F: hue angle of 66.79º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E440F is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 15 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.73 |
| HSL | 66.79º | 0.64% | 0.16% | - |
| HSV(B) | 66.79º | 0.78% | 0.27% | - |
| XYZ | 4.14 | 5.19 | 1.24 | - |
| YUV | 60.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 15 | 0.09 | 0 | 0.78 | 0.73 | 66.79 | 0.64 | 0.16 |
| Hex | 3E | 44 | F | 9 | 0 | 4E | 49 | 43 | 40 | 10 |
| Octal | 76 | 104 | 17 | 11 | 0 | 116 | 111 | 103 | 100 | 20 |
| Binary | 111110 | 1000100 | 1111 | 1001 | 0 | 1001110 | 1001001 | 1000011 | 1000000 | 10000 |
Color Harmonies of #3E440F
Complementary color
Monochromatic Colors of #3E440F
Black with #3E440F
Text Example
Text Example
White with #3E440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E440F; }
p { color: rgb(62,68,15); }
H1.HeaderClassName
{
color: #3E440F;
}
.AnyTagClassName
{
color: #3E440F;
}
</style>
background-color css
<style>
a { background-color: #3E440F; }
a { background-color: rgb(62,68,15); }
div.DivClassName
{
background-color: #3E440F;
}
.BgClassName
{
background-color: #3E440F;
}
</style>
border-color css
<style>
span { border-color: #3E440F; }
span { border-color: rgb(62,68,15); }
td.TdClassName
{
border-color: #3E440F;
}
.TagClassName
{
border-color: #3E440F;
}
</style>