Shades of Turtle Green #3B3906
Tints of Turtle Green #3B3906
RGB
CMYK
RGB Variations
Color information
#3B3906 (or 0x3B3906) is known color: Turtle Green. HEX triplet: 3B, 39 and 06. RGB value is (59,57,6). Sum of RGB (Red+Green+Blue) = 59+57+6=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3906 is #C4C6F9. Grayscale: #333333. Windows color (decimal): -12895994 or 407867. OLE color: 407867.
HSL color Cylindrical-coordinate representation of color #3B3906: hue angle of 57.74º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B3906 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 6 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.77 |
| HSL | 57.74º | 0.82% | 0.13% | - |
| HSV(B) | 57.74º | 0.9% | 0.23% | - |
| XYZ | 3.3 | 3.87 | 0.75 | - |
| YUV | 51.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 6 | 0 | 0.03 | 0.90 | 0.77 | 57.74 | 0.82 | 0.13 |
| Hex | 3B | 39 | 6 | 0 | 3 | 5A | 4D | 3A | 52 | D |
| Octal | 73 | 71 | 6 | 0 | 3 | 132 | 115 | 72 | 122 | 15 |
| Binary | 111011 | 111001 | 110 | 0 | 11 | 1011010 | 1001101 | 111010 | 1010010 | 1101 |
Color Harmonies of #3B3906
Complementary color
Monochromatic Colors of #3B3906
Black with #3B3906
Text Example
Text Example
White with #3B3906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3906; }
p { color: rgb(59,57,6); }
H1.HeaderClassName
{
color: #3B3906;
}
.AnyTagClassName
{
color: #3B3906;
}
</style>
background-color css
<style>
a { background-color: #3B3906; }
a { background-color: rgb(59,57,6); }
div.DivClassName
{
background-color: #3B3906;
}
.BgClassName
{
background-color: #3B3906;
}
</style>
border-color css
<style>
span { border-color: #3B3906; }
span { border-color: rgb(59,57,6); }
td.TdClassName
{
border-color: #3B3906;
}
.TagClassName
{
border-color: #3B3906;
}
</style>