Shades of Turtle Green #3A4104
Tints of Turtle Green #3A4104
RGB
CMYK
RGB Variations
Color information
#3A4104 (or 0x3A4104) is known color: Turtle Green. HEX triplet: 3A, 41 and 04. RGB value is (58,65,4). Sum of RGB (Red+Green+Blue) = 58+65+4=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4104 is #C5BEFB. Grayscale: #383838. Windows color (decimal): -12959484 or 278842. OLE color: 278842.
HSL color Cylindrical-coordinate representation of color #3A4104: hue angle of 66.89º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A4104 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 4 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.75 |
| HSL | 66.89º | 0.88% | 0.14% | - |
| HSV(B) | 66.89º | 0.94% | 0.25% | - |
| XYZ | 3.66 | 4.69 | 0.83 | - |
| YUV | 55.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 4 | 0.11 | 0 | 0.94 | 0.75 | 66.89 | 0.88 | 0.14 |
| Hex | 3A | 41 | 4 | B | 0 | 5E | 4B | 43 | 58 | E |
| Octal | 72 | 101 | 4 | 13 | 0 | 136 | 113 | 103 | 130 | 16 |
| Binary | 111010 | 1000001 | 100 | 1011 | 0 | 1011110 | 1001011 | 1000011 | 1011000 | 1110 |
Color Harmonies of #3A4104
Complementary color
Monochromatic Colors of #3A4104
Black with #3A4104
Text Example
Text Example
White with #3A4104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4104; }
p { color: rgb(58,65,4); }
H1.HeaderClassName
{
color: #3A4104;
}
.AnyTagClassName
{
color: #3A4104;
}
</style>
background-color css
<style>
a { background-color: #3A4104; }
a { background-color: rgb(58,65,4); }
div.DivClassName
{
background-color: #3A4104;
}
.BgClassName
{
background-color: #3A4104;
}
</style>
border-color css
<style>
span { border-color: #3A4104; }
span { border-color: rgb(58,65,4); }
td.TdClassName
{
border-color: #3A4104;
}
.TagClassName
{
border-color: #3A4104;
}
</style>