Shades of Turtle Green #343B24
Tints of Turtle Green #343B24
RGB
CMYK
RGB Variations
Color information
#343B24 (or 0x343B24) is known color: Turtle Green. HEX triplet: 34, 3B and 24. RGB value is (52,59,36). Sum of RGB (Red+Green+Blue) = 52+59+36=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #343B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B24 is #CBC4DB. Grayscale: #363636. Windows color (decimal): -13354204 or 2374452. OLE color: 2374452.
HSL color Cylindrical-coordinate representation of color #343B24: hue angle of 78.26º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #343B24 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 36 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.77 |
| HSL | 78.26º | 0.24% | 0.19% | - |
| HSV(B) | 78.26º | 0.39% | 0.23% | - |
| XYZ | 3.3 | 3.99 | 2.26 | - |
| YUV | 54.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 36 | 0.12 | 0 | 0.39 | 0.77 | 78.26 | 0.24 | 0.19 |
| Hex | 34 | 3B | 24 | C | 0 | 27 | 4D | 4E | 18 | 13 |
| Octal | 64 | 73 | 44 | 14 | 0 | 47 | 115 | 116 | 30 | 23 |
| Binary | 110100 | 111011 | 100100 | 1100 | 0 | 100111 | 1001101 | 1001110 | 11000 | 10011 |
Color Harmonies of #343B24
Complementary color
Monochromatic Colors of #343B24
Black with #343B24
Text Example
Text Example
White with #343B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B24; }
p { color: rgb(52,59,36); }
H1.HeaderClassName
{
color: #343B24;
}
.AnyTagClassName
{
color: #343B24;
}
</style>
background-color css
<style>
a { background-color: #343B24; }
a { background-color: rgb(52,59,36); }
div.DivClassName
{
background-color: #343B24;
}
.BgClassName
{
background-color: #343B24;
}
</style>
border-color css
<style>
span { border-color: #343B24; }
span { border-color: rgb(52,59,36); }
td.TdClassName
{
border-color: #343B24;
}
.TagClassName
{
border-color: #343B24;
}
</style>