Shades of Turtle Green #3C411B
Tints of Turtle Green #3C411B
RGB
CMYK
RGB Variations
Color information
#3C411B (or 0x3C411B) is known color: Turtle Green. HEX triplet: 3C, 41 and 1B. RGB value is (60,65,27). Sum of RGB (Red+Green+Blue) = 60+65+27=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #3C411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C411B is #C3BEE4. Grayscale: #3B3B3B. Windows color (decimal): -12828389 or 1786172. OLE color: 1786172.
HSL color Cylindrical-coordinate representation of color #3C411B: hue angle of 67.89º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C411B is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 65 | 27 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.75 |
| HSL | 67.89º | 0.41% | 0.18% | - |
| HSV(B) | 67.89º | 0.58% | 0.25% | - |
| XYZ | 3.95 | 4.82 | 1.76 | - |
| YUV | 59.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 27 | 0.08 | 0 | 0.58 | 0.75 | 67.89 | 0.41 | 0.18 |
| Hex | 3C | 41 | 1B | 8 | 0 | 3A | 4B | 44 | 29 | 12 |
| Octal | 74 | 101 | 33 | 10 | 0 | 72 | 113 | 104 | 51 | 22 |
| Binary | 111100 | 1000001 | 11011 | 1000 | 0 | 111010 | 1001011 | 1000100 | 101001 | 10010 |
Color Harmonies of #3C411B
Complementary color
Monochromatic Colors of #3C411B
Black with #3C411B
Text Example
Text Example
White with #3C411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C411B; }
p { color: rgb(60,65,27); }
H1.HeaderClassName
{
color: #3C411B;
}
.AnyTagClassName
{
color: #3C411B;
}
</style>
background-color css
<style>
a { background-color: #3C411B; }
a { background-color: rgb(60,65,27); }
div.DivClassName
{
background-color: #3C411B;
}
.BgClassName
{
background-color: #3C411B;
}
</style>
border-color css
<style>
span { border-color: #3C411B; }
span { border-color: rgb(60,65,27); }
td.TdClassName
{
border-color: #3C411B;
}
.TagClassName
{
border-color: #3C411B;
}
</style>