Shades of Turtle Green #3C4713
Tints of Turtle Green #3C4713
RGB
CMYK
RGB Variations
Color information
#3C4713 (or 0x3C4713) is known color: Turtle Green. HEX triplet: 3C, 47 and 13. RGB value is (60,71,19). Sum of RGB (Red+Green+Blue) = 60+71+19=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4713 is #C3B8EC. Grayscale: #3D3D3D. Windows color (decimal): -12826861 or 1263420. OLE color: 1263420.
HSL color Cylindrical-coordinate representation of color #3C4713: hue angle of 72.69º 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 #3C4713 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 19 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.72 |
| HSL | 72.69º | 0.58% | 0.18% | - |
| HSV(B) | 72.69º | 0.73% | 0.28% | - |
| XYZ | 4.23 | 5.51 | 1.46 | - |
| YUV | 61.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 19 | 0.15 | 0 | 0.73 | 0.72 | 72.69 | 0.58 | 0.18 |
| Hex | 3C | 47 | 13 | F | 0 | 49 | 48 | 49 | 3A | 12 |
| Octal | 74 | 107 | 23 | 17 | 0 | 111 | 110 | 111 | 72 | 22 |
| Binary | 111100 | 1000111 | 10011 | 1111 | 0 | 1001001 | 1001000 | 1001001 | 111010 | 10010 |
Color Harmonies of #3C4713
Complementary color
Monochromatic Colors of #3C4713
Black with #3C4713
Text Example
Text Example
White with #3C4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4713; }
p { color: rgb(60,71,19); }
H1.HeaderClassName
{
color: #3C4713;
}
.AnyTagClassName
{
color: #3C4713;
}
</style>
background-color css
<style>
a { background-color: #3C4713; }
a { background-color: rgb(60,71,19); }
div.DivClassName
{
background-color: #3C4713;
}
.BgClassName
{
background-color: #3C4713;
}
</style>
border-color css
<style>
span { border-color: #3C4713; }
span { border-color: rgb(60,71,19); }
td.TdClassName
{
border-color: #3C4713;
}
.TagClassName
{
border-color: #3C4713;
}
</style>