Shades of Turtle Green #3C3F15
Tints of Turtle Green #3C3F15
RGB
CMYK
RGB Variations
Color information
#3C3F15 (or 0x3C3F15) is known color: Turtle Green. HEX triplet: 3C, 3F and 15. RGB value is (60,63,21). Sum of RGB (Red+Green+Blue) = 60+63+21=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3F15 is #C3C0EA. Grayscale: #393939. Windows color (decimal): -12828907 or 1392444. OLE color: 1392444.
HSL color Cylindrical-coordinate representation of color #3C3F15: hue angle of 64.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C3F15 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 63 | 21 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.75 |
| HSL | 64.29º | 0.5% | 0.16% | - |
| HSV(B) | 64.29º | 0.67% | 0.25% | - |
| XYZ | 3.78 | 4.57 | 1.39 | - |
| YUV | 57.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 21 | 0.05 | 0 | 0.67 | 0.75 | 64.29 | 0.5 | 0.16 |
| Hex | 3C | 3F | 15 | 5 | 0 | 43 | 4B | 40 | 32 | 10 |
| Octal | 74 | 77 | 25 | 5 | 0 | 103 | 113 | 100 | 62 | 20 |
| Binary | 111100 | 111111 | 10101 | 101 | 0 | 1000011 | 1001011 | 1000000 | 110010 | 10000 |
Color Harmonies of #3C3F15
Complementary color
Monochromatic Colors of #3C3F15
Black with #3C3F15
Text Example
Text Example
White with #3C3F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F15; }
p { color: rgb(60,63,21); }
H1.HeaderClassName
{
color: #3C3F15;
}
.AnyTagClassName
{
color: #3C3F15;
}
</style>
background-color css
<style>
a { background-color: #3C3F15; }
a { background-color: rgb(60,63,21); }
div.DivClassName
{
background-color: #3C3F15;
}
.BgClassName
{
background-color: #3C3F15;
}
</style>
border-color css
<style>
span { border-color: #3C3F15; }
span { border-color: rgb(60,63,21); }
td.TdClassName
{
border-color: #3C3F15;
}
.TagClassName
{
border-color: #3C3F15;
}
</style>