Shades of Turtle Green #343D0E
Tints of Turtle Green #343D0E
RGB
CMYK
RGB Variations
Color information
#343D0E (or 0x343D0E) is known color: Turtle Green. HEX triplet: 34, 3D and 0E. RGB value is (52,61,14). Sum of RGB (Red+Green+Blue) = 52+61+14=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #343D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343D0E is #CBC2F1. Grayscale: #353535. Windows color (decimal): -13353714 or 933172. OLE color: 933172.
HSL color Cylindrical-coordinate representation of color #343D0E: hue angle of 71.49º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343D0E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 14 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.76 |
| HSL | 71.49º | 0.63% | 0.15% | - |
| HSV(B) | 71.49º | 0.77% | 0.24% | - |
| XYZ | 3.16 | 4.1 | 1.04 | - |
| YUV | 52.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 14 | 0.15 | 0 | 0.77 | 0.76 | 71.49 | 0.63 | 0.15 |
| Hex | 34 | 3D | E | F | 0 | 4D | 4C | 47 | 3F | F |
| Octal | 64 | 75 | 16 | 17 | 0 | 115 | 114 | 107 | 77 | 17 |
| Binary | 110100 | 111101 | 1110 | 1111 | 0 | 1001101 | 1001100 | 1000111 | 111111 | 1111 |
Color Harmonies of #343D0E
Complementary color
Monochromatic Colors of #343D0E
Black with #343D0E
Text Example
Text Example
White with #343D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D0E; }
p { color: rgb(52,61,14); }
H1.HeaderClassName
{
color: #343D0E;
}
.AnyTagClassName
{
color: #343D0E;
}
</style>
background-color css
<style>
a { background-color: #343D0E; }
a { background-color: rgb(52,61,14); }
div.DivClassName
{
background-color: #343D0E;
}
.BgClassName
{
background-color: #343D0E;
}
</style>
border-color css
<style>
span { border-color: #343D0E; }
span { border-color: rgb(52,61,14); }
td.TdClassName
{
border-color: #343D0E;
}
.TagClassName
{
border-color: #343D0E;
}
</style>