Shades of Turtle Green #3C410A
Tints of Turtle Green #3C410A
RGB
CMYK
RGB Variations
Color information
#3C410A (or 0x3C410A) is known color: Turtle Green. HEX triplet: 3C, 41 and 0A. RGB value is (60,65,10). Sum of RGB (Red+Green+Blue) = 60+65+10=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #3C410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C410A is #C3BEF5. Grayscale: #393939. Windows color (decimal): -12828406 or 672060. OLE color: 672060.
HSL color Cylindrical-coordinate representation of color #3C410A: hue angle of 65.45º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C410A is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 65 | 10 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.75 |
| HSL | 65.45º | 0.73% | 0.15% | - |
| HSV(B) | 65.45º | 0.85% | 0.25% | - |
| XYZ | 3.81 | 4.76 | 1.01 | - |
| YUV | 57.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 10 | 0.08 | 0 | 0.85 | 0.75 | 65.45 | 0.73 | 0.15 |
| Hex | 3C | 41 | A | 8 | 0 | 55 | 4B | 41 | 49 | F |
| Octal | 74 | 101 | 12 | 10 | 0 | 125 | 113 | 101 | 111 | 17 |
| Binary | 111100 | 1000001 | 1010 | 1000 | 0 | 1010101 | 1001011 | 1000001 | 1001001 | 1111 |
Color Harmonies of #3C410A
Complementary color
Monochromatic Colors of #3C410A
Black with #3C410A
Text Example
Text Example
White with #3C410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C410A; }
p { color: rgb(60,65,10); }
H1.HeaderClassName
{
color: #3C410A;
}
.AnyTagClassName
{
color: #3C410A;
}
</style>
background-color css
<style>
a { background-color: #3C410A; }
a { background-color: rgb(60,65,10); }
div.DivClassName
{
background-color: #3C410A;
}
.BgClassName
{
background-color: #3C410A;
}
</style>
border-color css
<style>
span { border-color: #3C410A; }
span { border-color: rgb(60,65,10); }
td.TdClassName
{
border-color: #3C410A;
}
.TagClassName
{
border-color: #3C410A;
}
</style>