Shades of Turtle Green #3A4908
Tints of Turtle Green #3A4908
RGB
CMYK
RGB Variations
Color information
#3A4908 (or 0x3A4908) is known color: Turtle Green. HEX triplet: 3A, 49 and 08. RGB value is (58,73,8). Sum of RGB (Red+Green+Blue) = 58+73+8=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4908 is #C5B6F7. Grayscale: #3D3D3D. Windows color (decimal): -12957432 or 543034. OLE color: 543034.
HSL color Cylindrical-coordinate representation of color #3A4908: hue angle of 73.85º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A4908 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 8 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.71 |
| HSL | 73.85º | 0.8% | 0.16% | - |
| HSV(B) | 73.85º | 0.89% | 0.29% | - |
| XYZ | 4.17 | 5.68 | 1.11 | - |
| YUV | 61.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 8 | 0.21 | 0 | 0.89 | 0.71 | 73.85 | 0.8 | 0.16 |
| Hex | 3A | 49 | 8 | 15 | 0 | 59 | 47 | 4A | 50 | 10 |
| Octal | 72 | 111 | 10 | 25 | 0 | 131 | 107 | 112 | 120 | 20 |
| Binary | 111010 | 1001001 | 1000 | 10101 | 0 | 1011001 | 1000111 | 1001010 | 1010000 | 10000 |
Color Harmonies of #3A4908
Complementary color
Monochromatic Colors of #3A4908
Black with #3A4908
Text Example
Text Example
White with #3A4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4908; }
p { color: rgb(58,73,8); }
H1.HeaderClassName
{
color: #3A4908;
}
.AnyTagClassName
{
color: #3A4908;
}
</style>
background-color css
<style>
a { background-color: #3A4908; }
a { background-color: rgb(58,73,8); }
div.DivClassName
{
background-color: #3A4908;
}
.BgClassName
{
background-color: #3A4908;
}
</style>
border-color css
<style>
span { border-color: #3A4908; }
span { border-color: rgb(58,73,8); }
td.TdClassName
{
border-color: #3A4908;
}
.TagClassName
{
border-color: #3A4908;
}
</style>