Shades of Turtle Green #3B4621
Tints of Turtle Green #3B4621
RGB
CMYK
RGB Variations
Color information
#3B4621 (or 0x3B4621) is known color: Turtle Green. HEX triplet: 3B, 46 and 21. RGB value is (59,70,33). Sum of RGB (Red+Green+Blue) = 59+70+33=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4621 is #C4B9DE. Grayscale: #3E3E3E. Windows color (decimal): -12892639 or 2180667. OLE color: 2180667.
HSL color Cylindrical-coordinate representation of color #3B4621: hue angle of 77.84º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B4621 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 33 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.73 |
| HSL | 77.84º | 0.36% | 0.2% | - |
| HSV(B) | 77.84º | 0.53% | 0.27% | - |
| XYZ | 4.27 | 5.42 | 2.26 | - |
| YUV | 62.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 33 | 0.16 | 0 | 0.53 | 0.73 | 77.84 | 0.36 | 0.2 |
| Hex | 3B | 46 | 21 | 10 | 0 | 35 | 49 | 4E | 24 | 14 |
| Octal | 73 | 106 | 41 | 20 | 0 | 65 | 111 | 116 | 44 | 24 |
| Binary | 111011 | 1000110 | 100001 | 10000 | 0 | 110101 | 1001001 | 1001110 | 100100 | 10100 |
Color Harmonies of #3B4621
Complementary color
Monochromatic Colors of #3B4621
Black with #3B4621
Text Example
Text Example
White with #3B4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4621; }
p { color: rgb(59,70,33); }
H1.HeaderClassName
{
color: #3B4621;
}
.AnyTagClassName
{
color: #3B4621;
}
</style>
background-color css
<style>
a { background-color: #3B4621; }
a { background-color: rgb(59,70,33); }
div.DivClassName
{
background-color: #3B4621;
}
.BgClassName
{
background-color: #3B4621;
}
</style>
border-color css
<style>
span { border-color: #3B4621; }
span { border-color: rgb(59,70,33); }
td.TdClassName
{
border-color: #3B4621;
}
.TagClassName
{
border-color: #3B4621;
}
</style>