Shades of Turtle Green #3A490C
Tints of Turtle Green #3A490C
RGB
CMYK
RGB Variations
Color information
#3A490C (or 0x3A490C) is known color: Turtle Green. HEX triplet: 3A, 49 and 0C. RGB value is (58,73,12). Sum of RGB (Red+Green+Blue) = 58+73+12=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #3A490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A490C is #C5B6F3. Grayscale: #3D3D3D. Windows color (decimal): -12957428 or 805178. OLE color: 805178.
HSL color Cylindrical-coordinate representation of color #3A490C: hue angle of 74.75º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A490C is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 12 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.71 |
| HSL | 74.75º | 0.72% | 0.17% | - |
| HSV(B) | 74.75º | 0.84% | 0.29% | - |
| XYZ | 4.19 | 5.69 | 1.23 | - |
| YUV | 61.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 12 | 0.21 | 0 | 0.84 | 0.71 | 74.75 | 0.72 | 0.17 |
| Hex | 3A | 49 | C | 15 | 0 | 54 | 47 | 4B | 48 | 11 |
| Octal | 72 | 111 | 14 | 25 | 0 | 124 | 107 | 113 | 110 | 21 |
| Binary | 111010 | 1001001 | 1100 | 10101 | 0 | 1010100 | 1000111 | 1001011 | 1001000 | 10001 |
Color Harmonies of #3A490C
Complementary color
Monochromatic Colors of #3A490C
Black with #3A490C
Text Example
Text Example
White with #3A490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A490C; }
p { color: rgb(58,73,12); }
H1.HeaderClassName
{
color: #3A490C;
}
.AnyTagClassName
{
color: #3A490C;
}
</style>
background-color css
<style>
a { background-color: #3A490C; }
a { background-color: rgb(58,73,12); }
div.DivClassName
{
background-color: #3A490C;
}
.BgClassName
{
background-color: #3A490C;
}
</style>
border-color css
<style>
span { border-color: #3A490C; }
span { border-color: rgb(58,73,12); }
td.TdClassName
{
border-color: #3A490C;
}
.TagClassName
{
border-color: #3A490C;
}
</style>