Shades of Turtle Green #3B4511
Tints of Turtle Green #3B4511
RGB
CMYK
RGB Variations
Color information
#3B4511 (or 0x3B4511) is known color: Turtle Green. HEX triplet: 3B, 45 and 11. RGB value is (59,69,17). Sum of RGB (Red+Green+Blue) = 59+69+17=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4511 is #C4BAEE. Grayscale: #3C3C3C. Windows color (decimal): -12892911 or 1131835. OLE color: 1131835.
HSL color Cylindrical-coordinate representation of color #3B4511: hue angle of 71.54º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B4511 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 17 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.73 |
| HSL | 71.54º | 0.6% | 0.17% | - |
| HSV(B) | 71.54º | 0.75% | 0.27% | - |
| XYZ | 4.03 | 5.23 | 1.33 | - |
| YUV | 60.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 17 | 0.14 | 0 | 0.75 | 0.73 | 71.54 | 0.6 | 0.17 |
| Hex | 3B | 45 | 11 | E | 0 | 4B | 49 | 48 | 3C | 11 |
| Octal | 73 | 105 | 21 | 16 | 0 | 113 | 111 | 110 | 74 | 21 |
| Binary | 111011 | 1000101 | 10001 | 1110 | 0 | 1001011 | 1001001 | 1001000 | 111100 | 10001 |
Color Harmonies of #3B4511
Complementary color
Monochromatic Colors of #3B4511
Black with #3B4511
Text Example
Text Example
White with #3B4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4511; }
p { color: rgb(59,69,17); }
H1.HeaderClassName
{
color: #3B4511;
}
.AnyTagClassName
{
color: #3B4511;
}
</style>
background-color css
<style>
a { background-color: #3B4511; }
a { background-color: rgb(59,69,17); }
div.DivClassName
{
background-color: #3B4511;
}
.BgClassName
{
background-color: #3B4511;
}
</style>
border-color css
<style>
span { border-color: #3B4511; }
span { border-color: rgb(59,69,17); }
td.TdClassName
{
border-color: #3B4511;
}
.TagClassName
{
border-color: #3B4511;
}
</style>