Shades of Turtle Green #3C4C19
Tints of Turtle Green #3C4C19
RGB
CMYK
RGB Variations
Color information
#3C4C19 (or 0x3C4C19) is known color: Turtle Green. HEX triplet: 3C, 4C and 19. RGB value is (60,76,25). Sum of RGB (Red+Green+Blue) = 60+76+25=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4C19 is #C3B3E6. Grayscale: #414141. Windows color (decimal): -12825575 or 1657916. OLE color: 1657916.
HSL color Cylindrical-coordinate representation of color #3C4C19: hue angle of 78.82º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C4C19 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 76 | 25 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.70 |
| HSL | 78.82º | 0.5% | 0.2% | - |
| HSV(B) | 78.82º | 0.67% | 0.3% | - |
| XYZ | 4.62 | 6.2 | 1.87 | - |
| YUV | 65.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 76 | 25 | 0.21 | 0 | 0.67 | 0.70 | 78.82 | 0.5 | 0.2 |
| Hex | 3C | 4C | 19 | 15 | 0 | 43 | 46 | 4F | 32 | 14 |
| Octal | 74 | 114 | 31 | 25 | 0 | 103 | 106 | 117 | 62 | 24 |
| Binary | 111100 | 1001100 | 11001 | 10101 | 0 | 1000011 | 1000110 | 1001111 | 110010 | 10100 |
Color Harmonies of #3C4C19
Complementary color
Monochromatic Colors of #3C4C19
Black with #3C4C19
Text Example
Text Example
White with #3C4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4C19; }
p { color: rgb(60,76,25); }
H1.HeaderClassName
{
color: #3C4C19;
}
.AnyTagClassName
{
color: #3C4C19;
}
</style>
background-color css
<style>
a { background-color: #3C4C19; }
a { background-color: rgb(60,76,25); }
div.DivClassName
{
background-color: #3C4C19;
}
.BgClassName
{
background-color: #3C4C19;
}
</style>
border-color css
<style>
span { border-color: #3C4C19; }
span { border-color: rgb(60,76,25); }
td.TdClassName
{
border-color: #3C4C19;
}
.TagClassName
{
border-color: #3C4C19;
}
</style>