Shades of Turtle Green #3D4111
Tints of Turtle Green #3D4111
RGB
CMYK
RGB Variations
Color information
#3D4111 (or 0x3D4111) is known color: Turtle Green. HEX triplet: 3D, 41 and 11. RGB value is (61,65,17). Sum of RGB (Red+Green+Blue) = 61+65+17=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4111 is #C2BEEE. Grayscale: #3A3A3A. Windows color (decimal): -12762863 or 1130813. OLE color: 1130813.
HSL color Cylindrical-coordinate representation of color #3D4111: hue angle of 65º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D4111 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 17 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.75 |
| HSL | 65º | 0.59% | 0.16% | - |
| HSV(B) | 65º | 0.74% | 0.25% | - |
| XYZ | 3.92 | 4.81 | 1.25 | - |
| YUV | 58.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 17 | 0.06 | 0 | 0.74 | 0.75 | 65 | 0.59 | 0.16 |
| Hex | 3D | 41 | 11 | 6 | 0 | 4A | 4B | 41 | 3B | 10 |
| Octal | 75 | 101 | 21 | 6 | 0 | 112 | 113 | 101 | 73 | 20 |
| Binary | 111101 | 1000001 | 10001 | 110 | 0 | 1001010 | 1001011 | 1000001 | 111011 | 10000 |
Color Harmonies of #3D4111
Complementary color
Monochromatic Colors of #3D4111
Black with #3D4111
Text Example
Text Example
White with #3D4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4111; }
p { color: rgb(61,65,17); }
H1.HeaderClassName
{
color: #3D4111;
}
.AnyTagClassName
{
color: #3D4111;
}
</style>
background-color css
<style>
a { background-color: #3D4111; }
a { background-color: rgb(61,65,17); }
div.DivClassName
{
background-color: #3D4111;
}
.BgClassName
{
background-color: #3D4111;
}
</style>
border-color css
<style>
span { border-color: #3D4111; }
span { border-color: rgb(61,65,17); }
td.TdClassName
{
border-color: #3D4111;
}
.TagClassName
{
border-color: #3D4111;
}
</style>