Shades of Turtle Green #3C4709
Tints of Turtle Green #3C4709
RGB
CMYK
RGB Variations
Color information
#3C4709 (or 0x3C4709) is known color: Turtle Green. HEX triplet: 3C, 47 and 09. RGB value is (60,71,9). Sum of RGB (Red+Green+Blue) = 60+71+9=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4709 is #C3B8F6. Grayscale: #3C3C3C. Windows color (decimal): -12826871 or 608060. OLE color: 608060.
HSL color Cylindrical-coordinate representation of color #3C4709: hue angle of 70.65º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C4709 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 9 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.72 |
| HSL | 70.65º | 0.78% | 0.16% | - |
| HSV(B) | 70.65º | 0.87% | 0.28% | - |
| XYZ | 4.17 | 5.49 | 1.1 | - |
| YUV | 60.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 9 | 0.15 | 0 | 0.87 | 0.72 | 70.65 | 0.78 | 0.16 |
| Hex | 3C | 47 | 9 | F | 0 | 57 | 48 | 47 | 4E | 10 |
| Octal | 74 | 107 | 11 | 17 | 0 | 127 | 110 | 107 | 116 | 20 |
| Binary | 111100 | 1000111 | 1001 | 1111 | 0 | 1010111 | 1001000 | 1000111 | 1001110 | 10000 |
Color Harmonies of #3C4709
Complementary color
Monochromatic Colors of #3C4709
Black with #3C4709
Text Example
Text Example
White with #3C4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4709; }
p { color: rgb(60,71,9); }
H1.HeaderClassName
{
color: #3C4709;
}
.AnyTagClassName
{
color: #3C4709;
}
</style>
background-color css
<style>
a { background-color: #3C4709; }
a { background-color: rgb(60,71,9); }
div.DivClassName
{
background-color: #3C4709;
}
.BgClassName
{
background-color: #3C4709;
}
</style>
border-color css
<style>
span { border-color: #3C4709; }
span { border-color: rgb(60,71,9); }
td.TdClassName
{
border-color: #3C4709;
}
.TagClassName
{
border-color: #3C4709;
}
</style>