Shades of Turtle Green #344F11
Tints of Turtle Green #344F11
RGB
CMYK
RGB Variations
Color information
#344F11 (or 0x344F11) is known color: Turtle Green. HEX triplet: 34, 4F and 11. RGB value is (52,79,17). Sum of RGB (Red+Green+Blue) = 52+79+17=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #344F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344F11 is #CBB0EE. Grayscale: #404040. Windows color (decimal): -13349103 or 1134388. OLE color: 1134388.
HSL color Cylindrical-coordinate representation of color #344F11: hue angle of 86.13º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344F11 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 79 | 17 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.69 |
| HSL | 86.13º | 0.65% | 0.19% | - |
| HSV(B) | 86.13º | 0.78% | 0.31% | - |
| XYZ | 4.31 | 6.36 | 1.53 | - |
| YUV | 63.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 17 | 0.34 | 0 | 0.78 | 0.69 | 86.13 | 0.65 | 0.19 |
| Hex | 34 | 4F | 11 | 22 | 0 | 4E | 45 | 56 | 41 | 13 |
| Octal | 64 | 117 | 21 | 42 | 0 | 116 | 105 | 126 | 101 | 23 |
| Binary | 110100 | 1001111 | 10001 | 100010 | 0 | 1001110 | 1000101 | 1010110 | 1000001 | 10011 |
Color Harmonies of #344F11
Complementary color
Monochromatic Colors of #344F11
Black with #344F11
Text Example
Text Example
White with #344F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F11; }
p { color: rgb(52,79,17); }
H1.HeaderClassName
{
color: #344F11;
}
.AnyTagClassName
{
color: #344F11;
}
</style>
background-color css
<style>
a { background-color: #344F11; }
a { background-color: rgb(52,79,17); }
div.DivClassName
{
background-color: #344F11;
}
.BgClassName
{
background-color: #344F11;
}
</style>
border-color css
<style>
span { border-color: #344F11; }
span { border-color: rgb(52,79,17); }
td.TdClassName
{
border-color: #344F11;
}
.TagClassName
{
border-color: #344F11;
}
</style>