Shades of Turtle Green #3D4013
Tints of Turtle Green #3D4013
RGB
CMYK
RGB Variations
Color information
#3D4013 (or 0x3D4013) is known color: Turtle Green. HEX triplet: 3D, 40 and 13. RGB value is (61,64,19). Sum of RGB (Red+Green+Blue) = 61+64+19=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4013 is #C2BFEC. Grayscale: #3A3A3A. Windows color (decimal): -12763117 or 1261629. OLE color: 1261629.
HSL color Cylindrical-coordinate representation of color #3D4013: hue angle of 64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4013 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 19 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.75 |
| HSL | 64º | 0.54% | 0.16% | - |
| HSV(B) | 64º | 0.7% | 0.25% | - |
| XYZ | 3.88 | 4.71 | 1.32 | - |
| YUV | 57.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 19 | 0.05 | 0 | 0.70 | 0.75 | 64 | 0.54 | 0.16 |
| Hex | 3D | 40 | 13 | 5 | 0 | 46 | 4B | 40 | 36 | 10 |
| Octal | 75 | 100 | 23 | 5 | 0 | 106 | 113 | 100 | 66 | 20 |
| Binary | 111101 | 1000000 | 10011 | 101 | 0 | 1000110 | 1001011 | 1000000 | 110110 | 10000 |
Color Harmonies of #3D4013
Complementary color
Monochromatic Colors of #3D4013
Black with #3D4013
Text Example
Text Example
White with #3D4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4013; }
p { color: rgb(61,64,19); }
H1.HeaderClassName
{
color: #3D4013;
}
.AnyTagClassName
{
color: #3D4013;
}
</style>
background-color css
<style>
a { background-color: #3D4013; }
a { background-color: rgb(61,64,19); }
div.DivClassName
{
background-color: #3D4013;
}
.BgClassName
{
background-color: #3D4013;
}
</style>
border-color css
<style>
span { border-color: #3D4013; }
span { border-color: rgb(61,64,19); }
td.TdClassName
{
border-color: #3D4013;
}
.TagClassName
{
border-color: #3D4013;
}
</style>