Shades of Turtle Green #344811
Tints of Turtle Green #344811
RGB
CMYK
RGB Variations
Color information
#344811 (or 0x344811) is known color: Turtle Green. HEX triplet: 34, 48 and 11. RGB value is (52,72,17). Sum of RGB (Red+Green+Blue) = 52+72+17=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #344811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344811 is #CBB7EE. Grayscale: #3B3B3B. Windows color (decimal): -13350895 or 1132596. OLE color: 1132596.
HSL color Cylindrical-coordinate representation of color #344811: hue angle of 81.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #344811 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 72 | 17 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.72 |
| HSL | 81.82º | 0.62% | 0.17% | - |
| HSV(B) | 81.82º | 0.76% | 0.28% | - |
| XYZ | 3.83 | 5.41 | 1.37 | - |
| YUV | 59.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 17 | 0.28 | 0 | 0.76 | 0.72 | 81.82 | 0.62 | 0.17 |
| Hex | 34 | 48 | 11 | 1C | 0 | 4C | 48 | 52 | 3E | 11 |
| Octal | 64 | 110 | 21 | 34 | 0 | 114 | 110 | 122 | 76 | 21 |
| Binary | 110100 | 1001000 | 10001 | 11100 | 0 | 1001100 | 1001000 | 1010010 | 111110 | 10001 |
Color Harmonies of #344811
Complementary color
Monochromatic Colors of #344811
Black with #344811
Text Example
Text Example
White with #344811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344811; }
p { color: rgb(52,72,17); }
H1.HeaderClassName
{
color: #344811;
}
.AnyTagClassName
{
color: #344811;
}
</style>
background-color css
<style>
a { background-color: #344811; }
a { background-color: rgb(52,72,17); }
div.DivClassName
{
background-color: #344811;
}
.BgClassName
{
background-color: #344811;
}
</style>
border-color css
<style>
span { border-color: #344811; }
span { border-color: rgb(52,72,17); }
td.TdClassName
{
border-color: #344811;
}
.TagClassName
{
border-color: #344811;
}
</style>