Shades of Turtle Green #3A4709
Tints of Turtle Green #3A4709
RGB
CMYK
RGB Variations
Color information
#3A4709 (or 0x3A4709) is known color: Turtle Green. HEX triplet: 3A, 47 and 09. RGB value is (58,71,9). Sum of RGB (Red+Green+Blue) = 58+71+9=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4709 is #C5B8F6. Grayscale: #3C3C3C. Windows color (decimal): -12957943 or 608058. OLE color: 608058.
HSL color Cylindrical-coordinate representation of color #3A4709: hue angle of 72.58º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A4709 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 9 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.72 |
| HSL | 72.58º | 0.78% | 0.16% | - |
| HSV(B) | 72.58º | 0.87% | 0.28% | - |
| XYZ | 4.05 | 5.43 | 1.09 | - |
| YUV | 60.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 9 | 0.18 | 0 | 0.87 | 0.72 | 72.58 | 0.78 | 0.16 |
| Hex | 3A | 47 | 9 | 12 | 0 | 57 | 48 | 49 | 4E | 10 |
| Octal | 72 | 107 | 11 | 22 | 0 | 127 | 110 | 111 | 116 | 20 |
| Binary | 111010 | 1000111 | 1001 | 10010 | 0 | 1010111 | 1001000 | 1001001 | 1001110 | 10000 |
Color Harmonies of #3A4709
Complementary color
Monochromatic Colors of #3A4709
Black with #3A4709
Text Example
Text Example
White with #3A4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4709; }
p { color: rgb(58,71,9); }
H1.HeaderClassName
{
color: #3A4709;
}
.AnyTagClassName
{
color: #3A4709;
}
</style>
background-color css
<style>
a { background-color: #3A4709; }
a { background-color: rgb(58,71,9); }
div.DivClassName
{
background-color: #3A4709;
}
.BgClassName
{
background-color: #3A4709;
}
</style>
border-color css
<style>
span { border-color: #3A4709; }
span { border-color: rgb(58,71,9); }
td.TdClassName
{
border-color: #3A4709;
}
.TagClassName
{
border-color: #3A4709;
}
</style>