Shades of Turtle Green #3A400A
Tints of Turtle Green #3A400A
RGB
CMYK
RGB Variations
Color information
#3A400A (or 0x3A400A) is known color: Turtle Green. HEX triplet: 3A, 40 and 0A. RGB value is (58,64,10). Sum of RGB (Red+Green+Blue) = 58+64+10=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #3A400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A400A is #C5BFF5. Grayscale: #383838. Windows color (decimal): -12959734 or 671802. OLE color: 671802.
HSL color Cylindrical-coordinate representation of color #3A400A: hue angle of 66.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A400A is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 10 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.75 |
| HSL | 66.67º | 0.73% | 0.15% | - |
| HSV(B) | 66.67º | 0.84% | 0.25% | - |
| XYZ | 3.63 | 4.59 | 0.98 | - |
| YUV | 56.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 10 | 0.09 | 0 | 0.84 | 0.75 | 66.67 | 0.73 | 0.15 |
| Hex | 3A | 40 | A | 9 | 0 | 54 | 4B | 43 | 49 | F |
| Octal | 72 | 100 | 12 | 11 | 0 | 124 | 113 | 103 | 111 | 17 |
| Binary | 111010 | 1000000 | 1010 | 1001 | 0 | 1010100 | 1001011 | 1000011 | 1001001 | 1111 |
Color Harmonies of #3A400A
Complementary color
Monochromatic Colors of #3A400A
Black with #3A400A
Text Example
Text Example
White with #3A400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A400A; }
p { color: rgb(58,64,10); }
H1.HeaderClassName
{
color: #3A400A;
}
.AnyTagClassName
{
color: #3A400A;
}
</style>
background-color css
<style>
a { background-color: #3A400A; }
a { background-color: rgb(58,64,10); }
div.DivClassName
{
background-color: #3A400A;
}
.BgClassName
{
background-color: #3A400A;
}
</style>
border-color css
<style>
span { border-color: #3A400A; }
span { border-color: rgb(58,64,10); }
td.TdClassName
{
border-color: #3A400A;
}
.TagClassName
{
border-color: #3A400A;
}
</style>