Shades of Turtle Green #3D471F
Tints of Turtle Green #3D471F
RGB
CMYK
RGB Variations
Color information
#3D471F (or 0x3D471F) is known color: Turtle Green. HEX triplet: 3D, 47 and 1F. RGB value is (61,71,31). Sum of RGB (Red+Green+Blue) = 61+71+31=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #3D471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D471F is #C2B8E0. Grayscale: #3F3F3F. Windows color (decimal): -12761313 or 2049853. OLE color: 2049853.
HSL color Cylindrical-coordinate representation of color #3D471F: hue angle of 75º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D471F is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 31 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.72 |
| HSL | 75º | 0.39% | 0.2% | - |
| HSV(B) | 75º | 0.56% | 0.28% | - |
| XYZ | 4.43 | 5.6 | 2.14 | - |
| YUV | 63.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 31 | 0.14 | 0 | 0.56 | 0.72 | 75 | 0.39 | 0.2 |
| Hex | 3D | 47 | 1F | E | 0 | 38 | 48 | 4B | 27 | 14 |
| Octal | 75 | 107 | 37 | 16 | 0 | 70 | 110 | 113 | 47 | 24 |
| Binary | 111101 | 1000111 | 11111 | 1110 | 0 | 111000 | 1001000 | 1001011 | 100111 | 10100 |
Color Harmonies of #3D471F
Complementary color
Monochromatic Colors of #3D471F
Black with #3D471F
Text Example
Text Example
White with #3D471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D471F; }
p { color: rgb(61,71,31); }
H1.HeaderClassName
{
color: #3D471F;
}
.AnyTagClassName
{
color: #3D471F;
}
</style>
background-color css
<style>
a { background-color: #3D471F; }
a { background-color: rgb(61,71,31); }
div.DivClassName
{
background-color: #3D471F;
}
.BgClassName
{
background-color: #3D471F;
}
</style>
border-color css
<style>
span { border-color: #3D471F; }
span { border-color: rgb(61,71,31); }
td.TdClassName
{
border-color: #3D471F;
}
.TagClassName
{
border-color: #3D471F;
}
</style>