Shades of Turtle Green #344909
Tints of Turtle Green #344909
RGB
CMYK
RGB Variations
Color information
#344909 (or 0x344909) is known color: Turtle Green. HEX triplet: 34, 49 and 09. RGB value is (52,73,9). Sum of RGB (Red+Green+Blue) = 52+73+9=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #344909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344909 is #CBB6F6. Grayscale: #3B3B3B. Windows color (decimal): -13350647 or 608564. OLE color: 608564.
HSL color Cylindrical-coordinate representation of color #344909: hue angle of 79.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #344909 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 73 | 9 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.71 |
| HSL | 79.69º | 0.78% | 0.16% | - |
| HSV(B) | 79.69º | 0.88% | 0.29% | - |
| XYZ | 3.85 | 5.51 | 1.12 | - |
| YUV | 59.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 9 | 0.29 | 0 | 0.88 | 0.71 | 79.69 | 0.78 | 0.16 |
| Hex | 34 | 49 | 9 | 1D | 0 | 58 | 47 | 50 | 4E | 10 |
| Octal | 64 | 111 | 11 | 35 | 0 | 130 | 107 | 120 | 116 | 20 |
| Binary | 110100 | 1001001 | 1001 | 11101 | 0 | 1011000 | 1000111 | 1010000 | 1001110 | 10000 |
Color Harmonies of #344909
Complementary color
Monochromatic Colors of #344909
Black with #344909
Text Example
Text Example
White with #344909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344909; }
p { color: rgb(52,73,9); }
H1.HeaderClassName
{
color: #344909;
}
.AnyTagClassName
{
color: #344909;
}
</style>
background-color css
<style>
a { background-color: #344909; }
a { background-color: rgb(52,73,9); }
div.DivClassName
{
background-color: #344909;
}
.BgClassName
{
background-color: #344909;
}
</style>
border-color css
<style>
span { border-color: #344909; }
span { border-color: rgb(52,73,9); }
td.TdClassName
{
border-color: #344909;
}
.TagClassName
{
border-color: #344909;
}
</style>