Shades of Turtle Green #3A4807
Tints of Turtle Green #3A4807
RGB
CMYK
RGB Variations
Color information
#3A4807 (or 0x3A4807) is known color: Turtle Green. HEX triplet: 3A, 48 and 07. RGB value is (58,72,7). Sum of RGB (Red+Green+Blue) = 58+72+7=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4807 is #C5B7F8. Grayscale: #3C3C3C. Windows color (decimal): -12957689 or 477242. OLE color: 477242.
HSL color Cylindrical-coordinate representation of color #3A4807: hue angle of 72.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A4807 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 7 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.72 |
| HSL | 72.92º | 0.82% | 0.15% | - |
| HSV(B) | 72.92º | 0.9% | 0.28% | - |
| XYZ | 4.1 | 5.55 | 1.06 | - |
| YUV | 60.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 7 | 0.19 | 0 | 0.90 | 0.72 | 72.92 | 0.82 | 0.15 |
| Hex | 3A | 48 | 7 | 13 | 0 | 5A | 48 | 49 | 52 | F |
| Octal | 72 | 110 | 7 | 23 | 0 | 132 | 110 | 111 | 122 | 17 |
| Binary | 111010 | 1001000 | 111 | 10011 | 0 | 1011010 | 1001000 | 1001001 | 1010010 | 1111 |
Color Harmonies of #3A4807
Complementary color
Monochromatic Colors of #3A4807
Black with #3A4807
Text Example
Text Example
White with #3A4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4807; }
p { color: rgb(58,72,7); }
H1.HeaderClassName
{
color: #3A4807;
}
.AnyTagClassName
{
color: #3A4807;
}
</style>
background-color css
<style>
a { background-color: #3A4807; }
a { background-color: rgb(58,72,7); }
div.DivClassName
{
background-color: #3A4807;
}
.BgClassName
{
background-color: #3A4807;
}
</style>
border-color css
<style>
span { border-color: #3A4807; }
span { border-color: rgb(58,72,7); }
td.TdClassName
{
border-color: #3A4807;
}
.TagClassName
{
border-color: #3A4807;
}
</style>