Shades of Turtle Green #3C440C
Tints of Turtle Green #3C440C
RGB
CMYK
RGB Variations
Color information
#3C440C (or 0x3C440C) is known color: Turtle Green. HEX triplet: 3C, 44 and 0C. RGB value is (60,68,12). Sum of RGB (Red+Green+Blue) = 60+68+12=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #3C440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C440C is #C3BBF3. Grayscale: #3B3B3B. Windows color (decimal): -12827636 or 803900. OLE color: 803900.
HSL color Cylindrical-coordinate representation of color #3C440C: hue angle of 68.57º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C440C is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 68 | 12 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.73 |
| HSL | 68.57º | 0.7% | 0.16% | - |
| HSV(B) | 68.57º | 0.82% | 0.27% | - |
| XYZ | 4 | 5.12 | 1.13 | - |
| YUV | 59.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 12 | 0.12 | 0 | 0.82 | 0.73 | 68.57 | 0.7 | 0.16 |
| Hex | 3C | 44 | C | C | 0 | 52 | 49 | 45 | 46 | 10 |
| Octal | 74 | 104 | 14 | 14 | 0 | 122 | 111 | 105 | 106 | 20 |
| Binary | 111100 | 1000100 | 1100 | 1100 | 0 | 1010010 | 1001001 | 1000101 | 1000110 | 10000 |
Color Harmonies of #3C440C
Complementary color
Monochromatic Colors of #3C440C
Black with #3C440C
Text Example
Text Example
White with #3C440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C440C; }
p { color: rgb(60,68,12); }
H1.HeaderClassName
{
color: #3C440C;
}
.AnyTagClassName
{
color: #3C440C;
}
</style>
background-color css
<style>
a { background-color: #3C440C; }
a { background-color: rgb(60,68,12); }
div.DivClassName
{
background-color: #3C440C;
}
.BgClassName
{
background-color: #3C440C;
}
</style>
border-color css
<style>
span { border-color: #3C440C; }
span { border-color: rgb(60,68,12); }
td.TdClassName
{
border-color: #3C440C;
}
.TagClassName
{
border-color: #3C440C;
}
</style>