Shades of Turtle Green #3B4617
Tints of Turtle Green #3B4617
RGB
CMYK
RGB Variations
Color information
#3B4617 (or 0x3B4617) is known color: Turtle Green. HEX triplet: 3B, 46 and 17. RGB value is (59,70,23). Sum of RGB (Red+Green+Blue) = 59+70+23=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4617 is #C4B9E8. Grayscale: #3D3D3D. Windows color (decimal): -12892649 or 1525307. OLE color: 1525307.
HSL color Cylindrical-coordinate representation of color #3B4617: hue angle of 74.04º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B4617 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 23 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.73 |
| HSL | 74.04º | 0.51% | 0.18% | - |
| HSV(B) | 74.04º | 0.67% | 0.27% | - |
| XYZ | 4.15 | 5.37 | 1.63 | - |
| YUV | 61.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 23 | 0.16 | 0 | 0.67 | 0.73 | 74.04 | 0.51 | 0.18 |
| Hex | 3B | 46 | 17 | 10 | 0 | 43 | 49 | 4A | 33 | 12 |
| Octal | 73 | 106 | 27 | 20 | 0 | 103 | 111 | 112 | 63 | 22 |
| Binary | 111011 | 1000110 | 10111 | 10000 | 0 | 1000011 | 1001001 | 1001010 | 110011 | 10010 |
Color Harmonies of #3B4617
Complementary color
Monochromatic Colors of #3B4617
Black with #3B4617
Text Example
Text Example
White with #3B4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4617; }
p { color: rgb(59,70,23); }
H1.HeaderClassName
{
color: #3B4617;
}
.AnyTagClassName
{
color: #3B4617;
}
</style>
background-color css
<style>
a { background-color: #3B4617; }
a { background-color: rgb(59,70,23); }
div.DivClassName
{
background-color: #3B4617;
}
.BgClassName
{
background-color: #3B4617;
}
</style>
border-color css
<style>
span { border-color: #3B4617; }
span { border-color: rgb(59,70,23); }
td.TdClassName
{
border-color: #3B4617;
}
.TagClassName
{
border-color: #3B4617;
}
</style>