Shades of Turtle Green #3C4010
Tints of Turtle Green #3C4010
RGB
CMYK
RGB Variations
Color information
#3C4010 (or 0x3C4010) is known color: Turtle Green. HEX triplet: 3C, 40 and 10. RGB value is (60,64,16). Sum of RGB (Red+Green+Blue) = 60+64+16=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4010 is #C3BFEF. Grayscale: #393939. Windows color (decimal): -12828656 or 1065020. OLE color: 1065020.
HSL color Cylindrical-coordinate representation of color #3C4010: hue angle of 65º 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 #3C4010 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 16 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.75 |
| HSL | 65º | 0.6% | 0.16% | - |
| HSV(B) | 65º | 0.75% | 0.25% | - |
| XYZ | 3.79 | 4.66 | 1.19 | - |
| YUV | 57.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 16 | 0.06 | 0 | 0.75 | 0.75 | 65 | 0.6 | 0.16 |
| Hex | 3C | 40 | 10 | 6 | 0 | 4B | 4B | 41 | 3C | 10 |
| Octal | 74 | 100 | 20 | 6 | 0 | 113 | 113 | 101 | 74 | 20 |
| Binary | 111100 | 1000000 | 10000 | 110 | 0 | 1001011 | 1001011 | 1000001 | 111100 | 10000 |
Color Harmonies of #3C4010
Complementary color
Monochromatic Colors of #3C4010
Black with #3C4010
Text Example
Text Example
White with #3C4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4010; }
p { color: rgb(60,64,16); }
H1.HeaderClassName
{
color: #3C4010;
}
.AnyTagClassName
{
color: #3C4010;
}
</style>
background-color css
<style>
a { background-color: #3C4010; }
a { background-color: rgb(60,64,16); }
div.DivClassName
{
background-color: #3C4010;
}
.BgClassName
{
background-color: #3C4010;
}
</style>
border-color css
<style>
span { border-color: #3C4010; }
span { border-color: rgb(60,64,16); }
td.TdClassName
{
border-color: #3C4010;
}
.TagClassName
{
border-color: #3C4010;
}
</style>