Shades of Turtle Green #3D411D
Tints of Turtle Green #3D411D
RGB
CMYK
RGB Variations
Color information
#3D411D (or 0x3D411D) is known color: Turtle Green. HEX triplet: 3D, 41 and 1D. RGB value is (61,65,29). Sum of RGB (Red+Green+Blue) = 61+65+29=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #3D411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D411D is #C2BEE2. Grayscale: #3B3B3B. Windows color (decimal): -12762851 or 1917245. OLE color: 1917245.
HSL color Cylindrical-coordinate representation of color #3D411D: hue angle of 66.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D411D is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 29 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.75 |
| HSL | 66.67º | 0.38% | 0.18% | - |
| HSV(B) | 66.67º | 0.55% | 0.25% | - |
| XYZ | 4.04 | 4.86 | 1.89 | - |
| YUV | 59.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 29 | 0.06 | 0 | 0.55 | 0.75 | 66.67 | 0.38 | 0.18 |
| Hex | 3D | 41 | 1D | 6 | 0 | 37 | 4B | 43 | 26 | 12 |
| Octal | 75 | 101 | 35 | 6 | 0 | 67 | 113 | 103 | 46 | 22 |
| Binary | 111101 | 1000001 | 11101 | 110 | 0 | 110111 | 1001011 | 1000011 | 100110 | 10010 |
Color Harmonies of #3D411D
Complementary color
Monochromatic Colors of #3D411D
Black with #3D411D
Text Example
Text Example
White with #3D411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D411D; }
p { color: rgb(61,65,29); }
H1.HeaderClassName
{
color: #3D411D;
}
.AnyTagClassName
{
color: #3D411D;
}
</style>
background-color css
<style>
a { background-color: #3D411D; }
a { background-color: rgb(61,65,29); }
div.DivClassName
{
background-color: #3D411D;
}
.BgClassName
{
background-color: #3D411D;
}
</style>
border-color css
<style>
span { border-color: #3D411D; }
span { border-color: rgb(61,65,29); }
td.TdClassName
{
border-color: #3D411D;
}
.TagClassName
{
border-color: #3D411D;
}
</style>