Shades of Turtle Green #3C471E
Tints of Turtle Green #3C471E
RGB
CMYK
RGB Variations
Color information
#3C471E (or 0x3C471E) is known color: Turtle Green. HEX triplet: 3C, 47 and 1E. RGB value is (60,71,30). Sum of RGB (Red+Green+Blue) = 60+71+30=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #3C471E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C471E is #C3B8E1. Grayscale: #3F3F3F. Windows color (decimal): -12826850 or 1984316. OLE color: 1984316.
HSL color Cylindrical-coordinate representation of color #3C471E: hue angle of 76.1º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C471E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 30 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.72 |
| HSL | 76.1º | 0.41% | 0.2% | - |
| HSV(B) | 76.1º | 0.58% | 0.28% | - |
| XYZ | 4.35 | 5.56 | 2.07 | - |
| YUV | 63.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 30 | 0.15 | 0 | 0.58 | 0.72 | 76.1 | 0.41 | 0.2 |
| Hex | 3C | 47 | 1E | F | 0 | 3A | 48 | 4C | 29 | 14 |
| Octal | 74 | 107 | 36 | 17 | 0 | 72 | 110 | 114 | 51 | 24 |
| Binary | 111100 | 1000111 | 11110 | 1111 | 0 | 111010 | 1001000 | 1001100 | 101001 | 10100 |
Color Harmonies of #3C471E
Complementary color
Monochromatic Colors of #3C471E
Black with #3C471E
Text Example
Text Example
White with #3C471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C471E; }
p { color: rgb(60,71,30); }
H1.HeaderClassName
{
color: #3C471E;
}
.AnyTagClassName
{
color: #3C471E;
}
</style>
background-color css
<style>
a { background-color: #3C471E; }
a { background-color: rgb(60,71,30); }
div.DivClassName
{
background-color: #3C471E;
}
.BgClassName
{
background-color: #3C471E;
}
</style>
border-color css
<style>
span { border-color: #3C471E; }
span { border-color: rgb(60,71,30); }
td.TdClassName
{
border-color: #3C471E;
}
.TagClassName
{
border-color: #3C471E;
}
</style>