Shades of Turtle Green #3D4016
Tints of Turtle Green #3D4016
RGB
CMYK
RGB Variations
Color information
#3D4016 (or 0x3D4016) is known color: Turtle Green. HEX triplet: 3D, 40 and 16. RGB value is (61,64,22). Sum of RGB (Red+Green+Blue) = 61+64+22=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4016 is #C2BFE9. Grayscale: #3A3A3A. Windows color (decimal): -12763114 or 1458237. OLE color: 1458237.
HSL color Cylindrical-coordinate representation of color #3D4016: hue angle of 64.29º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D4016 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 22 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.75 |
| HSL | 64.29º | 0.49% | 0.17% | - |
| HSV(B) | 64.29º | 0.66% | 0.25% | - |
| XYZ | 3.9 | 4.72 | 1.46 | - |
| YUV | 58.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 22 | 0.05 | 0 | 0.66 | 0.75 | 64.29 | 0.49 | 0.17 |
| Hex | 3D | 40 | 16 | 5 | 0 | 42 | 4B | 40 | 31 | 11 |
| Octal | 75 | 100 | 26 | 5 | 0 | 102 | 113 | 100 | 61 | 21 |
| Binary | 111101 | 1000000 | 10110 | 101 | 0 | 1000010 | 1001011 | 1000000 | 110001 | 10001 |
Color Harmonies of #3D4016
Complementary color
Monochromatic Colors of #3D4016
Black with #3D4016
Text Example
Text Example
White with #3D4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4016; }
p { color: rgb(61,64,22); }
H1.HeaderClassName
{
color: #3D4016;
}
.AnyTagClassName
{
color: #3D4016;
}
</style>
background-color css
<style>
a { background-color: #3D4016; }
a { background-color: rgb(61,64,22); }
div.DivClassName
{
background-color: #3D4016;
}
.BgClassName
{
background-color: #3D4016;
}
</style>
border-color css
<style>
span { border-color: #3D4016; }
span { border-color: rgb(61,64,22); }
td.TdClassName
{
border-color: #3D4016;
}
.TagClassName
{
border-color: #3D4016;
}
</style>