Shades of Turtle Green #3B4720
Tints of Turtle Green #3B4720
RGB
CMYK
RGB Variations
Color information
#3B4720 (or 0x3B4720) is known color: Turtle Green. HEX triplet: 3B, 47 and 20. RGB value is (59,71,32). Sum of RGB (Red+Green+Blue) = 59+71+32=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4720 is #C4B8DF. Grayscale: #3F3F3F. Windows color (decimal): -12892384 or 2115387. OLE color: 2115387.
HSL color Cylindrical-coordinate representation of color #3B4720: hue angle of 78.46º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B4720 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 71 | 32 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.72 |
| HSL | 78.46º | 0.38% | 0.2% | - |
| HSV(B) | 78.46º | 0.55% | 0.28% | - |
| XYZ | 4.32 | 5.54 | 2.21 | - |
| YUV | 62.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 32 | 0.17 | 0 | 0.55 | 0.72 | 78.46 | 0.38 | 0.2 |
| Hex | 3B | 47 | 20 | 11 | 0 | 37 | 48 | 4E | 26 | 14 |
| Octal | 73 | 107 | 40 | 21 | 0 | 67 | 110 | 116 | 46 | 24 |
| Binary | 111011 | 1000111 | 100000 | 10001 | 0 | 110111 | 1001000 | 1001110 | 100110 | 10100 |
Color Harmonies of #3B4720
Complementary color
Monochromatic Colors of #3B4720
Black with #3B4720
Text Example
Text Example
White with #3B4720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4720; }
p { color: rgb(59,71,32); }
H1.HeaderClassName
{
color: #3B4720;
}
.AnyTagClassName
{
color: #3B4720;
}
</style>
background-color css
<style>
a { background-color: #3B4720; }
a { background-color: rgb(59,71,32); }
div.DivClassName
{
background-color: #3B4720;
}
.BgClassName
{
background-color: #3B4720;
}
</style>
border-color css
<style>
span { border-color: #3B4720; }
span { border-color: rgb(59,71,32); }
td.TdClassName
{
border-color: #3B4720;
}
.TagClassName
{
border-color: #3B4720;
}
</style>