Shades of Turtle Green #3A4717
Tints of Turtle Green #3A4717
RGB
CMYK
RGB Variations
Color information
#3A4717 (or 0x3A4717) is known color: Turtle Green. HEX triplet: 3A, 47 and 17. RGB value is (58,71,23). Sum of RGB (Red+Green+Blue) = 58+71+23=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4717 is #C5B8E8. Grayscale: #3D3D3D. Windows color (decimal): -12957929 or 1525562. OLE color: 1525562.
HSL color Cylindrical-coordinate representation of color #3A4717: hue angle of 76.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A4717 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 23 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.72 |
| HSL | 76.25º | 0.51% | 0.18% | - |
| HSV(B) | 76.25º | 0.68% | 0.28% | - |
| XYZ | 4.15 | 5.47 | 1.65 | - |
| YUV | 61.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 23 | 0.18 | 0 | 0.68 | 0.72 | 76.25 | 0.51 | 0.18 |
| Hex | 3A | 47 | 17 | 12 | 0 | 44 | 48 | 4C | 33 | 12 |
| Octal | 72 | 107 | 27 | 22 | 0 | 104 | 110 | 114 | 63 | 22 |
| Binary | 111010 | 1000111 | 10111 | 10010 | 0 | 1000100 | 1001000 | 1001100 | 110011 | 10010 |
Color Harmonies of #3A4717
Complementary color
Monochromatic Colors of #3A4717
Black with #3A4717
Text Example
Text Example
White with #3A4717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4717; }
p { color: rgb(58,71,23); }
H1.HeaderClassName
{
color: #3A4717;
}
.AnyTagClassName
{
color: #3A4717;
}
</style>
background-color css
<style>
a { background-color: #3A4717; }
a { background-color: rgb(58,71,23); }
div.DivClassName
{
background-color: #3A4717;
}
.BgClassName
{
background-color: #3A4717;
}
</style>
border-color css
<style>
span { border-color: #3A4717; }
span { border-color: rgb(58,71,23); }
td.TdClassName
{
border-color: #3A4717;
}
.TagClassName
{
border-color: #3A4717;
}
</style>