Shades of Turtle Green #3D410D
Tints of Turtle Green #3D410D
RGB
CMYK
RGB Variations
Color information
#3D410D (or 0x3D410D) is known color: Turtle Green. HEX triplet: 3D, 41 and 0D. RGB value is (61,65,13). Sum of RGB (Red+Green+Blue) = 61+65+13=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #3D410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D410D is #C2BEF2. Grayscale: #3A3A3A. Windows color (decimal): -12762867 or 868669. OLE color: 868669.
HSL color Cylindrical-coordinate representation of color #3D410D: hue angle of 64.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D410D is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 13 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.75 |
| HSL | 64.62º | 0.67% | 0.15% | - |
| HSV(B) | 64.62º | 0.8% | 0.25% | - |
| XYZ | 3.89 | 4.8 | 1.1 | - |
| YUV | 57.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 13 | 0.06 | 0 | 0.80 | 0.75 | 64.62 | 0.67 | 0.15 |
| Hex | 3D | 41 | D | 6 | 0 | 50 | 4B | 41 | 43 | F |
| Octal | 75 | 101 | 15 | 6 | 0 | 120 | 113 | 101 | 103 | 17 |
| Binary | 111101 | 1000001 | 1101 | 110 | 0 | 1010000 | 1001011 | 1000001 | 1000011 | 1111 |
Color Harmonies of #3D410D
Complementary color
Monochromatic Colors of #3D410D
Black with #3D410D
Text Example
Text Example
White with #3D410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D410D; }
p { color: rgb(61,65,13); }
H1.HeaderClassName
{
color: #3D410D;
}
.AnyTagClassName
{
color: #3D410D;
}
</style>
background-color css
<style>
a { background-color: #3D410D; }
a { background-color: rgb(61,65,13); }
div.DivClassName
{
background-color: #3D410D;
}
.BgClassName
{
background-color: #3D410D;
}
</style>
border-color css
<style>
span { border-color: #3D410D; }
span { border-color: rgb(61,65,13); }
td.TdClassName
{
border-color: #3D410D;
}
.TagClassName
{
border-color: #3D410D;
}
</style>