Shades of Turtle Green #3D3A04
Tints of Turtle Green #3D3A04
RGB
CMYK
RGB Variations
Color information
#3D3A04 (or 0x3D3A04) is known color: Turtle Green. HEX triplet: 3D, 3A and 04. RGB value is (61,58,4). Sum of RGB (Red+Green+Blue) = 61+58+4=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3A04 is #C2C5FB. Grayscale: #343434. Windows color (decimal): -12764668 or 277053. OLE color: 277053.
HSL color Cylindrical-coordinate representation of color #3D3A04: hue angle of 56.84º 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 #3D3A04 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 58 | 4 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.76 |
| HSL | 56.84º | 0.88% | 0.13% | - |
| HSV(B) | 56.84º | 0.93% | 0.24% | - |
| XYZ | 3.46 | 4.03 | 0.71 | - |
| YUV | 52.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 4 | 0 | 0.05 | 0.93 | 0.76 | 56.84 | 0.88 | 0.13 |
| Hex | 3D | 3A | 4 | 0 | 5 | 5D | 4C | 39 | 58 | D |
| Octal | 75 | 72 | 4 | 0 | 5 | 135 | 114 | 71 | 130 | 15 |
| Binary | 111101 | 111010 | 100 | 0 | 101 | 1011101 | 1001100 | 111001 | 1011000 | 1101 |
Color Harmonies of #3D3A04
Complementary color
Monochromatic Colors of #3D3A04
Black with #3D3A04
Text Example
Text Example
White with #3D3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A04; }
p { color: rgb(61,58,4); }
H1.HeaderClassName
{
color: #3D3A04;
}
.AnyTagClassName
{
color: #3D3A04;
}
</style>
background-color css
<style>
a { background-color: #3D3A04; }
a { background-color: rgb(61,58,4); }
div.DivClassName
{
background-color: #3D3A04;
}
.BgClassName
{
background-color: #3D3A04;
}
</style>
border-color css
<style>
span { border-color: #3D3A04; }
span { border-color: rgb(61,58,4); }
td.TdClassName
{
border-color: #3D3A04;
}
.TagClassName
{
border-color: #3D3A04;
}
</style>