Shades of Turtle Green #344C11
Tints of Turtle Green #344C11
RGB
CMYK
RGB Variations
Color information
#344C11 (or 0x344C11) is known color: Turtle Green. HEX triplet: 34, 4C and 11. RGB value is (52,76,17). Sum of RGB (Red+Green+Blue) = 52+76+17=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #344C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344C11 is #CBB3EE. Grayscale: #3E3E3E. Windows color (decimal): -13349871 or 1133620. OLE color: 1133620.
HSL color Cylindrical-coordinate representation of color #344C11: hue angle of 84.41º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344C11 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 17 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.70 |
| HSL | 84.41º | 0.63% | 0.18% | - |
| HSV(B) | 84.41º | 0.78% | 0.3% | - |
| XYZ | 4.1 | 5.94 | 1.46 | - |
| YUV | 62.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 17 | 0.32 | 0 | 0.78 | 0.70 | 84.41 | 0.63 | 0.18 |
| Hex | 34 | 4C | 11 | 20 | 0 | 4E | 46 | 54 | 3F | 12 |
| Octal | 64 | 114 | 21 | 40 | 0 | 116 | 106 | 124 | 77 | 22 |
| Binary | 110100 | 1001100 | 10001 | 100000 | 0 | 1001110 | 1000110 | 1010100 | 111111 | 10010 |
Color Harmonies of #344C11
Complementary color
Monochromatic Colors of #344C11
Black with #344C11
Text Example
Text Example
White with #344C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C11; }
p { color: rgb(52,76,17); }
H1.HeaderClassName
{
color: #344C11;
}
.AnyTagClassName
{
color: #344C11;
}
</style>
background-color css
<style>
a { background-color: #344C11; }
a { background-color: rgb(52,76,17); }
div.DivClassName
{
background-color: #344C11;
}
.BgClassName
{
background-color: #344C11;
}
</style>
border-color css
<style>
span { border-color: #344C11; }
span { border-color: rgb(52,76,17); }
td.TdClassName
{
border-color: #344C11;
}
.TagClassName
{
border-color: #344C11;
}
</style>