Shades of Turtle Green #3D4113
Tints of Turtle Green #3D4113
RGB
CMYK
RGB Variations
Color information
#3D4113 (or 0x3D4113) is known color: Turtle Green. HEX triplet: 3D, 41 and 13. RGB value is (61,65,19). Sum of RGB (Red+Green+Blue) = 61+65+19=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4113 is #C2BEEC. Grayscale: #3A3A3A. Windows color (decimal): -12762861 or 1261885. OLE color: 1261885.
HSL color Cylindrical-coordinate representation of color #3D4113: hue angle of 65.22º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D4113 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 19 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.75 |
| HSL | 65.22º | 0.55% | 0.16% | - |
| HSV(B) | 65.22º | 0.71% | 0.25% | - |
| XYZ | 3.93 | 4.82 | 1.34 | - |
| YUV | 58.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 19 | 0.06 | 0 | 0.71 | 0.75 | 65.22 | 0.55 | 0.16 |
| Hex | 3D | 41 | 13 | 6 | 0 | 47 | 4B | 41 | 37 | 10 |
| Octal | 75 | 101 | 23 | 6 | 0 | 107 | 113 | 101 | 67 | 20 |
| Binary | 111101 | 1000001 | 10011 | 110 | 0 | 1000111 | 1001011 | 1000001 | 110111 | 10000 |
Color Harmonies of #3D4113
Complementary color
Monochromatic Colors of #3D4113
Black with #3D4113
Text Example
Text Example
White with #3D4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4113; }
p { color: rgb(61,65,19); }
H1.HeaderClassName
{
color: #3D4113;
}
.AnyTagClassName
{
color: #3D4113;
}
</style>
background-color css
<style>
a { background-color: #3D4113; }
a { background-color: rgb(61,65,19); }
div.DivClassName
{
background-color: #3D4113;
}
.BgClassName
{
background-color: #3D4113;
}
</style>
border-color css
<style>
span { border-color: #3D4113; }
span { border-color: rgb(61,65,19); }
td.TdClassName
{
border-color: #3D4113;
}
.TagClassName
{
border-color: #3D4113;
}
</style>