Shades of Turtle Green #3C3901
Tints of Turtle Green #3C3901
RGB
CMYK
RGB Variations
Color information
#3C3901 (or 0x3C3901) is known color: Turtle Green. HEX triplet: 3C, 39 and 01. RGB value is (60,57,1). Sum of RGB (Red+Green+Blue) = 60+57+1=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3901 is #C3C6FE. Grayscale: #333333. Windows color (decimal): -12830463 or 80188. OLE color: 80188.
HSL color Cylindrical-coordinate representation of color #3C3901: hue angle of 56.95º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C3901 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 57 | 1 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.76 |
| HSL | 56.95º | 0.97% | 0.12% | - |
| HSV(B) | 56.95º | 0.98% | 0.24% | - |
| XYZ | 3.33 | 3.89 | 0.6 | - |
| YUV | 51.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 1 | 0 | 0.05 | 0.98 | 0.76 | 56.95 | 0.97 | 0.12 |
| Hex | 3C | 39 | 1 | 0 | 5 | 62 | 4C | 39 | 61 | C |
| Octal | 74 | 71 | 1 | 0 | 5 | 142 | 114 | 71 | 141 | 14 |
| Binary | 111100 | 111001 | 1 | 0 | 101 | 1100010 | 1001100 | 111001 | 1100001 | 1100 |
Color Harmonies of #3C3901
Complementary color
Monochromatic Colors of #3C3901
Black with #3C3901
Text Example
Text Example
White with #3C3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3901; }
p { color: rgb(60,57,1); }
H1.HeaderClassName
{
color: #3C3901;
}
.AnyTagClassName
{
color: #3C3901;
}
</style>
background-color css
<style>
a { background-color: #3C3901; }
a { background-color: rgb(60,57,1); }
div.DivClassName
{
background-color: #3C3901;
}
.BgClassName
{
background-color: #3C3901;
}
</style>
border-color css
<style>
span { border-color: #3C3901; }
span { border-color: rgb(60,57,1); }
td.TdClassName
{
border-color: #3C3901;
}
.TagClassName
{
border-color: #3C3901;
}
</style>