Shades of Turtle Green #3C4716
Tints of Turtle Green #3C4716
RGB
CMYK
RGB Variations
Color information
#3C4716 (or 0x3C4716) is known color: Turtle Green. HEX triplet: 3C, 47 and 16. RGB value is (60,71,22). Sum of RGB (Red+Green+Blue) = 60+71+22=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4716 is #C3B8E9. Grayscale: #3E3E3E. Windows color (decimal): -12826858 or 1460028. OLE color: 1460028.
HSL color Cylindrical-coordinate representation of color #3C4716: hue angle of 73.47º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C4716 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 22 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.72 |
| HSL | 73.47º | 0.53% | 0.18% | - |
| HSV(B) | 73.47º | 0.69% | 0.28% | - |
| XYZ | 4.26 | 5.53 | 1.6 | - |
| YUV | 62.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 22 | 0.15 | 0 | 0.69 | 0.72 | 73.47 | 0.53 | 0.18 |
| Hex | 3C | 47 | 16 | F | 0 | 45 | 48 | 49 | 35 | 12 |
| Octal | 74 | 107 | 26 | 17 | 0 | 105 | 110 | 111 | 65 | 22 |
| Binary | 111100 | 1000111 | 10110 | 1111 | 0 | 1000101 | 1001000 | 1001001 | 110101 | 10010 |
Color Harmonies of #3C4716
Complementary color
Monochromatic Colors of #3C4716
Black with #3C4716
Text Example
Text Example
White with #3C4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4716; }
p { color: rgb(60,71,22); }
H1.HeaderClassName
{
color: #3C4716;
}
.AnyTagClassName
{
color: #3C4716;
}
</style>
background-color css
<style>
a { background-color: #3C4716; }
a { background-color: rgb(60,71,22); }
div.DivClassName
{
background-color: #3C4716;
}
.BgClassName
{
background-color: #3C4716;
}
</style>
border-color css
<style>
span { border-color: #3C4716; }
span { border-color: rgb(60,71,22); }
td.TdClassName
{
border-color: #3C4716;
}
.TagClassName
{
border-color: #3C4716;
}
</style>