Shades of Turtle Green #3C4120
Tints of Turtle Green #3C4120
RGB
CMYK
RGB Variations
Color information
#3C4120 (or 0x3C4120) is known color: Turtle Green. HEX triplet: 3C, 41 and 20. RGB value is (60,65,32). Sum of RGB (Red+Green+Blue) = 60+65+32=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4120 is #C3BEDF. Grayscale: #3B3B3B. Windows color (decimal): -12828384 or 2113852. OLE color: 2113852.
HSL color Cylindrical-coordinate representation of color #3C4120: hue angle of 69.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C4120 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 65 | 32 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.75 |
| HSL | 69.09º | 0.34% | 0.19% | - |
| HSV(B) | 69.09º | 0.51% | 0.25% | - |
| XYZ | 4.01 | 4.85 | 2.09 | - |
| YUV | 59.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 32 | 0.08 | 0 | 0.51 | 0.75 | 69.09 | 0.34 | 0.19 |
| Hex | 3C | 41 | 20 | 8 | 0 | 33 | 4B | 45 | 22 | 13 |
| Octal | 74 | 101 | 40 | 10 | 0 | 63 | 113 | 105 | 42 | 23 |
| Binary | 111100 | 1000001 | 100000 | 1000 | 0 | 110011 | 1001011 | 1000101 | 100010 | 10011 |
Color Harmonies of #3C4120
Complementary color
Monochromatic Colors of #3C4120
Black with #3C4120
Text Example
Text Example
White with #3C4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4120; }
p { color: rgb(60,65,32); }
H1.HeaderClassName
{
color: #3C4120;
}
.AnyTagClassName
{
color: #3C4120;
}
</style>
background-color css
<style>
a { background-color: #3C4120; }
a { background-color: rgb(60,65,32); }
div.DivClassName
{
background-color: #3C4120;
}
.BgClassName
{
background-color: #3C4120;
}
</style>
border-color css
<style>
span { border-color: #3C4120; }
span { border-color: rgb(60,65,32); }
td.TdClassName
{
border-color: #3C4120;
}
.TagClassName
{
border-color: #3C4120;
}
</style>