Shades of Turtle Green #3C410D
Tints of Turtle Green #3C410D
RGB
CMYK
RGB Variations
Color information
#3C410D (or 0x3C410D) is known color: Turtle Green. HEX triplet: 3C, 41 and 0D. RGB value is (60,65,13). Sum of RGB (Red+Green+Blue) = 60+65+13=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #3C410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C410D is #C3BEF2. Grayscale: #393939. Windows color (decimal): -12828403 or 868668. OLE color: 868668.
HSL color Cylindrical-coordinate representation of color #3C410D: hue angle of 65.77º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C410D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 65 | 13 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.75 |
| HSL | 65.77º | 0.67% | 0.15% | - |
| HSV(B) | 65.77º | 0.8% | 0.25% | - |
| XYZ | 3.83 | 4.77 | 1.1 | - |
| YUV | 57.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 13 | 0.08 | 0 | 0.80 | 0.75 | 65.77 | 0.67 | 0.15 |
| Hex | 3C | 41 | D | 8 | 0 | 50 | 4B | 42 | 43 | F |
| Octal | 74 | 101 | 15 | 10 | 0 | 120 | 113 | 102 | 103 | 17 |
| Binary | 111100 | 1000001 | 1101 | 1000 | 0 | 1010000 | 1001011 | 1000010 | 1000011 | 1111 |
Color Harmonies of #3C410D
Complementary color
Monochromatic Colors of #3C410D
Black with #3C410D
Text Example
Text Example
White with #3C410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C410D; }
p { color: rgb(60,65,13); }
H1.HeaderClassName
{
color: #3C410D;
}
.AnyTagClassName
{
color: #3C410D;
}
</style>
background-color css
<style>
a { background-color: #3C410D; }
a { background-color: rgb(60,65,13); }
div.DivClassName
{
background-color: #3C410D;
}
.BgClassName
{
background-color: #3C410D;
}
</style>
border-color css
<style>
span { border-color: #3C410D; }
span { border-color: rgb(60,65,13); }
td.TdClassName
{
border-color: #3C410D;
}
.TagClassName
{
border-color: #3C410D;
}
</style>