Shades of Turtle Green #3C4311
Tints of Turtle Green #3C4311
RGB
CMYK
RGB Variations
Color information
#3C4311 (or 0x3C4311) is known color: Turtle Green. HEX triplet: 3C, 43 and 11. RGB value is (60,67,17). Sum of RGB (Red+Green+Blue) = 60+67+17=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4311 is #C3BCEE. Grayscale: #3B3B3B. Windows color (decimal): -12827887 or 1131324. OLE color: 1131324.
HSL color Cylindrical-coordinate representation of color #3C4311: hue angle of 68.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C4311 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 17 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.74 |
| HSL | 68.4º | 0.6% | 0.16% | - |
| HSV(B) | 68.4º | 0.75% | 0.26% | - |
| XYZ | 3.97 | 5.02 | 1.29 | - |
| YUV | 59.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 17 | 0.10 | 0 | 0.75 | 0.74 | 68.4 | 0.6 | 0.16 |
| Hex | 3C | 43 | 11 | A | 0 | 4B | 4A | 44 | 3C | 10 |
| Octal | 74 | 103 | 21 | 12 | 0 | 113 | 112 | 104 | 74 | 20 |
| Binary | 111100 | 1000011 | 10001 | 1010 | 0 | 1001011 | 1001010 | 1000100 | 111100 | 10000 |
Color Harmonies of #3C4311
Complementary color
Monochromatic Colors of #3C4311
Black with #3C4311
Text Example
Text Example
White with #3C4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4311; }
p { color: rgb(60,67,17); }
H1.HeaderClassName
{
color: #3C4311;
}
.AnyTagClassName
{
color: #3C4311;
}
</style>
background-color css
<style>
a { background-color: #3C4311; }
a { background-color: rgb(60,67,17); }
div.DivClassName
{
background-color: #3C4311;
}
.BgClassName
{
background-color: #3C4311;
}
</style>
border-color css
<style>
span { border-color: #3C4311; }
span { border-color: rgb(60,67,17); }
td.TdClassName
{
border-color: #3C4311;
}
.TagClassName
{
border-color: #3C4311;
}
</style>