Shades of Turtle Green #3E4005
Tints of Turtle Green #3E4005
RGB
CMYK
RGB Variations
Color information
#3E4005 (or 0x3E4005) is known color: Turtle Green. HEX triplet: 3E, 40 and 05. RGB value is (62,64,5). Sum of RGB (Red+Green+Blue) = 62+64+5=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4005 is #C1BFFA. Grayscale: #383838. Windows color (decimal): -12697595 or 344126. OLE color: 344126.
HSL color Cylindrical-coordinate representation of color #3E4005: hue angle of 62.03º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E4005 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 5 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.75 |
| HSL | 62.03º | 0.86% | 0.14% | - |
| HSV(B) | 62.03º | 0.92% | 0.25% | - |
| XYZ | 3.85 | 4.7 | 0.85 | - |
| YUV | 56.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 5 | 0.03 | 0 | 0.92 | 0.75 | 62.03 | 0.86 | 0.14 |
| Hex | 3E | 40 | 5 | 3 | 0 | 5C | 4B | 3E | 56 | E |
| Octal | 76 | 100 | 5 | 3 | 0 | 134 | 113 | 76 | 126 | 16 |
| Binary | 111110 | 1000000 | 101 | 11 | 0 | 1011100 | 1001011 | 111110 | 1010110 | 1110 |
Color Harmonies of #3E4005
Complementary color
Monochromatic Colors of #3E4005
Black with #3E4005
Text Example
Text Example
White with #3E4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4005; }
p { color: rgb(62,64,5); }
H1.HeaderClassName
{
color: #3E4005;
}
.AnyTagClassName
{
color: #3E4005;
}
</style>
background-color css
<style>
a { background-color: #3E4005; }
a { background-color: rgb(62,64,5); }
div.DivClassName
{
background-color: #3E4005;
}
.BgClassName
{
background-color: #3E4005;
}
</style>
border-color css
<style>
span { border-color: #3E4005; }
span { border-color: rgb(62,64,5); }
td.TdClassName
{
border-color: #3E4005;
}
.TagClassName
{
border-color: #3E4005;
}
</style>