Shades of Turtle Green #3D4010
Tints of Turtle Green #3D4010
RGB
CMYK
RGB Variations
Color information
#3D4010 (or 0x3D4010) is known color: Turtle Green. HEX triplet: 3D, 40 and 10. RGB value is (61,64,16). Sum of RGB (Red+Green+Blue) = 61+64+16=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4010 is #C2BFEF. Grayscale: #393939. Windows color (decimal): -12763120 or 1065021. OLE color: 1065021.
HSL color Cylindrical-coordinate representation of color #3D4010: hue angle of 63.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D4010 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 16 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.75 |
| HSL | 63.75º | 0.6% | 0.16% | - |
| HSV(B) | 63.75º | 0.75% | 0.25% | - |
| XYZ | 3.85 | 4.7 | 1.19 | - |
| YUV | 57.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 16 | 0.05 | 0 | 0.75 | 0.75 | 63.75 | 0.6 | 0.16 |
| Hex | 3D | 40 | 10 | 5 | 0 | 4B | 4B | 40 | 3C | 10 |
| Octal | 75 | 100 | 20 | 5 | 0 | 113 | 113 | 100 | 74 | 20 |
| Binary | 111101 | 1000000 | 10000 | 101 | 0 | 1001011 | 1001011 | 1000000 | 111100 | 10000 |
Color Harmonies of #3D4010
Complementary color
Monochromatic Colors of #3D4010
Black with #3D4010
Text Example
Text Example
White with #3D4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4010; }
p { color: rgb(61,64,16); }
H1.HeaderClassName
{
color: #3D4010;
}
.AnyTagClassName
{
color: #3D4010;
}
</style>
background-color css
<style>
a { background-color: #3D4010; }
a { background-color: rgb(61,64,16); }
div.DivClassName
{
background-color: #3D4010;
}
.BgClassName
{
background-color: #3D4010;
}
</style>
border-color css
<style>
span { border-color: #3D4010; }
span { border-color: rgb(61,64,16); }
td.TdClassName
{
border-color: #3D4010;
}
.TagClassName
{
border-color: #3D4010;
}
</style>