Shades of Turtle Green #3C3F01
Tints of Turtle Green #3C3F01
RGB
CMYK
RGB Variations
Color information
#3C3F01 (or 0x3C3F01) is known color: Turtle Green. HEX triplet: 3C, 3F and 01. RGB value is (60,63,1). Sum of RGB (Red+Green+Blue) = 60+63+1=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3F01 is #C3C0FE. Grayscale: #373737. Windows color (decimal): -12828927 or 81724. OLE color: 81724.
HSL color Cylindrical-coordinate representation of color #3C3F01: hue angle of 62.9º 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 #3C3F01 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 63 | 1 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.75 |
| HSL | 62.9º | 0.97% | 0.13% | - |
| HSV(B) | 62.9º | 0.98% | 0.25% | - |
| XYZ | 3.65 | 4.52 | 0.71 | - |
| YUV | 55.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 1 | 0.05 | 0 | 0.98 | 0.75 | 62.9 | 0.97 | 0.13 |
| Hex | 3C | 3F | 1 | 5 | 0 | 62 | 4B | 3F | 61 | D |
| Octal | 74 | 77 | 1 | 5 | 0 | 142 | 113 | 77 | 141 | 15 |
| Binary | 111100 | 111111 | 1 | 101 | 0 | 1100010 | 1001011 | 111111 | 1100001 | 1101 |
Color Harmonies of #3C3F01
Complementary color
Monochromatic Colors of #3C3F01
Black with #3C3F01
Text Example
Text Example
White with #3C3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F01; }
p { color: rgb(60,63,1); }
H1.HeaderClassName
{
color: #3C3F01;
}
.AnyTagClassName
{
color: #3C3F01;
}
</style>
background-color css
<style>
a { background-color: #3C3F01; }
a { background-color: rgb(60,63,1); }
div.DivClassName
{
background-color: #3C3F01;
}
.BgClassName
{
background-color: #3C3F01;
}
</style>
border-color css
<style>
span { border-color: #3C3F01; }
span { border-color: rgb(60,63,1); }
td.TdClassName
{
border-color: #3C3F01;
}
.TagClassName
{
border-color: #3C3F01;
}
</style>