Shades of Turtle Green #3C4818
Tints of Turtle Green #3C4818
RGB
CMYK
RGB Variations
Color information
#3C4818 (or 0x3C4818) is known color: Turtle Green. HEX triplet: 3C, 48 and 18. RGB value is (60,72,24). Sum of RGB (Red+Green+Blue) = 60+72+24=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4818 is #C3B7E7. Grayscale: #3F3F3F. Windows color (decimal): -12826600 or 1591356. OLE color: 1591356.
HSL color Cylindrical-coordinate representation of color #3C4818: hue angle of 75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C4818 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 24 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.72 |
| HSL | 75º | 0.5% | 0.19% | - |
| HSV(B) | 75º | 0.67% | 0.28% | - |
| XYZ | 4.35 | 5.66 | 1.73 | - |
| YUV | 62.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 24 | 0.17 | 0 | 0.67 | 0.72 | 75 | 0.5 | 0.19 |
| Hex | 3C | 48 | 18 | 11 | 0 | 43 | 48 | 4B | 32 | 13 |
| Octal | 74 | 110 | 30 | 21 | 0 | 103 | 110 | 113 | 62 | 23 |
| Binary | 111100 | 1001000 | 11000 | 10001 | 0 | 1000011 | 1001000 | 1001011 | 110010 | 10011 |
Color Harmonies of #3C4818
Complementary color
Monochromatic Colors of #3C4818
Black with #3C4818
Text Example
Text Example
White with #3C4818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4818; }
p { color: rgb(60,72,24); }
H1.HeaderClassName
{
color: #3C4818;
}
.AnyTagClassName
{
color: #3C4818;
}
</style>
background-color css
<style>
a { background-color: #3C4818; }
a { background-color: rgb(60,72,24); }
div.DivClassName
{
background-color: #3C4818;
}
.BgClassName
{
background-color: #3C4818;
}
</style>
border-color css
<style>
span { border-color: #3C4818; }
span { border-color: rgb(60,72,24); }
td.TdClassName
{
border-color: #3C4818;
}
.TagClassName
{
border-color: #3C4818;
}
</style>