Shades of Turtle Green #344705
Tints of Turtle Green #344705
RGB
CMYK
RGB Variations
Color information
#344705 (or 0x344705) is known color: Turtle Green. HEX triplet: 34, 47 and 05. RGB value is (52,71,5). Sum of RGB (Red+Green+Blue) = 52+71+5=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #344705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344705 is #CBB8FA. Grayscale: #3A3A3A. Windows color (decimal): -13351163 or 345908. OLE color: 345908.
HSL color Cylindrical-coordinate representation of color #344705: hue angle of 77.27º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #344705 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 5 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.72 |
| HSL | 77.27º | 0.87% | 0.15% | - |
| HSV(B) | 77.27º | 0.93% | 0.28% | - |
| XYZ | 3.7 | 5.25 | 0.96 | - |
| YUV | 57.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 5 | 0.27 | 0 | 0.93 | 0.72 | 77.27 | 0.87 | 0.15 |
| Hex | 34 | 47 | 5 | 1B | 0 | 5D | 48 | 4D | 57 | F |
| Octal | 64 | 107 | 5 | 33 | 0 | 135 | 110 | 115 | 127 | 17 |
| Binary | 110100 | 1000111 | 101 | 11011 | 0 | 1011101 | 1001000 | 1001101 | 1010111 | 1111 |
Color Harmonies of #344705
Complementary color
Monochromatic Colors of #344705
Black with #344705
Text Example
Text Example
White with #344705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344705; }
p { color: rgb(52,71,5); }
H1.HeaderClassName
{
color: #344705;
}
.AnyTagClassName
{
color: #344705;
}
</style>
background-color css
<style>
a { background-color: #344705; }
a { background-color: rgb(52,71,5); }
div.DivClassName
{
background-color: #344705;
}
.BgClassName
{
background-color: #344705;
}
</style>
border-color css
<style>
span { border-color: #344705; }
span { border-color: rgb(52,71,5); }
td.TdClassName
{
border-color: #344705;
}
.TagClassName
{
border-color: #344705;
}
</style>