Shades of Turtle Green #3B4615
Tints of Turtle Green #3B4615
RGB
CMYK
RGB Variations
Color information
#3B4615 (or 0x3B4615) is known color: Turtle Green. HEX triplet: 3B, 46 and 15. RGB value is (59,70,21). Sum of RGB (Red+Green+Blue) = 59+70+21=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4615 is #C4B9EA. Grayscale: #3D3D3D. Windows color (decimal): -12892651 or 1394235. OLE color: 1394235.
HSL color Cylindrical-coordinate representation of color #3B4615: hue angle of 73.47º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B4615 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 21 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.73 |
| HSL | 73.47º | 0.54% | 0.18% | - |
| HSV(B) | 73.47º | 0.7% | 0.27% | - |
| XYZ | 4.13 | 5.36 | 1.53 | - |
| YUV | 61.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 21 | 0.16 | 0 | 0.70 | 0.73 | 73.47 | 0.54 | 0.18 |
| Hex | 3B | 46 | 15 | 10 | 0 | 46 | 49 | 49 | 36 | 12 |
| Octal | 73 | 106 | 25 | 20 | 0 | 106 | 111 | 111 | 66 | 22 |
| Binary | 111011 | 1000110 | 10101 | 10000 | 0 | 1000110 | 1001001 | 1001001 | 110110 | 10010 |
Color Harmonies of #3B4615
Complementary color
Monochromatic Colors of #3B4615
Black with #3B4615
Text Example
Text Example
White with #3B4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4615; }
p { color: rgb(59,70,21); }
H1.HeaderClassName
{
color: #3B4615;
}
.AnyTagClassName
{
color: #3B4615;
}
</style>
background-color css
<style>
a { background-color: #3B4615; }
a { background-color: rgb(59,70,21); }
div.DivClassName
{
background-color: #3B4615;
}
.BgClassName
{
background-color: #3B4615;
}
</style>
border-color css
<style>
span { border-color: #3B4615; }
span { border-color: rgb(59,70,21); }
td.TdClassName
{
border-color: #3B4615;
}
.TagClassName
{
border-color: #3B4615;
}
</style>