Shades of Turtle Green #3D3C04
Tints of Turtle Green #3D3C04
RGB
CMYK
RGB Variations
Color information
#3D3C04 (or 0x3D3C04) is known color: Turtle Green. HEX triplet: 3D, 3C and 04. RGB value is (61,60,4). Sum of RGB (Red+Green+Blue) = 61+60+4=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3C04 is #C2C3FB. Grayscale: #363636. Windows color (decimal): -12764156 or 277565. OLE color: 277565.
HSL color Cylindrical-coordinate representation of color #3D3C04: hue angle of 58.95º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D3C04 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 60 | 4 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.76 |
| HSL | 58.95º | 0.88% | 0.13% | - |
| HSV(B) | 58.95º | 0.93% | 0.24% | - |
| XYZ | 3.56 | 4.23 | 0.74 | - |
| YUV | 53.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 4 | 0 | 0.02 | 0.93 | 0.76 | 58.95 | 0.88 | 0.13 |
| Hex | 3D | 3C | 4 | 0 | 2 | 5D | 4C | 3B | 58 | D |
| Octal | 75 | 74 | 4 | 0 | 2 | 135 | 114 | 73 | 130 | 15 |
| Binary | 111101 | 111100 | 100 | 0 | 10 | 1011101 | 1001100 | 111011 | 1011000 | 1101 |
Color Harmonies of #3D3C04
Complementary color
Monochromatic Colors of #3D3C04
Black with #3D3C04
Text Example
Text Example
White with #3D3C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C04; }
p { color: rgb(61,60,4); }
H1.HeaderClassName
{
color: #3D3C04;
}
.AnyTagClassName
{
color: #3D3C04;
}
</style>
background-color css
<style>
a { background-color: #3D3C04; }
a { background-color: rgb(61,60,4); }
div.DivClassName
{
background-color: #3D3C04;
}
.BgClassName
{
background-color: #3D3C04;
}
</style>
border-color css
<style>
span { border-color: #3D3C04; }
span { border-color: rgb(61,60,4); }
td.TdClassName
{
border-color: #3D3C04;
}
.TagClassName
{
border-color: #3D3C04;
}
</style>