Shades of Turtle Green #3C3C15
Tints of Turtle Green #3C3C15
RGB
CMYK
RGB Variations
Color information
#3C3C15 (or 0x3C3C15) is known color: Turtle Green. HEX triplet: 3C, 3C and 15. RGB value is (60,60,21). Sum of RGB (Red+Green+Blue) = 60+60+21=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 60 - color contains mainly: red, green. Hex color #3C3C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3C15 is #C3C3EA. Grayscale: #373737. Windows color (decimal): -12829675 or 1391676. OLE color: 1391676.
HSL color Cylindrical-coordinate representation of color #3C3C15: hue angle of 60º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3C15 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 60 | 21 | - |
| CMYK | 0 | 0 | 0.65 | 0.76 |
| HSL | 60º | 0.48% | 0.16% | - |
| HSV(B) | 60º | 0.65% | 0.24% | - |
| XYZ | 3.61 | 4.25 | 1.34 | - |
| YUV | 55.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 21 | 0 | 0 | 0.65 | 0.76 | 60 | 0.48 | 0.16 |
| Hex | 3C | 3C | 15 | 0 | 0 | 41 | 4C | 3C | 30 | 10 |
| Octal | 74 | 74 | 25 | 0 | 0 | 101 | 114 | 74 | 60 | 20 |
| Binary | 111100 | 111100 | 10101 | 0 | 0 | 1000001 | 1001100 | 111100 | 110000 | 10000 |
Color Harmonies of #3C3C15
Complementary color
Monochromatic Colors of #3C3C15
Black with #3C3C15
Text Example
Text Example
White with #3C3C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3C15; }
p { color: rgb(60,60,21); }
H1.HeaderClassName
{
color: #3C3C15;
}
.AnyTagClassName
{
color: #3C3C15;
}
</style>
background-color css
<style>
a { background-color: #3C3C15; }
a { background-color: rgb(60,60,21); }
div.DivClassName
{
background-color: #3C3C15;
}
.BgClassName
{
background-color: #3C3C15;
}
</style>
border-color css
<style>
span { border-color: #3C3C15; }
span { border-color: rgb(60,60,21); }
td.TdClassName
{
border-color: #3C3C15;
}
.TagClassName
{
border-color: #3C3C15;
}
</style>