Shades of Turtle Green #3D400F
Tints of Turtle Green #3D400F
RGB
CMYK
RGB Variations
Color information
#3D400F (or 0x3D400F) is known color: Turtle Green. HEX triplet: 3D, 40 and 0F. RGB value is (61,64,15). Sum of RGB (Red+Green+Blue) = 61+64+15=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #3D400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D400F is #C2BFF0. Grayscale: #393939. Windows color (decimal): -12763121 or 999485. OLE color: 999485.
HSL color Cylindrical-coordinate representation of color #3D400F: hue angle of 63.67º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D400F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 15 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.75 |
| HSL | 63.67º | 0.62% | 0.15% | - |
| HSV(B) | 63.67º | 0.77% | 0.25% | - |
| XYZ | 3.84 | 4.69 | 1.16 | - |
| YUV | 57.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 15 | 0.05 | 0 | 0.77 | 0.75 | 63.67 | 0.62 | 0.15 |
| Hex | 3D | 40 | F | 5 | 0 | 4D | 4B | 40 | 3E | F |
| Octal | 75 | 100 | 17 | 5 | 0 | 115 | 113 | 100 | 76 | 17 |
| Binary | 111101 | 1000000 | 1111 | 101 | 0 | 1001101 | 1001011 | 1000000 | 111110 | 1111 |
Color Harmonies of #3D400F
Complementary color
Monochromatic Colors of #3D400F
Black with #3D400F
Text Example
Text Example
White with #3D400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D400F; }
p { color: rgb(61,64,15); }
H1.HeaderClassName
{
color: #3D400F;
}
.AnyTagClassName
{
color: #3D400F;
}
</style>
background-color css
<style>
a { background-color: #3D400F; }
a { background-color: rgb(61,64,15); }
div.DivClassName
{
background-color: #3D400F;
}
.BgClassName
{
background-color: #3D400F;
}
</style>
border-color css
<style>
span { border-color: #3D400F; }
span { border-color: rgb(61,64,15); }
td.TdClassName
{
border-color: #3D400F;
}
.TagClassName
{
border-color: #3D400F;
}
</style>