Shades of Turtle Green #3E4305
Tints of Turtle Green #3E4305
RGB
CMYK
RGB Variations
Color information
#3E4305 (or 0x3E4305) is known color: Turtle Green. HEX triplet: 3E, 43 and 05. RGB value is (62,67,5). Sum of RGB (Red+Green+Blue) = 62+67+5=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #3E4305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4305 is #C1BCFA. Grayscale: #3A3A3A. Windows color (decimal): -12696827 or 344894. OLE color: 344894.
HSL color Cylindrical-coordinate representation of color #3E4305: hue angle of 64.84º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E4305 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 67 | 5 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.74 |
| HSL | 64.84º | 0.86% | 0.14% | - |
| HSV(B) | 64.84º | 0.93% | 0.26% | - |
| XYZ | 4.02 | 5.05 | 0.91 | - |
| YUV | 58.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 5 | 0.07 | 0 | 0.93 | 0.74 | 64.84 | 0.86 | 0.14 |
| Hex | 3E | 43 | 5 | 7 | 0 | 5D | 4A | 41 | 56 | E |
| Octal | 76 | 103 | 5 | 7 | 0 | 135 | 112 | 101 | 126 | 16 |
| Binary | 111110 | 1000011 | 101 | 111 | 0 | 1011101 | 1001010 | 1000001 | 1010110 | 1110 |
Color Harmonies of #3E4305
Complementary color
Monochromatic Colors of #3E4305
Black with #3E4305
Text Example
Text Example
White with #3E4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4305; }
p { color: rgb(62,67,5); }
H1.HeaderClassName
{
color: #3E4305;
}
.AnyTagClassName
{
color: #3E4305;
}
</style>
background-color css
<style>
a { background-color: #3E4305; }
a { background-color: rgb(62,67,5); }
div.DivClassName
{
background-color: #3E4305;
}
.BgClassName
{
background-color: #3E4305;
}
</style>
border-color css
<style>
span { border-color: #3E4305; }
span { border-color: rgb(62,67,5); }
td.TdClassName
{
border-color: #3E4305;
}
.TagClassName
{
border-color: #3E4305;
}
</style>