Shades of Turtle Green #3A4002
Tints of Turtle Green #3A4002
RGB
CMYK
RGB Variations
Color information
#3A4002 (or 0x3A4002) is known color: Turtle Green. HEX triplet: 3A, 40 and 02. RGB value is (58,64,2). Sum of RGB (Red+Green+Blue) = 58+64+2=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4002 is #C5BFFD. Grayscale: #373737. Windows color (decimal): -12959742 or 147514. OLE color: 147514.
HSL color Cylindrical-coordinate representation of color #3A4002: hue angle of 65.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A4002 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 2 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.75 |
| HSL | 65.81º | 0.94% | 0.13% | - |
| HSV(B) | 65.81º | 0.97% | 0.25% | - |
| XYZ | 3.59 | 4.57 | 0.75 | - |
| YUV | 55.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 2 | 0.09 | 0 | 0.97 | 0.75 | 65.81 | 0.94 | 0.13 |
| Hex | 3A | 40 | 2 | 9 | 0 | 61 | 4B | 42 | 5E | D |
| Octal | 72 | 100 | 2 | 11 | 0 | 141 | 113 | 102 | 136 | 15 |
| Binary | 111010 | 1000000 | 10 | 1001 | 0 | 1100001 | 1001011 | 1000010 | 1011110 | 1101 |
Color Harmonies of #3A4002
Complementary color
Monochromatic Colors of #3A4002
Black with #3A4002
Text Example
Text Example
White with #3A4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4002; }
p { color: rgb(58,64,2); }
H1.HeaderClassName
{
color: #3A4002;
}
.AnyTagClassName
{
color: #3A4002;
}
</style>
background-color css
<style>
a { background-color: #3A4002; }
a { background-color: rgb(58,64,2); }
div.DivClassName
{
background-color: #3A4002;
}
.BgClassName
{
background-color: #3A4002;
}
</style>
border-color css
<style>
span { border-color: #3A4002; }
span { border-color: rgb(58,64,2); }
td.TdClassName
{
border-color: #3A4002;
}
.TagClassName
{
border-color: #3A4002;
}
</style>