Shades of Turtle Green #3B4705
Tints of Turtle Green #3B4705
RGB
CMYK
RGB Variations
Color information
#3B4705 (or 0x3B4705) is known color: Turtle Green. HEX triplet: 3B, 47 and 05. RGB value is (59,71,5). Sum of RGB (Red+Green+Blue) = 59+71+5=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4705 is #C4B8FA. Grayscale: #3C3C3C. Windows color (decimal): -12892411 or 345915. OLE color: 345915.
HSL color Cylindrical-coordinate representation of color #3B4705: hue angle of 70.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B4705 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 71 | 5 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.72 |
| HSL | 70.91º | 0.87% | 0.15% | - |
| HSV(B) | 70.91º | 0.93% | 0.28% | - |
| XYZ | 4.08 | 5.45 | 0.98 | - |
| YUV | 59.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 5 | 0.17 | 0 | 0.93 | 0.72 | 70.91 | 0.87 | 0.15 |
| Hex | 3B | 47 | 5 | 11 | 0 | 5D | 48 | 47 | 57 | F |
| Octal | 73 | 107 | 5 | 21 | 0 | 135 | 110 | 107 | 127 | 17 |
| Binary | 111011 | 1000111 | 101 | 10001 | 0 | 1011101 | 1001000 | 1000111 | 1010111 | 1111 |
Color Harmonies of #3B4705
Complementary color
Monochromatic Colors of #3B4705
Black with #3B4705
Text Example
Text Example
White with #3B4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4705; }
p { color: rgb(59,71,5); }
H1.HeaderClassName
{
color: #3B4705;
}
.AnyTagClassName
{
color: #3B4705;
}
</style>
background-color css
<style>
a { background-color: #3B4705; }
a { background-color: rgb(59,71,5); }
div.DivClassName
{
background-color: #3B4705;
}
.BgClassName
{
background-color: #3B4705;
}
</style>
border-color css
<style>
span { border-color: #3B4705; }
span { border-color: rgb(59,71,5); }
td.TdClassName
{
border-color: #3B4705;
}
.TagClassName
{
border-color: #3B4705;
}
</style>