Shades of Turtle Green #3B4115
Tints of Turtle Green #3B4115
RGB
CMYK
RGB Variations
Color information
#3B4115 (or 0x3B4115) is known color: Turtle Green. HEX triplet: 3B, 41 and 15. RGB value is (59,65,21). Sum of RGB (Red+Green+Blue) = 59+65+21=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4115 is #C4BEEA. Grayscale: #3A3A3A. Windows color (decimal): -12893931 or 1392955. OLE color: 1392955.
HSL color Cylindrical-coordinate representation of color #3B4115: hue angle of 68.18º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B4115 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 21 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.75 |
| HSL | 68.18º | 0.51% | 0.17% | - |
| HSV(B) | 68.18º | 0.68% | 0.25% | - |
| XYZ | 3.83 | 4.76 | 1.43 | - |
| YUV | 58.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 21 | 0.09 | 0 | 0.68 | 0.75 | 68.18 | 0.51 | 0.17 |
| Hex | 3B | 41 | 15 | 9 | 0 | 44 | 4B | 44 | 33 | 11 |
| Octal | 73 | 101 | 25 | 11 | 0 | 104 | 113 | 104 | 63 | 21 |
| Binary | 111011 | 1000001 | 10101 | 1001 | 0 | 1000100 | 1001011 | 1000100 | 110011 | 10001 |
Color Harmonies of #3B4115
Complementary color
Monochromatic Colors of #3B4115
Black with #3B4115
Text Example
Text Example
White with #3B4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4115; }
p { color: rgb(59,65,21); }
H1.HeaderClassName
{
color: #3B4115;
}
.AnyTagClassName
{
color: #3B4115;
}
</style>
background-color css
<style>
a { background-color: #3B4115; }
a { background-color: rgb(59,65,21); }
div.DivClassName
{
background-color: #3B4115;
}
.BgClassName
{
background-color: #3B4115;
}
</style>
border-color css
<style>
span { border-color: #3B4115; }
span { border-color: rgb(59,65,21); }
td.TdClassName
{
border-color: #3B4115;
}
.TagClassName
{
border-color: #3B4115;
}
</style>