Shades of Turtle Green #3A4704
Tints of Turtle Green #3A4704
RGB
CMYK
RGB Variations
Color information
#3A4704 (or 0x3A4704) is known color: Turtle Green. HEX triplet: 3A, 47 and 04. RGB value is (58,71,4). Sum of RGB (Red+Green+Blue) = 58+71+4=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4704 is #C5B8FB. Grayscale: #3B3B3B. Windows color (decimal): -12957948 or 280378. OLE color: 280378.
HSL color Cylindrical-coordinate representation of color #3A4704: hue angle of 71.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A4704 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 4 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.72 |
| HSL | 71.64º | 0.89% | 0.15% | - |
| HSV(B) | 71.64º | 0.94% | 0.28% | - |
| XYZ | 4.02 | 5.41 | 0.95 | - |
| YUV | 59.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 4 | 0.18 | 0 | 0.94 | 0.72 | 71.64 | 0.89 | 0.15 |
| Hex | 3A | 47 | 4 | 12 | 0 | 5E | 48 | 48 | 59 | F |
| Octal | 72 | 107 | 4 | 22 | 0 | 136 | 110 | 110 | 131 | 17 |
| Binary | 111010 | 1000111 | 100 | 10010 | 0 | 1011110 | 1001000 | 1001000 | 1011001 | 1111 |
Color Harmonies of #3A4704
Complementary color
Monochromatic Colors of #3A4704
Black with #3A4704
Text Example
Text Example
White with #3A4704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4704; }
p { color: rgb(58,71,4); }
H1.HeaderClassName
{
color: #3A4704;
}
.AnyTagClassName
{
color: #3A4704;
}
</style>
background-color css
<style>
a { background-color: #3A4704; }
a { background-color: rgb(58,71,4); }
div.DivClassName
{
background-color: #3A4704;
}
.BgClassName
{
background-color: #3A4704;
}
</style>
border-color css
<style>
span { border-color: #3A4704; }
span { border-color: rgb(58,71,4); }
td.TdClassName
{
border-color: #3A4704;
}
.TagClassName
{
border-color: #3A4704;
}
</style>