Shades of Turtle Green #3E440A
Tints of Turtle Green #3E440A
RGB
CMYK
RGB Variations
Color information
#3E440A (or 0x3E440A) is known color: Turtle Green. HEX triplet: 3E, 44 and 0A. RGB value is (62,68,10). Sum of RGB (Red+Green+Blue) = 62+68+10=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #3E440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E440A is #C1BBF5. Grayscale: #3B3B3B. Windows color (decimal): -12696566 or 672830. OLE color: 672830.
HSL color Cylindrical-coordinate representation of color #3E440A: hue angle of 66.21º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E440A is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 10 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.73 |
| HSL | 66.21º | 0.74% | 0.15% | - |
| HSV(B) | 66.21º | 0.85% | 0.27% | - |
| XYZ | 4.11 | 5.18 | 1.07 | - |
| YUV | 59.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 10 | 0.09 | 0 | 0.85 | 0.73 | 66.21 | 0.74 | 0.15 |
| Hex | 3E | 44 | A | 9 | 0 | 55 | 49 | 42 | 4A | F |
| Octal | 76 | 104 | 12 | 11 | 0 | 125 | 111 | 102 | 112 | 17 |
| Binary | 111110 | 1000100 | 1010 | 1001 | 0 | 1010101 | 1001001 | 1000010 | 1001010 | 1111 |
Color Harmonies of #3E440A
Complementary color
Monochromatic Colors of #3E440A
Black with #3E440A
Text Example
Text Example
White with #3E440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E440A; }
p { color: rgb(62,68,10); }
H1.HeaderClassName
{
color: #3E440A;
}
.AnyTagClassName
{
color: #3E440A;
}
</style>
background-color css
<style>
a { background-color: #3E440A; }
a { background-color: rgb(62,68,10); }
div.DivClassName
{
background-color: #3E440A;
}
.BgClassName
{
background-color: #3E440A;
}
</style>
border-color css
<style>
span { border-color: #3E440A; }
span { border-color: rgb(62,68,10); }
td.TdClassName
{
border-color: #3E440A;
}
.TagClassName
{
border-color: #3E440A;
}
</style>