Shades of Turtle Green #3B4713
Tints of Turtle Green #3B4713
RGB
CMYK
RGB Variations
Color information
#3B4713 (or 0x3B4713) is known color: Turtle Green. HEX triplet: 3B, 47 and 13. RGB value is (59,71,19). Sum of RGB (Red+Green+Blue) = 59+71+19=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4713 is #C4B8EC. Grayscale: #3D3D3D. Windows color (decimal): -12892397 or 1263419. OLE color: 1263419.
HSL color Cylindrical-coordinate representation of color #3B4713: hue angle of 73.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B4713 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 71 | 19 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.72 |
| HSL | 73.85º | 0.58% | 0.18% | - |
| HSV(B) | 73.85º | 0.73% | 0.28% | - |
| XYZ | 4.17 | 5.48 | 1.45 | - |
| YUV | 61.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 19 | 0.17 | 0 | 0.73 | 0.72 | 73.85 | 0.58 | 0.18 |
| Hex | 3B | 47 | 13 | 11 | 0 | 49 | 48 | 4A | 3A | 12 |
| Octal | 73 | 107 | 23 | 21 | 0 | 111 | 110 | 112 | 72 | 22 |
| Binary | 111011 | 1000111 | 10011 | 10001 | 0 | 1001001 | 1001000 | 1001010 | 111010 | 10010 |
Color Harmonies of #3B4713
Complementary color
Monochromatic Colors of #3B4713
Black with #3B4713
Text Example
Text Example
White with #3B4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4713; }
p { color: rgb(59,71,19); }
H1.HeaderClassName
{
color: #3B4713;
}
.AnyTagClassName
{
color: #3B4713;
}
</style>
background-color css
<style>
a { background-color: #3B4713; }
a { background-color: rgb(59,71,19); }
div.DivClassName
{
background-color: #3B4713;
}
.BgClassName
{
background-color: #3B4713;
}
</style>
border-color css
<style>
span { border-color: #3B4713; }
span { border-color: rgb(59,71,19); }
td.TdClassName
{
border-color: #3B4713;
}
.TagClassName
{
border-color: #3B4713;
}
</style>