Shades of Turtle Green #3C4009
Tints of Turtle Green #3C4009
RGB
CMYK
RGB Variations
Color information
#3C4009 (or 0x3C4009) is known color: Turtle Green. HEX triplet: 3C, 40 and 09. RGB value is (60,64,9). Sum of RGB (Red+Green+Blue) = 60+64+9=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4009 is #C3BFF6. Grayscale: #383838. Windows color (decimal): -12828663 or 606268. OLE color: 606268.
HSL color Cylindrical-coordinate representation of color #3C4009: hue angle of 64.36º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C4009 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 9 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.75 |
| HSL | 64.36º | 0.75% | 0.14% | - |
| HSV(B) | 64.36º | 0.86% | 0.25% | - |
| XYZ | 3.75 | 4.65 | 0.96 | - |
| YUV | 56.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 9 | 0.06 | 0 | 0.86 | 0.75 | 64.36 | 0.75 | 0.14 |
| Hex | 3C | 40 | 9 | 6 | 0 | 56 | 4B | 40 | 4B | E |
| Octal | 74 | 100 | 11 | 6 | 0 | 126 | 113 | 100 | 113 | 16 |
| Binary | 111100 | 1000000 | 1001 | 110 | 0 | 1010110 | 1001011 | 1000000 | 1001011 | 1110 |
Color Harmonies of #3C4009
Complementary color
Monochromatic Colors of #3C4009
Black with #3C4009
Text Example
Text Example
White with #3C4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4009; }
p { color: rgb(60,64,9); }
H1.HeaderClassName
{
color: #3C4009;
}
.AnyTagClassName
{
color: #3C4009;
}
</style>
background-color css
<style>
a { background-color: #3C4009; }
a { background-color: rgb(60,64,9); }
div.DivClassName
{
background-color: #3C4009;
}
.BgClassName
{
background-color: #3C4009;
}
</style>
border-color css
<style>
span { border-color: #3C4009; }
span { border-color: rgb(60,64,9); }
td.TdClassName
{
border-color: #3C4009;
}
.TagClassName
{
border-color: #3C4009;
}
</style>