Shades of Turtle Green #3E4405
Tints of Turtle Green #3E4405
RGB
CMYK
RGB Variations
Color information
#3E4405 (or 0x3E4405) is known color: Turtle Green. HEX triplet: 3E, 44 and 05. RGB value is (62,68,5). Sum of RGB (Red+Green+Blue) = 62+68+5=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #3E4405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4405 is #C1BBFA. Grayscale: #3B3B3B. Windows color (decimal): -12696571 or 345150. OLE color: 345150.
HSL color Cylindrical-coordinate representation of color #3E4405: hue angle of 65.71º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E4405 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 5 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.73 |
| HSL | 65.71º | 0.86% | 0.14% | - |
| HSV(B) | 65.71º | 0.93% | 0.27% | - |
| XYZ | 4.08 | 5.17 | 0.93 | - |
| YUV | 59.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 5 | 0.09 | 0 | 0.93 | 0.73 | 65.71 | 0.86 | 0.14 |
| Hex | 3E | 44 | 5 | 9 | 0 | 5D | 49 | 42 | 56 | E |
| Octal | 76 | 104 | 5 | 11 | 0 | 135 | 111 | 102 | 126 | 16 |
| Binary | 111110 | 1000100 | 101 | 1001 | 0 | 1011101 | 1001001 | 1000010 | 1010110 | 1110 |
Color Harmonies of #3E4405
Complementary color
Monochromatic Colors of #3E4405
Black with #3E4405
Text Example
Text Example
White with #3E4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4405; }
p { color: rgb(62,68,5); }
H1.HeaderClassName
{
color: #3E4405;
}
.AnyTagClassName
{
color: #3E4405;
}
</style>
background-color css
<style>
a { background-color: #3E4405; }
a { background-color: rgb(62,68,5); }
div.DivClassName
{
background-color: #3E4405;
}
.BgClassName
{
background-color: #3E4405;
}
</style>
border-color css
<style>
span { border-color: #3E4405; }
span { border-color: rgb(62,68,5); }
td.TdClassName
{
border-color: #3E4405;
}
.TagClassName
{
border-color: #3E4405;
}
</style>