Shades of Turtle Green #3C4914
Tints of Turtle Green #3C4914
RGB
CMYK
RGB Variations
Color information
#3C4914 (or 0x3C4914) is known color: Turtle Green. HEX triplet: 3C, 49 and 14. RGB value is (60,73,20). Sum of RGB (Red+Green+Blue) = 60+73+20=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4914 is #C3B6EB. Grayscale: #3F3F3F. Windows color (decimal): -12826348 or 1329468. OLE color: 1329468.
HSL color Cylindrical-coordinate representation of color #3C4914: hue angle of 74.72º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C4914 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 20 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.71 |
| HSL | 74.72º | 0.57% | 0.18% | - |
| HSV(B) | 74.72º | 0.73% | 0.29% | - |
| XYZ | 4.37 | 5.78 | 1.55 | - |
| YUV | 63.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 20 | 0.18 | 0 | 0.73 | 0.71 | 74.72 | 0.57 | 0.18 |
| Hex | 3C | 49 | 14 | 12 | 0 | 49 | 47 | 4B | 39 | 12 |
| Octal | 74 | 111 | 24 | 22 | 0 | 111 | 107 | 113 | 71 | 22 |
| Binary | 111100 | 1001001 | 10100 | 10010 | 0 | 1001001 | 1000111 | 1001011 | 111001 | 10010 |
Color Harmonies of #3C4914
Complementary color
Monochromatic Colors of #3C4914
Black with #3C4914
Text Example
Text Example
White with #3C4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4914; }
p { color: rgb(60,73,20); }
H1.HeaderClassName
{
color: #3C4914;
}
.AnyTagClassName
{
color: #3C4914;
}
</style>
background-color css
<style>
a { background-color: #3C4914; }
a { background-color: rgb(60,73,20); }
div.DivClassName
{
background-color: #3C4914;
}
.BgClassName
{
background-color: #3C4914;
}
</style>
border-color css
<style>
span { border-color: #3C4914; }
span { border-color: rgb(60,73,20); }
td.TdClassName
{
border-color: #3C4914;
}
.TagClassName
{
border-color: #3C4914;
}
</style>