Shades of Turtle Green #3A4505
Tints of Turtle Green #3A4505
RGB
CMYK
RGB Variations
Color information
#3A4505 (or 0x3A4505) is known color: Turtle Green. HEX triplet: 3A, 45 and 05. RGB value is (58,69,5). Sum of RGB (Red+Green+Blue) = 58+69+5=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4505 is #C5BAFA. Grayscale: #3A3A3A. Windows color (decimal): -12958459 or 345402. OLE color: 345402.
HSL color Cylindrical-coordinate representation of color #3A4505: hue angle of 70.31º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A4505 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 69 | 5 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.73 |
| HSL | 70.31º | 0.86% | 0.15% | - |
| HSV(B) | 70.31º | 0.93% | 0.27% | - |
| XYZ | 3.9 | 5.17 | 0.94 | - |
| YUV | 58.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 5 | 0.16 | 0 | 0.93 | 0.73 | 70.31 | 0.86 | 0.15 |
| Hex | 3A | 45 | 5 | 10 | 0 | 5D | 49 | 46 | 56 | F |
| Octal | 72 | 105 | 5 | 20 | 0 | 135 | 111 | 106 | 126 | 17 |
| Binary | 111010 | 1000101 | 101 | 10000 | 0 | 1011101 | 1001001 | 1000110 | 1010110 | 1111 |
Color Harmonies of #3A4505
Complementary color
Monochromatic Colors of #3A4505
Black with #3A4505
Text Example
Text Example
White with #3A4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4505; }
p { color: rgb(58,69,5); }
H1.HeaderClassName
{
color: #3A4505;
}
.AnyTagClassName
{
color: #3A4505;
}
</style>
background-color css
<style>
a { background-color: #3A4505; }
a { background-color: rgb(58,69,5); }
div.DivClassName
{
background-color: #3A4505;
}
.BgClassName
{
background-color: #3A4505;
}
</style>
border-color css
<style>
span { border-color: #3A4505; }
span { border-color: rgb(58,69,5); }
td.TdClassName
{
border-color: #3A4505;
}
.TagClassName
{
border-color: #3A4505;
}
</style>