Shades of Turtle Green #343E16
Tints of Turtle Green #343E16
RGB
CMYK
RGB Variations
Color information
#343E16 (or 0x343E16) is known color: Turtle Green. HEX triplet: 34, 3E and 16. RGB value is (52,62,22). Sum of RGB (Red+Green+Blue) = 52+62+22=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #343E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E16 is #CBC1E9. Grayscale: #363636. Windows color (decimal): -13353450 or 1457716. OLE color: 1457716.
HSL color Cylindrical-coordinate representation of color #343E16: hue angle of 75º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343E16 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 22 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.76 |
| HSL | 75º | 0.48% | 0.16% | - |
| HSV(B) | 75º | 0.65% | 0.24% | - |
| XYZ | 3.28 | 4.23 | 1.4 | - |
| YUV | 54.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 22 | 0.16 | 0 | 0.65 | 0.76 | 75 | 0.48 | 0.16 |
| Hex | 34 | 3E | 16 | 10 | 0 | 41 | 4C | 4B | 30 | 10 |
| Octal | 64 | 76 | 26 | 20 | 0 | 101 | 114 | 113 | 60 | 20 |
| Binary | 110100 | 111110 | 10110 | 10000 | 0 | 1000001 | 1001100 | 1001011 | 110000 | 10000 |
Color Harmonies of #343E16
Complementary color
Monochromatic Colors of #343E16
Black with #343E16
Text Example
Text Example
White with #343E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E16; }
p { color: rgb(52,62,22); }
H1.HeaderClassName
{
color: #343E16;
}
.AnyTagClassName
{
color: #343E16;
}
</style>
background-color css
<style>
a { background-color: #343E16; }
a { background-color: rgb(52,62,22); }
div.DivClassName
{
background-color: #343E16;
}
.BgClassName
{
background-color: #343E16;
}
</style>
border-color css
<style>
span { border-color: #343E16; }
span { border-color: rgb(52,62,22); }
td.TdClassName
{
border-color: #343E16;
}
.TagClassName
{
border-color: #343E16;
}
</style>