Shades of Turtle Green #3C4714
Tints of Turtle Green #3C4714
RGB
CMYK
RGB Variations
Color information
#3C4714 (or 0x3C4714) is known color: Turtle Green. HEX triplet: 3C, 47 and 14. RGB value is (60,71,20). Sum of RGB (Red+Green+Blue) = 60+71+20=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4714 is #C3B8EB. Grayscale: #3E3E3E. Windows color (decimal): -12826860 or 1328956. OLE color: 1328956.
HSL color Cylindrical-coordinate representation of color #3C4714: hue angle of 72.94º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C4714 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 20 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.72 |
| HSL | 72.94º | 0.56% | 0.18% | - |
| HSV(B) | 72.94º | 0.72% | 0.28% | - |
| XYZ | 4.24 | 5.52 | 1.5 | - |
| YUV | 61.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 20 | 0.15 | 0 | 0.72 | 0.72 | 72.94 | 0.56 | 0.18 |
| Hex | 3C | 47 | 14 | F | 0 | 48 | 48 | 49 | 38 | 12 |
| Octal | 74 | 107 | 24 | 17 | 0 | 110 | 110 | 111 | 70 | 22 |
| Binary | 111100 | 1000111 | 10100 | 1111 | 0 | 1001000 | 1001000 | 1001001 | 111000 | 10010 |
Color Harmonies of #3C4714
Complementary color
Monochromatic Colors of #3C4714
Black with #3C4714
Text Example
Text Example
White with #3C4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4714; }
p { color: rgb(60,71,20); }
H1.HeaderClassName
{
color: #3C4714;
}
.AnyTagClassName
{
color: #3C4714;
}
</style>
background-color css
<style>
a { background-color: #3C4714; }
a { background-color: rgb(60,71,20); }
div.DivClassName
{
background-color: #3C4714;
}
.BgClassName
{
background-color: #3C4714;
}
</style>
border-color css
<style>
span { border-color: #3C4714; }
span { border-color: rgb(60,71,20); }
td.TdClassName
{
border-color: #3C4714;
}
.TagClassName
{
border-color: #3C4714;
}
</style>