Shades of Turtle Green #3C4110
Tints of Turtle Green #3C4110
RGB
CMYK
RGB Variations
Color information
#3C4110 (or 0x3C4110) is known color: Turtle Green. HEX triplet: 3C, 41 and 10. RGB value is (60,65,16). Sum of RGB (Red+Green+Blue) = 60+65+16=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4110 is #C3BEEF. Grayscale: #3A3A3A. Windows color (decimal): -12828400 or 1065276. OLE color: 1065276.
HSL color Cylindrical-coordinate representation of color #3C4110: hue angle of 66.12º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C4110 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 65 | 16 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.75 |
| HSL | 66.12º | 0.6% | 0.16% | - |
| HSV(B) | 66.12º | 0.75% | 0.25% | - |
| XYZ | 3.85 | 4.78 | 1.21 | - |
| YUV | 57.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 16 | 0.08 | 0 | 0.75 | 0.75 | 66.12 | 0.6 | 0.16 |
| Hex | 3C | 41 | 10 | 8 | 0 | 4B | 4B | 42 | 3C | 10 |
| Octal | 74 | 101 | 20 | 10 | 0 | 113 | 113 | 102 | 74 | 20 |
| Binary | 111100 | 1000001 | 10000 | 1000 | 0 | 1001011 | 1001011 | 1000010 | 111100 | 10000 |
Color Harmonies of #3C4110
Complementary color
Monochromatic Colors of #3C4110
Black with #3C4110
Text Example
Text Example
White with #3C4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4110; }
p { color: rgb(60,65,16); }
H1.HeaderClassName
{
color: #3C4110;
}
.AnyTagClassName
{
color: #3C4110;
}
</style>
background-color css
<style>
a { background-color: #3C4110; }
a { background-color: rgb(60,65,16); }
div.DivClassName
{
background-color: #3C4110;
}
.BgClassName
{
background-color: #3C4110;
}
</style>
border-color css
<style>
span { border-color: #3C4110; }
span { border-color: rgb(60,65,16); }
td.TdClassName
{
border-color: #3C4110;
}
.TagClassName
{
border-color: #3C4110;
}
</style>