Shades of Turtle Green #3B4421
Tints of Turtle Green #3B4421
RGB
CMYK
RGB Variations
Color information
#3B4421 (or 0x3B4421) is known color: Turtle Green. HEX triplet: 3B, 44 and 21. RGB value is (59,68,33). Sum of RGB (Red+Green+Blue) = 59+68+33=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4421 is #C4BBDE. Grayscale: #3D3D3D. Windows color (decimal): -12893151 or 2180155. OLE color: 2180155.
HSL color Cylindrical-coordinate representation of color #3B4421: hue angle of 75.43º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B4421 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 68 | 33 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.73 |
| HSL | 75.43º | 0.35% | 0.2% | - |
| HSV(B) | 75.43º | 0.51% | 0.27% | - |
| XYZ | 4.15 | 5.17 | 2.22 | - |
| YUV | 61.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 33 | 0.13 | 0 | 0.51 | 0.73 | 75.43 | 0.35 | 0.2 |
| Hex | 3B | 44 | 21 | D | 0 | 33 | 49 | 4B | 23 | 14 |
| Octal | 73 | 104 | 41 | 15 | 0 | 63 | 111 | 113 | 43 | 24 |
| Binary | 111011 | 1000100 | 100001 | 1101 | 0 | 110011 | 1001001 | 1001011 | 100011 | 10100 |
Color Harmonies of #3B4421
Complementary color
Monochromatic Colors of #3B4421
Black with #3B4421
Text Example
Text Example
White with #3B4421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4421; }
p { color: rgb(59,68,33); }
H1.HeaderClassName
{
color: #3B4421;
}
.AnyTagClassName
{
color: #3B4421;
}
</style>
background-color css
<style>
a { background-color: #3B4421; }
a { background-color: rgb(59,68,33); }
div.DivClassName
{
background-color: #3B4421;
}
.BgClassName
{
background-color: #3B4421;
}
</style>
border-color css
<style>
span { border-color: #3B4421; }
span { border-color: rgb(59,68,33); }
td.TdClassName
{
border-color: #3B4421;
}
.TagClassName
{
border-color: #3B4421;
}
</style>