Shades of Turtle Green #3A4019
Tints of Turtle Green #3A4019
RGB
CMYK
RGB Variations
Color information
#3A4019 (or 0x3A4019) is known color: Turtle Green. HEX triplet: 3A, 40 and 19. RGB value is (58,64,25). Sum of RGB (Red+Green+Blue) = 58+64+25=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4019 is #C5BFE6. Grayscale: #393939. Windows color (decimal): -12959719 or 1654842. OLE color: 1654842.
HSL color Cylindrical-coordinate representation of color #3A4019: hue angle of 69.23º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4019 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 25 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.75 |
| HSL | 69.23º | 0.44% | 0.17% | - |
| HSV(B) | 69.23º | 0.61% | 0.25% | - |
| XYZ | 3.75 | 4.64 | 1.62 | - |
| YUV | 57.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 25 | 0.09 | 0 | 0.61 | 0.75 | 69.23 | 0.44 | 0.17 |
| Hex | 3A | 40 | 19 | 9 | 0 | 3D | 4B | 45 | 2C | 11 |
| Octal | 72 | 100 | 31 | 11 | 0 | 75 | 113 | 105 | 54 | 21 |
| Binary | 111010 | 1000000 | 11001 | 1001 | 0 | 111101 | 1001011 | 1000101 | 101100 | 10001 |
Color Harmonies of #3A4019
Complementary color
Monochromatic Colors of #3A4019
Black with #3A4019
Text Example
Text Example
White with #3A4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4019; }
p { color: rgb(58,64,25); }
H1.HeaderClassName
{
color: #3A4019;
}
.AnyTagClassName
{
color: #3A4019;
}
</style>
background-color css
<style>
a { background-color: #3A4019; }
a { background-color: rgb(58,64,25); }
div.DivClassName
{
background-color: #3A4019;
}
.BgClassName
{
background-color: #3A4019;
}
</style>
border-color css
<style>
span { border-color: #3A4019; }
span { border-color: rgb(58,64,25); }
td.TdClassName
{
border-color: #3A4019;
}
.TagClassName
{
border-color: #3A4019;
}
</style>