Shades of Turtle Green #3C4414
Tints of Turtle Green #3C4414
RGB
CMYK
RGB Variations
Color information
#3C4414 (or 0x3C4414) is known color: Turtle Green. HEX triplet: 3C, 44 and 14. RGB value is (60,68,20). Sum of RGB (Red+Green+Blue) = 60+68+20=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #3C4414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4414 is #C3BBEB. Grayscale: #3C3C3C. Windows color (decimal): -12827628 or 1328188. OLE color: 1328188.
HSL color Cylindrical-coordinate representation of color #3C4414: hue angle of 70º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C4414 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 68 | 20 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.73 |
| HSL | 70º | 0.55% | 0.17% | - |
| HSV(B) | 70º | 0.71% | 0.27% | - |
| XYZ | 4.06 | 5.15 | 1.44 | - |
| YUV | 60.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 20 | 0.12 | 0 | 0.71 | 0.73 | 70 | 0.55 | 0.17 |
| Hex | 3C | 44 | 14 | C | 0 | 47 | 49 | 46 | 37 | 11 |
| Octal | 74 | 104 | 24 | 14 | 0 | 107 | 111 | 106 | 67 | 21 |
| Binary | 111100 | 1000100 | 10100 | 1100 | 0 | 1000111 | 1001001 | 1000110 | 110111 | 10001 |
Color Harmonies of #3C4414
Complementary color
Monochromatic Colors of #3C4414
Black with #3C4414
Text Example
Text Example
White with #3C4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4414; }
p { color: rgb(60,68,20); }
H1.HeaderClassName
{
color: #3C4414;
}
.AnyTagClassName
{
color: #3C4414;
}
</style>
background-color css
<style>
a { background-color: #3C4414; }
a { background-color: rgb(60,68,20); }
div.DivClassName
{
background-color: #3C4414;
}
.BgClassName
{
background-color: #3C4414;
}
</style>
border-color css
<style>
span { border-color: #3C4414; }
span { border-color: rgb(60,68,20); }
td.TdClassName
{
border-color: #3C4414;
}
.TagClassName
{
border-color: #3C4414;
}
</style>