Shades of Turtle Green #3D400C
Tints of Turtle Green #3D400C
RGB
CMYK
RGB Variations
Color information
#3D400C (or 0x3D400C) is known color: Turtle Green. HEX triplet: 3D, 40 and 0C. RGB value is (61,64,12). Sum of RGB (Red+Green+Blue) = 61+64+12=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #3D400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D400C is #C2BFF3. Grayscale: #393939. Windows color (decimal): -12763124 or 802877. OLE color: 802877.
HSL color Cylindrical-coordinate representation of color #3D400C: hue angle of 63.46º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D400C is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 12 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.75 |
| HSL | 63.46º | 0.68% | 0.15% | - |
| HSV(B) | 63.46º | 0.81% | 0.25% | - |
| XYZ | 3.82 | 4.69 | 1.05 | - |
| YUV | 57.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 12 | 0.05 | 0 | 0.81 | 0.75 | 63.46 | 0.68 | 0.15 |
| Hex | 3D | 40 | C | 5 | 0 | 51 | 4B | 3F | 44 | F |
| Octal | 75 | 100 | 14 | 5 | 0 | 121 | 113 | 77 | 104 | 17 |
| Binary | 111101 | 1000000 | 1100 | 101 | 0 | 1010001 | 1001011 | 111111 | 1000100 | 1111 |
Color Harmonies of #3D400C
Complementary color
Monochromatic Colors of #3D400C
Black with #3D400C
Text Example
Text Example
White with #3D400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D400C; }
p { color: rgb(61,64,12); }
H1.HeaderClassName
{
color: #3D400C;
}
.AnyTagClassName
{
color: #3D400C;
}
</style>
background-color css
<style>
a { background-color: #3D400C; }
a { background-color: rgb(61,64,12); }
div.DivClassName
{
background-color: #3D400C;
}
.BgClassName
{
background-color: #3D400C;
}
</style>
border-color css
<style>
span { border-color: #3D400C; }
span { border-color: rgb(61,64,12); }
td.TdClassName
{
border-color: #3D400C;
}
.TagClassName
{
border-color: #3D400C;
}
</style>