Shades of Turtle Green #3A4006
Tints of Turtle Green #3A4006
RGB
CMYK
RGB Variations
Color information
#3A4006 (or 0x3A4006) is known color: Turtle Green. HEX triplet: 3A, 40 and 06. RGB value is (58,64,6). Sum of RGB (Red+Green+Blue) = 58+64+6=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4006 is #C5BFF9. Grayscale: #373737. Windows color (decimal): -12959738 or 409658. OLE color: 409658.
HSL color Cylindrical-coordinate representation of color #3A4006: hue angle of 66.21º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A4006 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 6 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.75 |
| HSL | 66.21º | 0.83% | 0.14% | - |
| HSV(B) | 66.21º | 0.91% | 0.25% | - |
| XYZ | 3.61 | 4.58 | 0.87 | - |
| YUV | 55.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 6 | 0.09 | 0 | 0.91 | 0.75 | 66.21 | 0.83 | 0.14 |
| Hex | 3A | 40 | 6 | 9 | 0 | 5B | 4B | 42 | 53 | E |
| Octal | 72 | 100 | 6 | 11 | 0 | 133 | 113 | 102 | 123 | 16 |
| Binary | 111010 | 1000000 | 110 | 1001 | 0 | 1011011 | 1001011 | 1000010 | 1010011 | 1110 |
Color Harmonies of #3A4006
Complementary color
Monochromatic Colors of #3A4006
Black with #3A4006
Text Example
Text Example
White with #3A4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4006; }
p { color: rgb(58,64,6); }
H1.HeaderClassName
{
color: #3A4006;
}
.AnyTagClassName
{
color: #3A4006;
}
</style>
background-color css
<style>
a { background-color: #3A4006; }
a { background-color: rgb(58,64,6); }
div.DivClassName
{
background-color: #3A4006;
}
.BgClassName
{
background-color: #3A4006;
}
</style>
border-color css
<style>
span { border-color: #3A4006; }
span { border-color: rgb(58,64,6); }
td.TdClassName
{
border-color: #3A4006;
}
.TagClassName
{
border-color: #3A4006;
}
</style>