Shades of Turtle Green #3D410F
Tints of Turtle Green #3D410F
RGB
CMYK
RGB Variations
Color information
#3D410F (or 0x3D410F) is known color: Turtle Green. HEX triplet: 3D, 41 and 0F. RGB value is (61,65,15). Sum of RGB (Red+Green+Blue) = 61+65+15=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #3D410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D410F is #C2BEF0. Grayscale: #3A3A3A. Windows color (decimal): -12762865 or 999741. OLE color: 999741.
HSL color Cylindrical-coordinate representation of color #3D410F: hue angle of 64.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D410F is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 15 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.75 |
| HSL | 64.8º | 0.63% | 0.16% | - |
| HSV(B) | 64.8º | 0.77% | 0.25% | - |
| XYZ | 3.9 | 4.81 | 1.17 | - |
| YUV | 58.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 15 | 0.06 | 0 | 0.77 | 0.75 | 64.8 | 0.63 | 0.16 |
| Hex | 3D | 41 | F | 6 | 0 | 4D | 4B | 41 | 3E | 10 |
| Octal | 75 | 101 | 17 | 6 | 0 | 115 | 113 | 101 | 76 | 20 |
| Binary | 111101 | 1000001 | 1111 | 110 | 0 | 1001101 | 1001011 | 1000001 | 111110 | 10000 |
Color Harmonies of #3D410F
Complementary color
Monochromatic Colors of #3D410F
Black with #3D410F
Text Example
Text Example
White with #3D410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D410F; }
p { color: rgb(61,65,15); }
H1.HeaderClassName
{
color: #3D410F;
}
.AnyTagClassName
{
color: #3D410F;
}
</style>
background-color css
<style>
a { background-color: #3D410F; }
a { background-color: rgb(61,65,15); }
div.DivClassName
{
background-color: #3D410F;
}
.BgClassName
{
background-color: #3D410F;
}
</style>
border-color css
<style>
span { border-color: #3D410F; }
span { border-color: rgb(61,65,15); }
td.TdClassName
{
border-color: #3D410F;
}
.TagClassName
{
border-color: #3D410F;
}
</style>