Shades of Turtle Green #3C3F19
Tints of Turtle Green #3C3F19
RGB
CMYK
RGB Variations
Color information
#3C3F19 (or 0x3C3F19) is known color: Turtle Green. HEX triplet: 3C, 3F and 19. RGB value is (60,63,25). Sum of RGB (Red+Green+Blue) = 60+63+25=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3F19 is #C3C0E6. Grayscale: #393939. Windows color (decimal): -12828903 or 1654588. OLE color: 1654588.
HSL color Cylindrical-coordinate representation of color #3C3F19: hue angle of 64.74º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C3F19 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 63 | 25 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.75 |
| HSL | 64.74º | 0.43% | 0.17% | - |
| HSV(B) | 64.74º | 0.6% | 0.25% | - |
| XYZ | 3.82 | 4.59 | 1.6 | - |
| YUV | 57.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 25 | 0.05 | 0 | 0.60 | 0.75 | 64.74 | 0.43 | 0.17 |
| Hex | 3C | 3F | 19 | 5 | 0 | 3C | 4B | 41 | 2B | 11 |
| Octal | 74 | 77 | 31 | 5 | 0 | 74 | 113 | 101 | 53 | 21 |
| Binary | 111100 | 111111 | 11001 | 101 | 0 | 111100 | 1001011 | 1000001 | 101011 | 10001 |
Color Harmonies of #3C3F19
Complementary color
Monochromatic Colors of #3C3F19
Black with #3C3F19
Text Example
Text Example
White with #3C3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F19; }
p { color: rgb(60,63,25); }
H1.HeaderClassName
{
color: #3C3F19;
}
.AnyTagClassName
{
color: #3C3F19;
}
</style>
background-color css
<style>
a { background-color: #3C3F19; }
a { background-color: rgb(60,63,25); }
div.DivClassName
{
background-color: #3C3F19;
}
.BgClassName
{
background-color: #3C3F19;
}
</style>
border-color css
<style>
span { border-color: #3C3F19; }
span { border-color: rgb(60,63,25); }
td.TdClassName
{
border-color: #3C3F19;
}
.TagClassName
{
border-color: #3C3F19;
}
</style>