Shades of Turtle Green #343721
Tints of Turtle Green #343721
RGB
CMYK
RGB Variations
Color information
#343721 (or 0x343721) is known color: Turtle Green. HEX triplet: 34, 37 and 21. RGB value is (52,55,33). Sum of RGB (Red+Green+Blue) = 52+55+33=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #343721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343721 is #CBC8DE. Grayscale: #333333. Windows color (decimal): -13355231 or 2176820. OLE color: 2176820.
HSL color Cylindrical-coordinate representation of color #343721: hue angle of 68.18º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343721 is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 55 | 33 | - |
| CMYK | 0.05 | 0 | 0.4 | 0.78 |
| HSL | 68.18º | 0.25% | 0.17% | - |
| HSV(B) | 68.18º | 0.4% | 0.22% | - |
| XYZ | 3.06 | 3.57 | 1.97 | - |
| YUV | 51.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 33 | 0.05 | 0 | 0.4 | 0.78 | 68.18 | 0.25 | 0.17 |
| Hex | 34 | 37 | 21 | 5 | 0 | 28 | 4E | 44 | 19 | 11 |
| Octal | 64 | 67 | 41 | 5 | 0 | 50 | 116 | 104 | 31 | 21 |
| Binary | 110100 | 110111 | 100001 | 101 | 0 | 101000 | 1001110 | 1000100 | 11001 | 10001 |
Color Harmonies of #343721
Complementary color
Monochromatic Colors of #343721
Black with #343721
Text Example
Text Example
White with #343721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343721; }
p { color: rgb(52,55,33); }
H1.HeaderClassName
{
color: #343721;
}
.AnyTagClassName
{
color: #343721;
}
</style>
background-color css
<style>
a { background-color: #343721; }
a { background-color: rgb(52,55,33); }
div.DivClassName
{
background-color: #343721;
}
.BgClassName
{
background-color: #343721;
}
</style>
border-color css
<style>
span { border-color: #343721; }
span { border-color: rgb(52,55,33); }
td.TdClassName
{
border-color: #343721;
}
.TagClassName
{
border-color: #343721;
}
</style>