Shades of Turtle Green #3A4802
Tints of Turtle Green #3A4802
RGB
CMYK
RGB Variations
Color information
#3A4802 (or 0x3A4802) is known color: Turtle Green. HEX triplet: 3A, 48 and 02. RGB value is (58,72,2). Sum of RGB (Red+Green+Blue) = 58+72+2=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4802 is #C5B7FD. Grayscale: #3C3C3C. Windows color (decimal): -12957694 or 149562. OLE color: 149562.
HSL color Cylindrical-coordinate representation of color #3A4802: hue angle of 72º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A4802 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 2 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.72 |
| HSL | 72º | 0.95% | 0.15% | - |
| HSV(B) | 72º | 0.97% | 0.28% | - |
| XYZ | 4.07 | 5.54 | 0.91 | - |
| YUV | 59.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 2 | 0.19 | 0 | 0.97 | 0.72 | 72 | 0.95 | 0.15 |
| Hex | 3A | 48 | 2 | 13 | 0 | 61 | 48 | 48 | 5F | F |
| Octal | 72 | 110 | 2 | 23 | 0 | 141 | 110 | 110 | 137 | 17 |
| Binary | 111010 | 1001000 | 10 | 10011 | 0 | 1100001 | 1001000 | 1001000 | 1011111 | 1111 |
Color Harmonies of #3A4802
Complementary color
Monochromatic Colors of #3A4802
Black with #3A4802
Text Example
Text Example
White with #3A4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4802; }
p { color: rgb(58,72,2); }
H1.HeaderClassName
{
color: #3A4802;
}
.AnyTagClassName
{
color: #3A4802;
}
</style>
background-color css
<style>
a { background-color: #3A4802; }
a { background-color: rgb(58,72,2); }
div.DivClassName
{
background-color: #3A4802;
}
.BgClassName
{
background-color: #3A4802;
}
</style>
border-color css
<style>
span { border-color: #3A4802; }
span { border-color: rgb(58,72,2); }
td.TdClassName
{
border-color: #3A4802;
}
.TagClassName
{
border-color: #3A4802;
}
</style>