Shades of Turtle Green #3A4001
Tints of Turtle Green #3A4001
RGB
CMYK
RGB Variations
Color information
#3A4001 (or 0x3A4001) is known color: Turtle Green. HEX triplet: 3A, 40 and 01. RGB value is (58,64,1). Sum of RGB (Red+Green+Blue) = 58+64+1=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4001 is #C5BFFE. Grayscale: #373737. Windows color (decimal): -12959743 or 81978. OLE color: 81978.
HSL color Cylindrical-coordinate representation of color #3A4001: hue angle of 65.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A4001 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 1 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.75 |
| HSL | 65.71º | 0.97% | 0.13% | - |
| HSV(B) | 65.71º | 0.98% | 0.25% | - |
| XYZ | 3.58 | 4.57 | 0.72 | - |
| YUV | 55.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 1 | 0.09 | 0 | 0.98 | 0.75 | 65.71 | 0.97 | 0.13 |
| Hex | 3A | 40 | 1 | 9 | 0 | 62 | 4B | 42 | 61 | D |
| Octal | 72 | 100 | 1 | 11 | 0 | 142 | 113 | 102 | 141 | 15 |
| Binary | 111010 | 1000000 | 1 | 1001 | 0 | 1100010 | 1001011 | 1000010 | 1100001 | 1101 |
Color Harmonies of #3A4001
Complementary color
Monochromatic Colors of #3A4001
Black with #3A4001
Text Example
Text Example
White with #3A4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4001; }
p { color: rgb(58,64,1); }
H1.HeaderClassName
{
color: #3A4001;
}
.AnyTagClassName
{
color: #3A4001;
}
</style>
background-color css
<style>
a { background-color: #3A4001; }
a { background-color: rgb(58,64,1); }
div.DivClassName
{
background-color: #3A4001;
}
.BgClassName
{
background-color: #3A4001;
}
</style>
border-color css
<style>
span { border-color: #3A4001; }
span { border-color: rgb(58,64,1); }
td.TdClassName
{
border-color: #3A4001;
}
.TagClassName
{
border-color: #3A4001;
}
</style>