Shades of Turtle Green #3A4404
Tints of Turtle Green #3A4404
RGB
CMYK
RGB Variations
Color information
#3A4404 (or 0x3A4404) is known color: Turtle Green. HEX triplet: 3A, 44 and 04. RGB value is (58,68,4). Sum of RGB (Red+Green+Blue) = 58+68+4=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4404 is #C5BBFB. Grayscale: #393939. Windows color (decimal): -12958716 or 279610. OLE color: 279610.
HSL color Cylindrical-coordinate representation of color #3A4404: hue angle of 69.38º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A4404 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 4 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.73 |
| HSL | 69.38º | 0.89% | 0.14% | - |
| HSV(B) | 69.38º | 0.94% | 0.27% | - |
| XYZ | 3.83 | 5.04 | 0.89 | - |
| YUV | 57.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 4 | 0.15 | 0 | 0.94 | 0.73 | 69.38 | 0.89 | 0.14 |
| Hex | 3A | 44 | 4 | F | 0 | 5E | 49 | 45 | 59 | E |
| Octal | 72 | 104 | 4 | 17 | 0 | 136 | 111 | 105 | 131 | 16 |
| Binary | 111010 | 1000100 | 100 | 1111 | 0 | 1011110 | 1001001 | 1000101 | 1011001 | 1110 |
Color Harmonies of #3A4404
Complementary color
Monochromatic Colors of #3A4404
Black with #3A4404
Text Example
Text Example
White with #3A4404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4404; }
p { color: rgb(58,68,4); }
H1.HeaderClassName
{
color: #3A4404;
}
.AnyTagClassName
{
color: #3A4404;
}
</style>
background-color css
<style>
a { background-color: #3A4404; }
a { background-color: rgb(58,68,4); }
div.DivClassName
{
background-color: #3A4404;
}
.BgClassName
{
background-color: #3A4404;
}
</style>
border-color css
<style>
span { border-color: #3A4404; }
span { border-color: rgb(58,68,4); }
td.TdClassName
{
border-color: #3A4404;
}
.TagClassName
{
border-color: #3A4404;
}
</style>