Shades of Turtle Green #343B21
Tints of Turtle Green #343B21
RGB
CMYK
RGB Variations
Color information
#343B21 (or 0x343B21) is known color: Turtle Green. HEX triplet: 34, 3B and 21. RGB value is (52,59,33). Sum of RGB (Red+Green+Blue) = 52+59+33=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #343B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B21 is #CBC4DE. Grayscale: #363636. Windows color (decimal): -13354207 or 2177844. OLE color: 2177844.
HSL color Cylindrical-coordinate representation of color #343B21: hue angle of 76.15º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #343B21 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 33 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.77 |
| HSL | 76.15º | 0.28% | 0.18% | - |
| HSV(B) | 76.15º | 0.44% | 0.23% | - |
| XYZ | 3.25 | 3.97 | 2.03 | - |
| YUV | 53.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 33 | 0.12 | 0 | 0.44 | 0.77 | 76.15 | 0.28 | 0.18 |
| Hex | 34 | 3B | 21 | C | 0 | 2C | 4D | 4C | 1C | 12 |
| Octal | 64 | 73 | 41 | 14 | 0 | 54 | 115 | 114 | 34 | 22 |
| Binary | 110100 | 111011 | 100001 | 1100 | 0 | 101100 | 1001101 | 1001100 | 11100 | 10010 |
Color Harmonies of #343B21
Complementary color
Monochromatic Colors of #343B21
Black with #343B21
Text Example
Text Example
White with #343B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B21; }
p { color: rgb(52,59,33); }
H1.HeaderClassName
{
color: #343B21;
}
.AnyTagClassName
{
color: #343B21;
}
</style>
background-color css
<style>
a { background-color: #343B21; }
a { background-color: rgb(52,59,33); }
div.DivClassName
{
background-color: #343B21;
}
.BgClassName
{
background-color: #343B21;
}
</style>
border-color css
<style>
span { border-color: #343B21; }
span { border-color: rgb(52,59,33); }
td.TdClassName
{
border-color: #343B21;
}
.TagClassName
{
border-color: #343B21;
}
</style>