Shades of Turtle Green #344611
Tints of Turtle Green #344611
RGB
CMYK
RGB Variations
Color information
#344611 (or 0x344611) is known color: Turtle Green. HEX triplet: 34, 46 and 11. RGB value is (52,70,17). Sum of RGB (Red+Green+Blue) = 52+70+17=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #344611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344611 is #CBB9EE. Grayscale: #3A3A3A. Windows color (decimal): -13351407 or 1132084. OLE color: 1132084.
HSL color Cylindrical-coordinate representation of color #344611: hue angle of 80.38º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #344611 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 17 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.73 |
| HSL | 80.38º | 0.61% | 0.17% | - |
| HSV(B) | 80.38º | 0.76% | 0.27% | - |
| XYZ | 3.71 | 5.15 | 1.33 | - |
| YUV | 58.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 17 | 0.26 | 0 | 0.76 | 0.73 | 80.38 | 0.61 | 0.17 |
| Hex | 34 | 46 | 11 | 1A | 0 | 4C | 49 | 50 | 3D | 11 |
| Octal | 64 | 106 | 21 | 32 | 0 | 114 | 111 | 120 | 75 | 21 |
| Binary | 110100 | 1000110 | 10001 | 11010 | 0 | 1001100 | 1001001 | 1010000 | 111101 | 10001 |
Color Harmonies of #344611
Complementary color
Monochromatic Colors of #344611
Black with #344611
Text Example
Text Example
White with #344611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344611; }
p { color: rgb(52,70,17); }
H1.HeaderClassName
{
color: #344611;
}
.AnyTagClassName
{
color: #344611;
}
</style>
background-color css
<style>
a { background-color: #344611; }
a { background-color: rgb(52,70,17); }
div.DivClassName
{
background-color: #344611;
}
.BgClassName
{
background-color: #344611;
}
</style>
border-color css
<style>
span { border-color: #344611; }
span { border-color: rgb(52,70,17); }
td.TdClassName
{
border-color: #344611;
}
.TagClassName
{
border-color: #344611;
}
</style>