Shades of Turtle Green #3C401D
Tints of Turtle Green #3C401D
RGB
CMYK
RGB Variations
Color information
#3C401D (or 0x3C401D) is known color: Turtle Green. HEX triplet: 3C, 40 and 1D. RGB value is (60,64,29). Sum of RGB (Red+Green+Blue) = 60+64+29=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #3C401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C401D is #C3BFE2. Grayscale: #3A3A3A. Windows color (decimal): -12828643 or 1916988. OLE color: 1916988.
HSL color Cylindrical-coordinate representation of color #3C401D: hue angle of 66.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C401D is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 29 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.75 |
| HSL | 66.86º | 0.38% | 0.18% | - |
| HSV(B) | 66.86º | 0.55% | 0.25% | - |
| XYZ | 3.92 | 4.72 | 1.87 | - |
| YUV | 58.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 29 | 0.06 | 0 | 0.55 | 0.75 | 66.86 | 0.38 | 0.18 |
| Hex | 3C | 40 | 1D | 6 | 0 | 37 | 4B | 43 | 26 | 12 |
| Octal | 74 | 100 | 35 | 6 | 0 | 67 | 113 | 103 | 46 | 22 |
| Binary | 111100 | 1000000 | 11101 | 110 | 0 | 110111 | 1001011 | 1000011 | 100110 | 10010 |
Color Harmonies of #3C401D
Complementary color
Monochromatic Colors of #3C401D
Black with #3C401D
Text Example
Text Example
White with #3C401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C401D; }
p { color: rgb(60,64,29); }
H1.HeaderClassName
{
color: #3C401D;
}
.AnyTagClassName
{
color: #3C401D;
}
</style>
background-color css
<style>
a { background-color: #3C401D; }
a { background-color: rgb(60,64,29); }
div.DivClassName
{
background-color: #3C401D;
}
.BgClassName
{
background-color: #3C401D;
}
</style>
border-color css
<style>
span { border-color: #3C401D; }
span { border-color: rgb(60,64,29); }
td.TdClassName
{
border-color: #3C401D;
}
.TagClassName
{
border-color: #3C401D;
}
</style>