Shades of Turtle Green #3B4211
Tints of Turtle Green #3B4211
RGB
CMYK
RGB Variations
Color information
#3B4211 (or 0x3B4211) is known color: Turtle Green. HEX triplet: 3B, 42 and 11. RGB value is (59,66,17). Sum of RGB (Red+Green+Blue) = 59+66+17=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4211 is #C4BDEE. Grayscale: #3A3A3A. Windows color (decimal): -12893679 or 1131067. OLE color: 1131067.
HSL color Cylindrical-coordinate representation of color #3B4211: hue angle of 68.57º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B4211 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 17 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.74 |
| HSL | 68.57º | 0.59% | 0.16% | - |
| HSV(B) | 68.57º | 0.74% | 0.26% | - |
| XYZ | 3.85 | 4.87 | 1.27 | - |
| YUV | 58.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 17 | 0.11 | 0 | 0.74 | 0.74 | 68.57 | 0.59 | 0.16 |
| Hex | 3B | 42 | 11 | B | 0 | 4A | 4A | 45 | 3B | 10 |
| Octal | 73 | 102 | 21 | 13 | 0 | 112 | 112 | 105 | 73 | 20 |
| Binary | 111011 | 1000010 | 10001 | 1011 | 0 | 1001010 | 1001010 | 1000101 | 111011 | 10000 |
Color Harmonies of #3B4211
Complementary color
Monochromatic Colors of #3B4211
Black with #3B4211
Text Example
Text Example
White with #3B4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4211; }
p { color: rgb(59,66,17); }
H1.HeaderClassName
{
color: #3B4211;
}
.AnyTagClassName
{
color: #3B4211;
}
</style>
background-color css
<style>
a { background-color: #3B4211; }
a { background-color: rgb(59,66,17); }
div.DivClassName
{
background-color: #3B4211;
}
.BgClassName
{
background-color: #3B4211;
}
</style>
border-color css
<style>
span { border-color: #3B4211; }
span { border-color: rgb(59,66,17); }
td.TdClassName
{
border-color: #3B4211;
}
.TagClassName
{
border-color: #3B4211;
}
</style>