Shades of Turtle Green #3D460E
Tints of Turtle Green #3D460E
RGB
CMYK
RGB Variations
Color information
#3D460E (or 0x3D460E) is known color: Turtle Green. HEX triplet: 3D, 46 and 0E. RGB value is (61,70,14). Sum of RGB (Red+Green+Blue) = 61+70+14=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #3D460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D460E is #C2B9F1. Grayscale: #3D3D3D. Windows color (decimal): -12761586 or 935485. OLE color: 935485.
HSL color Cylindrical-coordinate representation of color #3D460E: hue angle of 69.64º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D460E is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 70 | 14 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.73 |
| HSL | 69.64º | 0.67% | 0.16% | - |
| HSV(B) | 69.64º | 0.8% | 0.27% | - |
| XYZ | 4.19 | 5.4 | 1.24 | - |
| YUV | 60.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 14 | 0.13 | 0 | 0.80 | 0.73 | 69.64 | 0.67 | 0.16 |
| Hex | 3D | 46 | E | D | 0 | 50 | 49 | 46 | 43 | 10 |
| Octal | 75 | 106 | 16 | 15 | 0 | 120 | 111 | 106 | 103 | 20 |
| Binary | 111101 | 1000110 | 1110 | 1101 | 0 | 1010000 | 1001001 | 1000110 | 1000011 | 10000 |
Color Harmonies of #3D460E
Complementary color
Monochromatic Colors of #3D460E
Black with #3D460E
Text Example
Text Example
White with #3D460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D460E; }
p { color: rgb(61,70,14); }
H1.HeaderClassName
{
color: #3D460E;
}
.AnyTagClassName
{
color: #3D460E;
}
</style>
background-color css
<style>
a { background-color: #3D460E; }
a { background-color: rgb(61,70,14); }
div.DivClassName
{
background-color: #3D460E;
}
.BgClassName
{
background-color: #3D460E;
}
</style>
border-color css
<style>
span { border-color: #3D460E; }
span { border-color: rgb(61,70,14); }
td.TdClassName
{
border-color: #3D460E;
}
.TagClassName
{
border-color: #3D460E;
}
</style>