Shades of Turtle Green #3A4610
Tints of Turtle Green #3A4610
RGB
CMYK
RGB Variations
Color information
#3A4610 (or 0x3A4610) is known color: Turtle Green. HEX triplet: 3A, 46 and 10. RGB value is (58,70,16). Sum of RGB (Red+Green+Blue) = 58+70+16=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4610 is #C5B9EF. Grayscale: #3C3C3C. Windows color (decimal): -12958192 or 1066554. OLE color: 1066554.
HSL color Cylindrical-coordinate representation of color #3A4610: hue angle of 73.33º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A4610 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 16 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.73 |
| HSL | 73.33º | 0.63% | 0.17% | - |
| HSV(B) | 73.33º | 0.77% | 0.27% | - |
| XYZ | 4.03 | 5.32 | 1.3 | - |
| YUV | 60.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 16 | 0.17 | 0 | 0.77 | 0.73 | 73.33 | 0.63 | 0.17 |
| Hex | 3A | 46 | 10 | 11 | 0 | 4D | 49 | 49 | 3F | 11 |
| Octal | 72 | 106 | 20 | 21 | 0 | 115 | 111 | 111 | 77 | 21 |
| Binary | 111010 | 1000110 | 10000 | 10001 | 0 | 1001101 | 1001001 | 1001001 | 111111 | 10001 |
Color Harmonies of #3A4610
Complementary color
Monochromatic Colors of #3A4610
Black with #3A4610
Text Example
Text Example
White with #3A4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4610; }
p { color: rgb(58,70,16); }
H1.HeaderClassName
{
color: #3A4610;
}
.AnyTagClassName
{
color: #3A4610;
}
</style>
background-color css
<style>
a { background-color: #3A4610; }
a { background-color: rgb(58,70,16); }
div.DivClassName
{
background-color: #3A4610;
}
.BgClassName
{
background-color: #3A4610;
}
</style>
border-color css
<style>
span { border-color: #3A4610; }
span { border-color: rgb(58,70,16); }
td.TdClassName
{
border-color: #3A4610;
}
.TagClassName
{
border-color: #3A4610;
}
</style>