Shades of Turtle Green #3A4005
Tints of Turtle Green #3A4005
RGB
CMYK
RGB Variations
Color information
#3A4005 (or 0x3A4005) is known color: Turtle Green. HEX triplet: 3A, 40 and 05. RGB value is (58,64,5). Sum of RGB (Red+Green+Blue) = 58+64+5=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4005 is #C5BFFA. Grayscale: #373737. Windows color (decimal): -12959739 or 344122. OLE color: 344122.
HSL color Cylindrical-coordinate representation of color #3A4005: hue angle of 66.1º 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 #3A4005 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 5 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.75 |
| HSL | 66.1º | 0.86% | 0.14% | - |
| HSV(B) | 66.1º | 0.92% | 0.25% | - |
| XYZ | 3.61 | 4.58 | 0.84 | - |
| YUV | 55.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 5 | 0.09 | 0 | 0.92 | 0.75 | 66.1 | 0.86 | 0.14 |
| Hex | 3A | 40 | 5 | 9 | 0 | 5C | 4B | 42 | 56 | E |
| Octal | 72 | 100 | 5 | 11 | 0 | 134 | 113 | 102 | 126 | 16 |
| Binary | 111010 | 1000000 | 101 | 1001 | 0 | 1011100 | 1001011 | 1000010 | 1010110 | 1110 |
Color Harmonies of #3A4005
Complementary color
Monochromatic Colors of #3A4005
Black with #3A4005
Text Example
Text Example
White with #3A4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4005; }
p { color: rgb(58,64,5); }
H1.HeaderClassName
{
color: #3A4005;
}
.AnyTagClassName
{
color: #3A4005;
}
</style>
background-color css
<style>
a { background-color: #3A4005; }
a { background-color: rgb(58,64,5); }
div.DivClassName
{
background-color: #3A4005;
}
.BgClassName
{
background-color: #3A4005;
}
</style>
border-color css
<style>
span { border-color: #3A4005; }
span { border-color: rgb(58,64,5); }
td.TdClassName
{
border-color: #3A4005;
}
.TagClassName
{
border-color: #3A4005;
}
</style>