Shades of Turtle Green #3D3B06
Tints of Turtle Green #3D3B06
RGB
CMYK
RGB Variations
Color information
#3D3B06 (or 0x3D3B06) is known color: Turtle Green. HEX triplet: 3D, 3B and 06. RGB value is (61,59,6). Sum of RGB (Red+Green+Blue) = 61+59+6=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3B06 is #C2C4F9. Grayscale: #353535. Windows color (decimal): -12764410 or 408381. OLE color: 408381.
HSL color Cylindrical-coordinate representation of color #3D3B06: hue angle of 57.82º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D3B06 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 59 | 6 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.76 |
| HSL | 57.82º | 0.82% | 0.13% | - |
| HSV(B) | 57.82º | 0.9% | 0.24% | - |
| XYZ | 3.52 | 4.13 | 0.78 | - |
| YUV | 53.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 6 | 0 | 0.03 | 0.90 | 0.76 | 57.82 | 0.82 | 0.13 |
| Hex | 3D | 3B | 6 | 0 | 3 | 5A | 4C | 3A | 52 | D |
| Octal | 75 | 73 | 6 | 0 | 3 | 132 | 114 | 72 | 122 | 15 |
| Binary | 111101 | 111011 | 110 | 0 | 11 | 1011010 | 1001100 | 111010 | 1010010 | 1101 |
Color Harmonies of #3D3B06
Complementary color
Monochromatic Colors of #3D3B06
Black with #3D3B06
Text Example
Text Example
White with #3D3B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3B06; }
p { color: rgb(61,59,6); }
H1.HeaderClassName
{
color: #3D3B06;
}
.AnyTagClassName
{
color: #3D3B06;
}
</style>
background-color css
<style>
a { background-color: #3D3B06; }
a { background-color: rgb(61,59,6); }
div.DivClassName
{
background-color: #3D3B06;
}
.BgClassName
{
background-color: #3D3B06;
}
</style>
border-color css
<style>
span { border-color: #3D3B06; }
span { border-color: rgb(61,59,6); }
td.TdClassName
{
border-color: #3D3B06;
}
.TagClassName
{
border-color: #3D3B06;
}
</style>