Shades of Turtle Green #3C3C14
Tints of Turtle Green #3C3C14
RGB
CMYK
RGB Variations
Color information
#3C3C14 (or 0x3C3C14) is known color: Turtle Green. HEX triplet: 3C, 3C and 14. RGB value is (60,60,20). Sum of RGB (Red+Green+Blue) = 60+60+20=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 60 - color contains mainly: red, green. Hex color #3C3C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3C14 is #C3C3EB. Grayscale: #373737. Windows color (decimal): -12829676 or 1326140. OLE color: 1326140.
HSL color Cylindrical-coordinate representation of color #3C3C14: hue angle of 60º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C3C14 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 60 | 20 | - |
| CMYK | 0 | 0 | 0.67 | 0.76 |
| HSL | 60º | 0.5% | 0.16% | - |
| HSV(B) | 60º | 0.67% | 0.24% | - |
| XYZ | 3.61 | 4.24 | 1.29 | - |
| YUV | 55.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 20 | 0 | 0 | 0.67 | 0.76 | 60 | 0.5 | 0.16 |
| Hex | 3C | 3C | 14 | 0 | 0 | 43 | 4C | 3C | 32 | 10 |
| Octal | 74 | 74 | 24 | 0 | 0 | 103 | 114 | 74 | 62 | 20 |
| Binary | 111100 | 111100 | 10100 | 0 | 0 | 1000011 | 1001100 | 111100 | 110010 | 10000 |
Color Harmonies of #3C3C14
Complementary color
Monochromatic Colors of #3C3C14
Black with #3C3C14
Text Example
Text Example
White with #3C3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3C14; }
p { color: rgb(60,60,20); }
H1.HeaderClassName
{
color: #3C3C14;
}
.AnyTagClassName
{
color: #3C3C14;
}
</style>
background-color css
<style>
a { background-color: #3C3C14; }
a { background-color: rgb(60,60,20); }
div.DivClassName
{
background-color: #3C3C14;
}
.BgClassName
{
background-color: #3C3C14;
}
</style>
border-color css
<style>
span { border-color: #3C3C14; }
span { border-color: rgb(60,60,20); }
td.TdClassName
{
border-color: #3C3C14;
}
.TagClassName
{
border-color: #3C3C14;
}
</style>