Shades of Turtle Green #3D411F
Tints of Turtle Green #3D411F
RGB
CMYK
RGB Variations
Color information
#3D411F (or 0x3D411F) is known color: Turtle Green. HEX triplet: 3D, 41 and 1F. RGB value is (61,65,31). Sum of RGB (Red+Green+Blue) = 61+65+31=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #3D411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D411F is #C2BEE0. Grayscale: #3C3C3C. Windows color (decimal): -12762849 or 2048317. OLE color: 2048317.
HSL color Cylindrical-coordinate representation of color #3D411F: hue angle of 67.06º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D411F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 31 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.75 |
| HSL | 67.06º | 0.35% | 0.19% | - |
| HSV(B) | 67.06º | 0.52% | 0.25% | - |
| XYZ | 4.06 | 4.87 | 2.02 | - |
| YUV | 59.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 31 | 0.06 | 0 | 0.52 | 0.75 | 67.06 | 0.35 | 0.19 |
| Hex | 3D | 41 | 1F | 6 | 0 | 34 | 4B | 43 | 23 | 13 |
| Octal | 75 | 101 | 37 | 6 | 0 | 64 | 113 | 103 | 43 | 23 |
| Binary | 111101 | 1000001 | 11111 | 110 | 0 | 110100 | 1001011 | 1000011 | 100011 | 10011 |
Color Harmonies of #3D411F
Complementary color
Monochromatic Colors of #3D411F
Black with #3D411F
Text Example
Text Example
White with #3D411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D411F; }
p { color: rgb(61,65,31); }
H1.HeaderClassName
{
color: #3D411F;
}
.AnyTagClassName
{
color: #3D411F;
}
</style>
background-color css
<style>
a { background-color: #3D411F; }
a { background-color: rgb(61,65,31); }
div.DivClassName
{
background-color: #3D411F;
}
.BgClassName
{
background-color: #3D411F;
}
</style>
border-color css
<style>
span { border-color: #3D411F; }
span { border-color: rgb(61,65,31); }
td.TdClassName
{
border-color: #3D411F;
}
.TagClassName
{
border-color: #3D411F;
}
</style>