Shades of Turtle Green #3C4015
Tints of Turtle Green #3C4015
RGB
CMYK
RGB Variations
Color information
#3C4015 (or 0x3C4015) is known color: Turtle Green. HEX triplet: 3C, 40 and 15. RGB value is (60,64,21). Sum of RGB (Red+Green+Blue) = 60+64+21=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4015 is #C3BFEA. Grayscale: #3A3A3A. Windows color (decimal): -12828651 or 1392700. OLE color: 1392700.
HSL color Cylindrical-coordinate representation of color #3C4015: hue angle of 65.58º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C4015 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 21 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.75 |
| HSL | 65.58º | 0.51% | 0.17% | - |
| HSV(B) | 65.58º | 0.67% | 0.25% | - |
| XYZ | 3.83 | 4.68 | 1.41 | - |
| YUV | 57.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 21 | 0.06 | 0 | 0.67 | 0.75 | 65.58 | 0.51 | 0.17 |
| Hex | 3C | 40 | 15 | 6 | 0 | 43 | 4B | 42 | 33 | 11 |
| Octal | 74 | 100 | 25 | 6 | 0 | 103 | 113 | 102 | 63 | 21 |
| Binary | 111100 | 1000000 | 10101 | 110 | 0 | 1000011 | 1001011 | 1000010 | 110011 | 10001 |
Color Harmonies of #3C4015
Complementary color
Monochromatic Colors of #3C4015
Black with #3C4015
Text Example
Text Example
White with #3C4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4015; }
p { color: rgb(60,64,21); }
H1.HeaderClassName
{
color: #3C4015;
}
.AnyTagClassName
{
color: #3C4015;
}
</style>
background-color css
<style>
a { background-color: #3C4015; }
a { background-color: rgb(60,64,21); }
div.DivClassName
{
background-color: #3C4015;
}
.BgClassName
{
background-color: #3C4015;
}
</style>
border-color css
<style>
span { border-color: #3C4015; }
span { border-color: rgb(60,64,21); }
td.TdClassName
{
border-color: #3C4015;
}
.TagClassName
{
border-color: #3C4015;
}
</style>