Shades of Turtle Green #3A4701
Tints of Turtle Green #3A4701
RGB
CMYK
RGB Variations
Color information
#3A4701 (or 0x3A4701) is known color: Turtle Green. HEX triplet: 3A, 47 and 01. RGB value is (58,71,1). Sum of RGB (Red+Green+Blue) = 58+71+1=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4701 is #C5B8FE. Grayscale: #3B3B3B. Windows color (decimal): -12957951 or 83770. OLE color: 83770.
HSL color Cylindrical-coordinate representation of color #3A4701: hue angle of 71.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A4701 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.72 |
| HSL | 71.14º | 0.97% | 0.14% | - |
| HSV(B) | 71.14º | 0.99% | 0.28% | - |
| XYZ | 4 | 5.41 | 0.86 | - |
| YUV | 59.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 1 | 0.18 | 0 | 0.99 | 0.72 | 71.14 | 0.97 | 0.14 |
| Hex | 3A | 47 | 1 | 12 | 0 | 63 | 48 | 47 | 61 | E |
| Octal | 72 | 107 | 1 | 22 | 0 | 143 | 110 | 107 | 141 | 16 |
| Binary | 111010 | 1000111 | 1 | 10010 | 0 | 1100011 | 1001000 | 1000111 | 1100001 | 1110 |
Color Harmonies of #3A4701
Complementary color
Monochromatic Colors of #3A4701
Black with #3A4701
Text Example
Text Example
White with #3A4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4701; }
p { color: rgb(58,71,1); }
H1.HeaderClassName
{
color: #3A4701;
}
.AnyTagClassName
{
color: #3A4701;
}
</style>
background-color css
<style>
a { background-color: #3A4701; }
a { background-color: rgb(58,71,1); }
div.DivClassName
{
background-color: #3A4701;
}
.BgClassName
{
background-color: #3A4701;
}
</style>
border-color css
<style>
span { border-color: #3A4701; }
span { border-color: rgb(58,71,1); }
td.TdClassName
{
border-color: #3A4701;
}
.TagClassName
{
border-color: #3A4701;
}
</style>