Shades of Turtle Green #3A4706
Tints of Turtle Green #3A4706
RGB
CMYK
RGB Variations
Color information
#3A4706 (or 0x3A4706) is known color: Turtle Green. HEX triplet: 3A, 47 and 06. RGB value is (58,71,6). Sum of RGB (Red+Green+Blue) = 58+71+6=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4706 is #C5B8F9. Grayscale: #3B3B3B. Windows color (decimal): -12957946 or 411450. OLE color: 411450.
HSL color Cylindrical-coordinate representation of color #3A4706: hue angle of 72º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A4706 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 6 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.72 |
| HSL | 72º | 0.84% | 0.15% | - |
| HSV(B) | 72º | 0.92% | 0.28% | - |
| XYZ | 4.03 | 5.42 | 1.01 | - |
| YUV | 59.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 6 | 0.18 | 0 | 0.92 | 0.72 | 72 | 0.84 | 0.15 |
| Hex | 3A | 47 | 6 | 12 | 0 | 5C | 48 | 48 | 54 | F |
| Octal | 72 | 107 | 6 | 22 | 0 | 134 | 110 | 110 | 124 | 17 |
| Binary | 111010 | 1000111 | 110 | 10010 | 0 | 1011100 | 1001000 | 1001000 | 1010100 | 1111 |
Color Harmonies of #3A4706
Complementary color
Monochromatic Colors of #3A4706
Black with #3A4706
Text Example
Text Example
White with #3A4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4706; }
p { color: rgb(58,71,6); }
H1.HeaderClassName
{
color: #3A4706;
}
.AnyTagClassName
{
color: #3A4706;
}
</style>
background-color css
<style>
a { background-color: #3A4706; }
a { background-color: rgb(58,71,6); }
div.DivClassName
{
background-color: #3A4706;
}
.BgClassName
{
background-color: #3A4706;
}
</style>
border-color css
<style>
span { border-color: #3A4706; }
span { border-color: rgb(58,71,6); }
td.TdClassName
{
border-color: #3A4706;
}
.TagClassName
{
border-color: #3A4706;
}
</style>