Shades of Turtle Green #3C400C
Tints of Turtle Green #3C400C
RGB
CMYK
RGB Variations
Color information
#3C400C (or 0x3C400C) is known color: Turtle Green. HEX triplet: 3C, 40 and 0C. RGB value is (60,64,12). Sum of RGB (Red+Green+Blue) = 60+64+12=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #3C400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C400C is #C3BFF3. Grayscale: #393939. Windows color (decimal): -12828660 or 802876. OLE color: 802876.
HSL color Cylindrical-coordinate representation of color #3C400C: hue angle of 64.62º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C400C is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 12 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.75 |
| HSL | 64.62º | 0.68% | 0.15% | - |
| HSV(B) | 64.62º | 0.81% | 0.25% | - |
| XYZ | 3.76 | 4.65 | 1.05 | - |
| YUV | 56.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 12 | 0.06 | 0 | 0.81 | 0.75 | 64.62 | 0.68 | 0.15 |
| Hex | 3C | 40 | C | 6 | 0 | 51 | 4B | 41 | 44 | F |
| Octal | 74 | 100 | 14 | 6 | 0 | 121 | 113 | 101 | 104 | 17 |
| Binary | 111100 | 1000000 | 1100 | 110 | 0 | 1010001 | 1001011 | 1000001 | 1000100 | 1111 |
Color Harmonies of #3C400C
Complementary color
Monochromatic Colors of #3C400C
Black with #3C400C
Text Example
Text Example
White with #3C400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C400C; }
p { color: rgb(60,64,12); }
H1.HeaderClassName
{
color: #3C400C;
}
.AnyTagClassName
{
color: #3C400C;
}
</style>
background-color css
<style>
a { background-color: #3C400C; }
a { background-color: rgb(60,64,12); }
div.DivClassName
{
background-color: #3C400C;
}
.BgClassName
{
background-color: #3C400C;
}
</style>
border-color css
<style>
span { border-color: #3C400C; }
span { border-color: rgb(60,64,12); }
td.TdClassName
{
border-color: #3C400C;
}
.TagClassName
{
border-color: #3C400C;
}
</style>