Shades of Turtle Green #3C410B
Tints of Turtle Green #3C410B
RGB
CMYK
RGB Variations
Color information
#3C410B (or 0x3C410B) is known color: Turtle Green. HEX triplet: 3C, 41 and 0B. RGB value is (60,65,11). Sum of RGB (Red+Green+Blue) = 60+65+11=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #3C410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C410B is #C3BEF4. Grayscale: #393939. Windows color (decimal): -12828405 or 737596. OLE color: 737596.
HSL color Cylindrical-coordinate representation of color #3C410B: hue angle of 65.56º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C410B is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 65 | 11 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.75 |
| HSL | 65.56º | 0.71% | 0.15% | - |
| HSV(B) | 65.56º | 0.83% | 0.25% | - |
| XYZ | 3.81 | 4.77 | 1.04 | - |
| YUV | 57.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 11 | 0.08 | 0 | 0.83 | 0.75 | 65.56 | 0.71 | 0.15 |
| Hex | 3C | 41 | B | 8 | 0 | 53 | 4B | 42 | 47 | F |
| Octal | 74 | 101 | 13 | 10 | 0 | 123 | 113 | 102 | 107 | 17 |
| Binary | 111100 | 1000001 | 1011 | 1000 | 0 | 1010011 | 1001011 | 1000010 | 1000111 | 1111 |
Color Harmonies of #3C410B
Complementary color
Monochromatic Colors of #3C410B
Black with #3C410B
Text Example
Text Example
White with #3C410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C410B; }
p { color: rgb(60,65,11); }
H1.HeaderClassName
{
color: #3C410B;
}
.AnyTagClassName
{
color: #3C410B;
}
</style>
background-color css
<style>
a { background-color: #3C410B; }
a { background-color: rgb(60,65,11); }
div.DivClassName
{
background-color: #3C410B;
}
.BgClassName
{
background-color: #3C410B;
}
</style>
border-color css
<style>
span { border-color: #3C410B; }
span { border-color: rgb(60,65,11); }
td.TdClassName
{
border-color: #3C410B;
}
.TagClassName
{
border-color: #3C410B;
}
</style>