Shades of Turtle Green #3E440B
Tints of Turtle Green #3E440B
RGB
CMYK
RGB Variations
Color information
#3E440B (or 0x3E440B) is known color: Turtle Green. HEX triplet: 3E, 44 and 0B. RGB value is (62,68,11). Sum of RGB (Red+Green+Blue) = 62+68+11=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #3E440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E440B is #C1BBF4. Grayscale: #3B3B3B. Windows color (decimal): -12696565 or 738366. OLE color: 738366.
HSL color Cylindrical-coordinate representation of color #3E440B: hue angle of 66.32º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E440B is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 11 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.73 |
| HSL | 66.32º | 0.72% | 0.15% | - |
| HSV(B) | 66.32º | 0.84% | 0.27% | - |
| XYZ | 4.11 | 5.18 | 1.1 | - |
| YUV | 59.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 11 | 0.09 | 0 | 0.84 | 0.73 | 66.32 | 0.72 | 0.15 |
| Hex | 3E | 44 | B | 9 | 0 | 54 | 49 | 42 | 48 | F |
| Octal | 76 | 104 | 13 | 11 | 0 | 124 | 111 | 102 | 110 | 17 |
| Binary | 111110 | 1000100 | 1011 | 1001 | 0 | 1010100 | 1001001 | 1000010 | 1001000 | 1111 |
Color Harmonies of #3E440B
Complementary color
Monochromatic Colors of #3E440B
Black with #3E440B
Text Example
Text Example
White with #3E440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E440B; }
p { color: rgb(62,68,11); }
H1.HeaderClassName
{
color: #3E440B;
}
.AnyTagClassName
{
color: #3E440B;
}
</style>
background-color css
<style>
a { background-color: #3E440B; }
a { background-color: rgb(62,68,11); }
div.DivClassName
{
background-color: #3E440B;
}
.BgClassName
{
background-color: #3E440B;
}
</style>
border-color css
<style>
span { border-color: #3E440B; }
span { border-color: rgb(62,68,11); }
td.TdClassName
{
border-color: #3E440B;
}
.TagClassName
{
border-color: #3E440B;
}
</style>