Shades of Turtle Green #3C4511
Tints of Turtle Green #3C4511
RGB
CMYK
RGB Variations
Color information
#3C4511 (or 0x3C4511) is known color: Turtle Green. HEX triplet: 3C, 45 and 11. RGB value is (60,69,17). Sum of RGB (Red+Green+Blue) = 60+69+17=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4511 is #C3BAEE. Grayscale: #3C3C3C. Windows color (decimal): -12827375 or 1131836. OLE color: 1131836.
HSL color Cylindrical-coordinate representation of color #3C4511: hue angle of 70.38º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C4511 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 17 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.73 |
| HSL | 70.38º | 0.6% | 0.17% | - |
| HSV(B) | 70.38º | 0.75% | 0.27% | - |
| XYZ | 4.09 | 5.26 | 1.33 | - |
| YUV | 60.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 17 | 0.13 | 0 | 0.75 | 0.73 | 70.38 | 0.6 | 0.17 |
| Hex | 3C | 45 | 11 | D | 0 | 4B | 49 | 46 | 3C | 11 |
| Octal | 74 | 105 | 21 | 15 | 0 | 113 | 111 | 106 | 74 | 21 |
| Binary | 111100 | 1000101 | 10001 | 1101 | 0 | 1001011 | 1001001 | 1000110 | 111100 | 10001 |
Color Harmonies of #3C4511
Complementary color
Monochromatic Colors of #3C4511
Black with #3C4511
Text Example
Text Example
White with #3C4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4511; }
p { color: rgb(60,69,17); }
H1.HeaderClassName
{
color: #3C4511;
}
.AnyTagClassName
{
color: #3C4511;
}
</style>
background-color css
<style>
a { background-color: #3C4511; }
a { background-color: rgb(60,69,17); }
div.DivClassName
{
background-color: #3C4511;
}
.BgClassName
{
background-color: #3C4511;
}
</style>
border-color css
<style>
span { border-color: #3C4511; }
span { border-color: rgb(60,69,17); }
td.TdClassName
{
border-color: #3C4511;
}
.TagClassName
{
border-color: #3C4511;
}
</style>