Shades of Turtle Green #343B13
Tints of Turtle Green #343B13
RGB
CMYK
RGB Variations
Color information
#343B13 (or 0x343B13) is known color: Turtle Green. HEX triplet: 34, 3B and 13. RGB value is (52,59,19). Sum of RGB (Red+Green+Blue) = 52+59+19=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #343B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343B13 is #CBC4EC. Grayscale: #343434. Windows color (decimal): -13354221 or 1260340. OLE color: 1260340.
HSL color Cylindrical-coordinate representation of color #343B13: hue angle of 70.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343B13 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 19 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.77 |
| HSL | 70.5º | 0.51% | 0.15% | - |
| HSV(B) | 70.5º | 0.68% | 0.23% | - |
| XYZ | 3.1 | 3.91 | 1.21 | - |
| YUV | 52.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 19 | 0.12 | 0 | 0.68 | 0.77 | 70.5 | 0.51 | 0.15 |
| Hex | 34 | 3B | 13 | C | 0 | 44 | 4D | 46 | 33 | F |
| Octal | 64 | 73 | 23 | 14 | 0 | 104 | 115 | 106 | 63 | 17 |
| Binary | 110100 | 111011 | 10011 | 1100 | 0 | 1000100 | 1001101 | 1000110 | 110011 | 1111 |
Color Harmonies of #343B13
Complementary color
Monochromatic Colors of #343B13
Black with #343B13
Text Example
Text Example
White with #343B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B13; }
p { color: rgb(52,59,19); }
H1.HeaderClassName
{
color: #343B13;
}
.AnyTagClassName
{
color: #343B13;
}
</style>
background-color css
<style>
a { background-color: #343B13; }
a { background-color: rgb(52,59,19); }
div.DivClassName
{
background-color: #343B13;
}
.BgClassName
{
background-color: #343B13;
}
</style>
border-color css
<style>
span { border-color: #343B13; }
span { border-color: rgb(52,59,19); }
td.TdClassName
{
border-color: #343B13;
}
.TagClassName
{
border-color: #343B13;
}
</style>