Shades of Turtle Green #3C4116
Tints of Turtle Green #3C4116
RGB
CMYK
RGB Variations
Color information
#3C4116 (or 0x3C4116) is known color: Turtle Green. HEX triplet: 3C, 41 and 16. RGB value is (60,65,22). Sum of RGB (Red+Green+Blue) = 60+65+22=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4116 is #C3BEE9. Grayscale: #3A3A3A. Windows color (decimal): -12828394 or 1458492. OLE color: 1458492.
HSL color Cylindrical-coordinate representation of color #3C4116: hue angle of 66.98º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C4116 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 65 | 22 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.75 |
| HSL | 66.98º | 0.49% | 0.17% | - |
| HSV(B) | 66.98º | 0.66% | 0.25% | - |
| XYZ | 3.9 | 4.8 | 1.48 | - |
| YUV | 58.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 22 | 0.08 | 0 | 0.66 | 0.75 | 66.98 | 0.49 | 0.17 |
| Hex | 3C | 41 | 16 | 8 | 0 | 42 | 4B | 43 | 31 | 11 |
| Octal | 74 | 101 | 26 | 10 | 0 | 102 | 113 | 103 | 61 | 21 |
| Binary | 111100 | 1000001 | 10110 | 1000 | 0 | 1000010 | 1001011 | 1000011 | 110001 | 10001 |
Color Harmonies of #3C4116
Complementary color
Monochromatic Colors of #3C4116
Black with #3C4116
Text Example
Text Example
White with #3C4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4116; }
p { color: rgb(60,65,22); }
H1.HeaderClassName
{
color: #3C4116;
}
.AnyTagClassName
{
color: #3C4116;
}
</style>
background-color css
<style>
a { background-color: #3C4116; }
a { background-color: rgb(60,65,22); }
div.DivClassName
{
background-color: #3C4116;
}
.BgClassName
{
background-color: #3C4116;
}
</style>
border-color css
<style>
span { border-color: #3C4116; }
span { border-color: rgb(60,65,22); }
td.TdClassName
{
border-color: #3C4116;
}
.TagClassName
{
border-color: #3C4116;
}
</style>