Shades of Turtle Green #3D3C10
Tints of Turtle Green #3D3C10
RGB
CMYK
RGB Variations
Color information
#3D3C10 (or 0x3D3C10) is known color: Turtle Green. HEX triplet: 3D, 3C and 10. RGB value is (61,60,16). Sum of RGB (Red+Green+Blue) = 61+60+16=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3C10 is #C2C3EF. Grayscale: #373737. Windows color (decimal): -12764144 or 1063997. OLE color: 1063997.
HSL color Cylindrical-coordinate representation of color #3D3C10: hue angle of 58.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3C10 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 60 | 16 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.76 |
| HSL | 58.67º | 0.58% | 0.15% | - |
| HSV(B) | 58.67º | 0.74% | 0.24% | - |
| XYZ | 3.63 | 4.26 | 1.12 | - |
| YUV | 55.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 16 | 0 | 0.02 | 0.74 | 0.76 | 58.67 | 0.58 | 0.15 |
| Hex | 3D | 3C | 10 | 0 | 2 | 4A | 4C | 3B | 3A | F |
| Octal | 75 | 74 | 20 | 0 | 2 | 112 | 114 | 73 | 72 | 17 |
| Binary | 111101 | 111100 | 10000 | 0 | 10 | 1001010 | 1001100 | 111011 | 111010 | 1111 |
Color Harmonies of #3D3C10
Complementary color
Monochromatic Colors of #3D3C10
Black with #3D3C10
Text Example
Text Example
White with #3D3C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C10; }
p { color: rgb(61,60,16); }
H1.HeaderClassName
{
color: #3D3C10;
}
.AnyTagClassName
{
color: #3D3C10;
}
</style>
background-color css
<style>
a { background-color: #3D3C10; }
a { background-color: rgb(61,60,16); }
div.DivClassName
{
background-color: #3D3C10;
}
.BgClassName
{
background-color: #3D3C10;
}
</style>
border-color css
<style>
span { border-color: #3D3C10; }
span { border-color: rgb(61,60,16); }
td.TdClassName
{
border-color: #3D3C10;
}
.TagClassName
{
border-color: #3D3C10;
}
</style>