Shades of Turtle Green #3C4005
Tints of Turtle Green #3C4005
RGB
CMYK
RGB Variations
Color information
#3C4005 (or 0x3C4005) is known color: Turtle Green. HEX triplet: 3C, 40 and 05. RGB value is (60,64,5). Sum of RGB (Red+Green+Blue) = 60+64+5=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4005 is #C3BFFA. Grayscale: #383838. Windows color (decimal): -12828667 or 344124. OLE color: 344124.
HSL color Cylindrical-coordinate representation of color #3C4005: hue angle of 64.07º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C4005 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 5 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.75 |
| HSL | 64.07º | 0.86% | 0.14% | - |
| HSV(B) | 64.07º | 0.92% | 0.25% | - |
| XYZ | 3.72 | 4.64 | 0.84 | - |
| YUV | 56.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 5 | 0.06 | 0 | 0.92 | 0.75 | 64.07 | 0.86 | 0.14 |
| Hex | 3C | 40 | 5 | 6 | 0 | 5C | 4B | 40 | 56 | E |
| Octal | 74 | 100 | 5 | 6 | 0 | 134 | 113 | 100 | 126 | 16 |
| Binary | 111100 | 1000000 | 101 | 110 | 0 | 1011100 | 1001011 | 1000000 | 1010110 | 1110 |
Color Harmonies of #3C4005
Complementary color
Monochromatic Colors of #3C4005
Black with #3C4005
Text Example
Text Example
White with #3C4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4005; }
p { color: rgb(60,64,5); }
H1.HeaderClassName
{
color: #3C4005;
}
.AnyTagClassName
{
color: #3C4005;
}
</style>
background-color css
<style>
a { background-color: #3C4005; }
a { background-color: rgb(60,64,5); }
div.DivClassName
{
background-color: #3C4005;
}
.BgClassName
{
background-color: #3C4005;
}
</style>
border-color css
<style>
span { border-color: #3C4005; }
span { border-color: rgb(60,64,5); }
td.TdClassName
{
border-color: #3C4005;
}
.TagClassName
{
border-color: #3C4005;
}
</style>