Shades of Turtle Green #3C441E
Tints of Turtle Green #3C441E
RGB
CMYK
RGB Variations
Color information
#3C441E (or 0x3C441E) is known color: Turtle Green. HEX triplet: 3C, 44 and 1E. RGB value is (60,68,30). Sum of RGB (Red+Green+Blue) = 60+68+30=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #3C441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C441E is #C3BBE1. Grayscale: #3D3D3D. Windows color (decimal): -12827618 or 1983548. OLE color: 1983548.
HSL color Cylindrical-coordinate representation of color #3C441E: hue angle of 72.63º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C441E is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 68 | 30 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.73 |
| HSL | 72.63º | 0.39% | 0.19% | - |
| HSV(B) | 72.63º | 0.56% | 0.27% | - |
| XYZ | 4.16 | 5.19 | 2.01 | - |
| YUV | 61.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 30 | 0.12 | 0 | 0.56 | 0.73 | 72.63 | 0.39 | 0.19 |
| Hex | 3C | 44 | 1E | C | 0 | 38 | 49 | 49 | 27 | 13 |
| Octal | 74 | 104 | 36 | 14 | 0 | 70 | 111 | 111 | 47 | 23 |
| Binary | 111100 | 1000100 | 11110 | 1100 | 0 | 111000 | 1001001 | 1001001 | 100111 | 10011 |
Color Harmonies of #3C441E
Complementary color
Monochromatic Colors of #3C441E
Black with #3C441E
Text Example
Text Example
White with #3C441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C441E; }
p { color: rgb(60,68,30); }
H1.HeaderClassName
{
color: #3C441E;
}
.AnyTagClassName
{
color: #3C441E;
}
</style>
background-color css
<style>
a { background-color: #3C441E; }
a { background-color: rgb(60,68,30); }
div.DivClassName
{
background-color: #3C441E;
}
.BgClassName
{
background-color: #3C441E;
}
</style>
border-color css
<style>
span { border-color: #3C441E; }
span { border-color: rgb(60,68,30); }
td.TdClassName
{
border-color: #3C441E;
}
.TagClassName
{
border-color: #3C441E;
}
</style>