Shades of Turtle Green #3B4117
Tints of Turtle Green #3B4117
RGB
CMYK
RGB Variations
Color information
#3B4117 (or 0x3B4117) is known color: Turtle Green. HEX triplet: 3B, 41 and 17. RGB value is (59,65,23). Sum of RGB (Red+Green+Blue) = 59+65+23=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4117 is #C4BEE8. Grayscale: #3A3A3A. Windows color (decimal): -12893929 or 1524027. OLE color: 1524027.
HSL color Cylindrical-coordinate representation of color #3B4117: hue angle of 68.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B4117 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 23 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.75 |
| HSL | 68.57º | 0.48% | 0.17% | - |
| HSV(B) | 68.57º | 0.65% | 0.25% | - |
| XYZ | 3.85 | 4.77 | 1.53 | - |
| YUV | 58.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 23 | 0.09 | 0 | 0.65 | 0.75 | 68.57 | 0.48 | 0.17 |
| Hex | 3B | 41 | 17 | 9 | 0 | 41 | 4B | 45 | 30 | 11 |
| Octal | 73 | 101 | 27 | 11 | 0 | 101 | 113 | 105 | 60 | 21 |
| Binary | 111011 | 1000001 | 10111 | 1001 | 0 | 1000001 | 1001011 | 1000101 | 110000 | 10001 |
Color Harmonies of #3B4117
Complementary color
Monochromatic Colors of #3B4117
Black with #3B4117
Text Example
Text Example
White with #3B4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4117; }
p { color: rgb(59,65,23); }
H1.HeaderClassName
{
color: #3B4117;
}
.AnyTagClassName
{
color: #3B4117;
}
</style>
background-color css
<style>
a { background-color: #3B4117; }
a { background-color: rgb(59,65,23); }
div.DivClassName
{
background-color: #3B4117;
}
.BgClassName
{
background-color: #3B4117;
}
</style>
border-color css
<style>
span { border-color: #3B4117; }
span { border-color: rgb(59,65,23); }
td.TdClassName
{
border-color: #3B4117;
}
.TagClassName
{
border-color: #3B4117;
}
</style>