Shades of Turtle Green #3C4006
Tints of Turtle Green #3C4006
RGB
CMYK
RGB Variations
Color information
#3C4006 (or 0x3C4006) is known color: Turtle Green. HEX triplet: 3C, 40 and 06. RGB value is (60,64,6). Sum of RGB (Red+Green+Blue) = 60+64+6=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4006 is #C3BFF9. Grayscale: #383838. Windows color (decimal): -12828666 or 409660. OLE color: 409660.
HSL color Cylindrical-coordinate representation of color #3C4006: hue angle of 64.14º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C4006 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 6 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.75 |
| HSL | 64.14º | 0.83% | 0.14% | - |
| HSV(B) | 64.14º | 0.91% | 0.25% | - |
| XYZ | 3.73 | 4.64 | 0.87 | - |
| YUV | 56.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 6 | 0.06 | 0 | 0.91 | 0.75 | 64.14 | 0.83 | 0.14 |
| Hex | 3C | 40 | 6 | 6 | 0 | 5B | 4B | 40 | 53 | E |
| Octal | 74 | 100 | 6 | 6 | 0 | 133 | 113 | 100 | 123 | 16 |
| Binary | 111100 | 1000000 | 110 | 110 | 0 | 1011011 | 1001011 | 1000000 | 1010011 | 1110 |
Color Harmonies of #3C4006
Complementary color
Monochromatic Colors of #3C4006
Black with #3C4006
Text Example
Text Example
White with #3C4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4006; }
p { color: rgb(60,64,6); }
H1.HeaderClassName
{
color: #3C4006;
}
.AnyTagClassName
{
color: #3C4006;
}
</style>
background-color css
<style>
a { background-color: #3C4006; }
a { background-color: rgb(60,64,6); }
div.DivClassName
{
background-color: #3C4006;
}
.BgClassName
{
background-color: #3C4006;
}
</style>
border-color css
<style>
span { border-color: #3C4006; }
span { border-color: rgb(60,64,6); }
td.TdClassName
{
border-color: #3C4006;
}
.TagClassName
{
border-color: #3C4006;
}
</style>