Shades of Turtle Green #3A480A
Tints of Turtle Green #3A480A
RGB
CMYK
RGB Variations
Color information
#3A480A (or 0x3A480A) is known color: Turtle Green. HEX triplet: 3A, 48 and 0A. RGB value is (58,72,10). Sum of RGB (Red+Green+Blue) = 58+72+10=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #3A480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A480A is #C5B7F5. Grayscale: #3C3C3C. Windows color (decimal): -12957686 or 673850. OLE color: 673850.
HSL color Cylindrical-coordinate representation of color #3A480A: hue angle of 73.55º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A480A is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 10 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.72 |
| HSL | 73.55º | 0.76% | 0.16% | - |
| HSV(B) | 73.55º | 0.86% | 0.28% | - |
| XYZ | 4.12 | 5.56 | 1.14 | - |
| YUV | 60.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 10 | 0.19 | 0 | 0.86 | 0.72 | 73.55 | 0.76 | 0.16 |
| Hex | 3A | 48 | A | 13 | 0 | 56 | 48 | 4A | 4C | 10 |
| Octal | 72 | 110 | 12 | 23 | 0 | 126 | 110 | 112 | 114 | 20 |
| Binary | 111010 | 1001000 | 1010 | 10011 | 0 | 1010110 | 1001000 | 1001010 | 1001100 | 10000 |
Color Harmonies of #3A480A
Complementary color
Monochromatic Colors of #3A480A
Black with #3A480A
Text Example
Text Example
White with #3A480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A480A; }
p { color: rgb(58,72,10); }
H1.HeaderClassName
{
color: #3A480A;
}
.AnyTagClassName
{
color: #3A480A;
}
</style>
background-color css
<style>
a { background-color: #3A480A; }
a { background-color: rgb(58,72,10); }
div.DivClassName
{
background-color: #3A480A;
}
.BgClassName
{
background-color: #3A480A;
}
</style>
border-color css
<style>
span { border-color: #3A480A; }
span { border-color: rgb(58,72,10); }
td.TdClassName
{
border-color: #3A480A;
}
.TagClassName
{
border-color: #3A480A;
}
</style>