Shades of Turtle Green #3C441D
Tints of Turtle Green #3C441D
RGB
CMYK
RGB Variations
Color information
#3C441D (or 0x3C441D) is known color: Turtle Green. HEX triplet: 3C, 44 and 1D. RGB value is (60,68,29). Sum of RGB (Red+Green+Blue) = 60+68+29=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #3C441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C441D is #C3BBE2. Grayscale: #3D3D3D. Windows color (decimal): -12827619 or 1918012. OLE color: 1918012.
HSL color Cylindrical-coordinate representation of color #3C441D: hue angle of 72.31º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C441D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 68 | 29 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.73 |
| HSL | 72.31º | 0.4% | 0.19% | - |
| HSV(B) | 72.31º | 0.57% | 0.27% | - |
| XYZ | 4.15 | 5.18 | 1.94 | - |
| YUV | 61.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 29 | 0.12 | 0 | 0.57 | 0.73 | 72.31 | 0.4 | 0.19 |
| Hex | 3C | 44 | 1D | C | 0 | 39 | 49 | 48 | 28 | 13 |
| Octal | 74 | 104 | 35 | 14 | 0 | 71 | 111 | 110 | 50 | 23 |
| Binary | 111100 | 1000100 | 11101 | 1100 | 0 | 111001 | 1001001 | 1001000 | 101000 | 10011 |
Color Harmonies of #3C441D
Complementary color
Monochromatic Colors of #3C441D
Black with #3C441D
Text Example
Text Example
White with #3C441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C441D; }
p { color: rgb(60,68,29); }
H1.HeaderClassName
{
color: #3C441D;
}
.AnyTagClassName
{
color: #3C441D;
}
</style>
background-color css
<style>
a { background-color: #3C441D; }
a { background-color: rgb(60,68,29); }
div.DivClassName
{
background-color: #3C441D;
}
.BgClassName
{
background-color: #3C441D;
}
</style>
border-color css
<style>
span { border-color: #3C441D; }
span { border-color: rgb(60,68,29); }
td.TdClassName
{
border-color: #3C441D;
}
.TagClassName
{
border-color: #3C441D;
}
</style>