Shades of Turtle Green #3C461C
Tints of Turtle Green #3C461C
RGB
CMYK
RGB Variations
Color information
#3C461C (or 0x3C461C) is known color: Turtle Green. HEX triplet: 3C, 46 and 1C. RGB value is (60,70,28). Sum of RGB (Red+Green+Blue) = 60+70+28=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #3C461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C461C is #C3B9E3. Grayscale: #3E3E3E. Windows color (decimal): -12827108 or 1852988. OLE color: 1852988.
HSL color Cylindrical-coordinate representation of color #3C461C: hue angle of 74.29º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C461C is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 70 | 28 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.73 |
| HSL | 74.29º | 0.43% | 0.19% | - |
| HSV(B) | 74.29º | 0.6% | 0.27% | - |
| XYZ | 4.26 | 5.42 | 1.92 | - |
| YUV | 62.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 28 | 0.14 | 0 | 0.60 | 0.73 | 74.29 | 0.43 | 0.19 |
| Hex | 3C | 46 | 1C | E | 0 | 3C | 49 | 4A | 2B | 13 |
| Octal | 74 | 106 | 34 | 16 | 0 | 74 | 111 | 112 | 53 | 23 |
| Binary | 111100 | 1000110 | 11100 | 1110 | 0 | 111100 | 1001001 | 1001010 | 101011 | 10011 |
Color Harmonies of #3C461C
Complementary color
Monochromatic Colors of #3C461C
Black with #3C461C
Text Example
Text Example
White with #3C461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C461C; }
p { color: rgb(60,70,28); }
H1.HeaderClassName
{
color: #3C461C;
}
.AnyTagClassName
{
color: #3C461C;
}
</style>
background-color css
<style>
a { background-color: #3C461C; }
a { background-color: rgb(60,70,28); }
div.DivClassName
{
background-color: #3C461C;
}
.BgClassName
{
background-color: #3C461C;
}
</style>
border-color css
<style>
span { border-color: #3C461C; }
span { border-color: rgb(60,70,28); }
td.TdClassName
{
border-color: #3C461C;
}
.TagClassName
{
border-color: #3C461C;
}
</style>