Shades of Turtle Green #3D4615
Tints of Turtle Green #3D4615
RGB
CMYK
RGB Variations
Color information
#3D4615 (or 0x3D4615) is known color: Turtle Green. HEX triplet: 3D, 46 and 15. RGB value is (61,70,21). Sum of RGB (Red+Green+Blue) = 61+70+21=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #3D4615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4615 is #C2B9EA. Grayscale: #3D3D3D. Windows color (decimal): -12761579 or 1394237. OLE color: 1394237.
HSL color Cylindrical-coordinate representation of color #3D4615: hue angle of 71.02º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4615 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 70 | 21 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.73 |
| HSL | 71.02º | 0.54% | 0.18% | - |
| HSV(B) | 71.02º | 0.7% | 0.27% | - |
| XYZ | 4.25 | 5.43 | 1.53 | - |
| YUV | 61.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 21 | 0.13 | 0 | 0.70 | 0.73 | 71.02 | 0.54 | 0.18 |
| Hex | 3D | 46 | 15 | D | 0 | 46 | 49 | 47 | 36 | 12 |
| Octal | 75 | 106 | 25 | 15 | 0 | 106 | 111 | 107 | 66 | 22 |
| Binary | 111101 | 1000110 | 10101 | 1101 | 0 | 1000110 | 1001001 | 1000111 | 110110 | 10010 |
Color Harmonies of #3D4615
Complementary color
Monochromatic Colors of #3D4615
Black with #3D4615
Text Example
Text Example
White with #3D4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4615; }
p { color: rgb(61,70,21); }
H1.HeaderClassName
{
color: #3D4615;
}
.AnyTagClassName
{
color: #3D4615;
}
</style>
background-color css
<style>
a { background-color: #3D4615; }
a { background-color: rgb(61,70,21); }
div.DivClassName
{
background-color: #3D4615;
}
.BgClassName
{
background-color: #3D4615;
}
</style>
border-color css
<style>
span { border-color: #3D4615; }
span { border-color: rgb(61,70,21); }
td.TdClassName
{
border-color: #3D4615;
}
.TagClassName
{
border-color: #3D4615;
}
</style>