Shades of Turtle Green #3A4710
Tints of Turtle Green #3A4710
RGB
CMYK
RGB Variations
Color information
#3A4710 (or 0x3A4710) is known color: Turtle Green. HEX triplet: 3A, 47 and 10. RGB value is (58,71,16). Sum of RGB (Red+Green+Blue) = 58+71+16=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4710 is #C5B8EF. Grayscale: #3D3D3D. Windows color (decimal): -12957936 or 1066810. OLE color: 1066810.
HSL color Cylindrical-coordinate representation of color #3A4710: hue angle of 74.18º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A4710 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 16 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.72 |
| HSL | 74.18º | 0.63% | 0.17% | - |
| HSV(B) | 74.18º | 0.77% | 0.28% | - |
| XYZ | 4.09 | 5.44 | 1.33 | - |
| YUV | 60.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 16 | 0.18 | 0 | 0.77 | 0.72 | 74.18 | 0.63 | 0.17 |
| Hex | 3A | 47 | 10 | 12 | 0 | 4D | 48 | 4A | 3F | 11 |
| Octal | 72 | 107 | 20 | 22 | 0 | 115 | 110 | 112 | 77 | 21 |
| Binary | 111010 | 1000111 | 10000 | 10010 | 0 | 1001101 | 1001000 | 1001010 | 111111 | 10001 |
Color Harmonies of #3A4710
Complementary color
Monochromatic Colors of #3A4710
Black with #3A4710
Text Example
Text Example
White with #3A4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4710; }
p { color: rgb(58,71,16); }
H1.HeaderClassName
{
color: #3A4710;
}
.AnyTagClassName
{
color: #3A4710;
}
</style>
background-color css
<style>
a { background-color: #3A4710; }
a { background-color: rgb(58,71,16); }
div.DivClassName
{
background-color: #3A4710;
}
.BgClassName
{
background-color: #3A4710;
}
</style>
border-color css
<style>
span { border-color: #3A4710; }
span { border-color: rgb(58,71,16); }
td.TdClassName
{
border-color: #3A4710;
}
.TagClassName
{
border-color: #3A4710;
}
</style>