Shades of Turtle Green #3A4810
Tints of Turtle Green #3A4810
RGB
CMYK
RGB Variations
Color information
#3A4810 (or 0x3A4810) is known color: Turtle Green. HEX triplet: 3A, 48 and 10. RGB value is (58,72,16). Sum of RGB (Red+Green+Blue) = 58+72+16=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4810 is #C5B7EF. Grayscale: #3D3D3D. Windows color (decimal): -12957680 or 1067066. OLE color: 1067066.
HSL color Cylindrical-coordinate representation of color #3A4810: hue angle of 75º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A4810 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 16 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.72 |
| HSL | 75º | 0.64% | 0.17% | - |
| HSV(B) | 75º | 0.78% | 0.28% | - |
| XYZ | 4.16 | 5.57 | 1.35 | - |
| YUV | 61.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 16 | 0.19 | 0 | 0.78 | 0.72 | 75 | 0.64 | 0.17 |
| Hex | 3A | 48 | 10 | 13 | 0 | 4E | 48 | 4B | 40 | 11 |
| Octal | 72 | 110 | 20 | 23 | 0 | 116 | 110 | 113 | 100 | 21 |
| Binary | 111010 | 1001000 | 10000 | 10011 | 0 | 1001110 | 1001000 | 1001011 | 1000000 | 10001 |
Color Harmonies of #3A4810
Complementary color
Monochromatic Colors of #3A4810
Black with #3A4810
Text Example
Text Example
White with #3A4810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4810; }
p { color: rgb(58,72,16); }
H1.HeaderClassName
{
color: #3A4810;
}
.AnyTagClassName
{
color: #3A4810;
}
</style>
background-color css
<style>
a { background-color: #3A4810; }
a { background-color: rgb(58,72,16); }
div.DivClassName
{
background-color: #3A4810;
}
.BgClassName
{
background-color: #3A4810;
}
</style>
border-color css
<style>
span { border-color: #3A4810; }
span { border-color: rgb(58,72,16); }
td.TdClassName
{
border-color: #3A4810;
}
.TagClassName
{
border-color: #3A4810;
}
</style>