Shades of Turtle Green #3C4209
Tints of Turtle Green #3C4209
RGB
CMYK
RGB Variations
Color information
#3C4209 (or 0x3C4209) is known color: Turtle Green. HEX triplet: 3C, 42 and 09. RGB value is (60,66,9). Sum of RGB (Red+Green+Blue) = 60+66+9=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4209 is #C3BDF6. Grayscale: #393939. Windows color (decimal): -12828151 or 606780. OLE color: 606780.
HSL color Cylindrical-coordinate representation of color #3C4209: hue angle of 66.32º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C4209 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 66 | 9 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.74 |
| HSL | 66.32º | 0.76% | 0.15% | - |
| HSV(B) | 66.32º | 0.86% | 0.26% | - |
| XYZ | 3.86 | 4.88 | 1 | - |
| YUV | 57.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 9 | 0.09 | 0 | 0.86 | 0.74 | 66.32 | 0.76 | 0.15 |
| Hex | 3C | 42 | 9 | 9 | 0 | 56 | 4A | 42 | 4C | F |
| Octal | 74 | 102 | 11 | 11 | 0 | 126 | 112 | 102 | 114 | 17 |
| Binary | 111100 | 1000010 | 1001 | 1001 | 0 | 1010110 | 1001010 | 1000010 | 1001100 | 1111 |
Color Harmonies of #3C4209
Complementary color
Monochromatic Colors of #3C4209
Black with #3C4209
Text Example
Text Example
White with #3C4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4209; }
p { color: rgb(60,66,9); }
H1.HeaderClassName
{
color: #3C4209;
}
.AnyTagClassName
{
color: #3C4209;
}
</style>
background-color css
<style>
a { background-color: #3C4209; }
a { background-color: rgb(60,66,9); }
div.DivClassName
{
background-color: #3C4209;
}
.BgClassName
{
background-color: #3C4209;
}
</style>
border-color css
<style>
span { border-color: #3C4209; }
span { border-color: rgb(60,66,9); }
td.TdClassName
{
border-color: #3C4209;
}
.TagClassName
{
border-color: #3C4209;
}
</style>