Shades of Turtle Green #3B4206
Tints of Turtle Green #3B4206
RGB
CMYK
RGB Variations
Color information
#3B4206 (or 0x3B4206) is known color: Turtle Green. HEX triplet: 3B, 42 and 06. RGB value is (59,66,6). Sum of RGB (Red+Green+Blue) = 59+66+6=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4206 is #C4BDF9. Grayscale: #393939. Windows color (decimal): -12893690 or 410171. OLE color: 410171.
HSL color Cylindrical-coordinate representation of color #3B4206: hue angle of 67º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B4206 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 6 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.74 |
| HSL | 67º | 0.83% | 0.14% | - |
| HSV(B) | 67º | 0.91% | 0.26% | - |
| XYZ | 3.78 | 4.84 | 0.91 | - |
| YUV | 57.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 6 | 0.11 | 0 | 0.91 | 0.74 | 67 | 0.83 | 0.14 |
| Hex | 3B | 42 | 6 | B | 0 | 5B | 4A | 43 | 53 | E |
| Octal | 73 | 102 | 6 | 13 | 0 | 133 | 112 | 103 | 123 | 16 |
| Binary | 111011 | 1000010 | 110 | 1011 | 0 | 1011011 | 1001010 | 1000011 | 1010011 | 1110 |
Color Harmonies of #3B4206
Complementary color
Monochromatic Colors of #3B4206
Black with #3B4206
Text Example
Text Example
White with #3B4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4206; }
p { color: rgb(59,66,6); }
H1.HeaderClassName
{
color: #3B4206;
}
.AnyTagClassName
{
color: #3B4206;
}
</style>
background-color css
<style>
a { background-color: #3B4206; }
a { background-color: rgb(59,66,6); }
div.DivClassName
{
background-color: #3B4206;
}
.BgClassName
{
background-color: #3B4206;
}
</style>
border-color css
<style>
span { border-color: #3B4206; }
span { border-color: rgb(59,66,6); }
td.TdClassName
{
border-color: #3B4206;
}
.TagClassName
{
border-color: #3B4206;
}
</style>