Shades of Turtle Green #3C4001
Tints of Turtle Green #3C4001
RGB
CMYK
RGB Variations
Color information
#3C4001 (or 0x3C4001) is known color: Turtle Green. HEX triplet: 3C, 40 and 01. RGB value is (60,64,1). Sum of RGB (Red+Green+Blue) = 60+64+1=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4001 is #C3BFFE. Grayscale: #373737. Windows color (decimal): -12828671 or 81980. OLE color: 81980.
HSL color Cylindrical-coordinate representation of color #3C4001: hue angle of 63.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C4001 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 1 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.75 |
| HSL | 63.81º | 0.97% | 0.13% | - |
| HSV(B) | 63.81º | 0.98% | 0.25% | - |
| XYZ | 3.7 | 4.63 | 0.73 | - |
| YUV | 55.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 1 | 0.06 | 0 | 0.98 | 0.75 | 63.81 | 0.97 | 0.13 |
| Hex | 3C | 40 | 1 | 6 | 0 | 62 | 4B | 40 | 61 | D |
| Octal | 74 | 100 | 1 | 6 | 0 | 142 | 113 | 100 | 141 | 15 |
| Binary | 111100 | 1000000 | 1 | 110 | 0 | 1100010 | 1001011 | 1000000 | 1100001 | 1101 |
Color Harmonies of #3C4001
Complementary color
Monochromatic Colors of #3C4001
Black with #3C4001
Text Example
Text Example
White with #3C4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4001; }
p { color: rgb(60,64,1); }
H1.HeaderClassName
{
color: #3C4001;
}
.AnyTagClassName
{
color: #3C4001;
}
</style>
background-color css
<style>
a { background-color: #3C4001; }
a { background-color: rgb(60,64,1); }
div.DivClassName
{
background-color: #3C4001;
}
.BgClassName
{
background-color: #3C4001;
}
</style>
border-color css
<style>
span { border-color: #3C4001; }
span { border-color: rgb(60,64,1); }
td.TdClassName
{
border-color: #3C4001;
}
.TagClassName
{
border-color: #3C4001;
}
</style>