Shades of Turtle Green #344D12
Tints of Turtle Green #344D12
RGB
CMYK
RGB Variations
Color information
#344D12 (or 0x344D12) is known color: Turtle Green. HEX triplet: 34, 4D and 12. RGB value is (52,77,18). Sum of RGB (Red+Green+Blue) = 52+77+18=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #344D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344D12 is #CBB2ED. Grayscale: #3F3F3F. Windows color (decimal): -13349614 or 1199412. OLE color: 1199412.
HSL color Cylindrical-coordinate representation of color #344D12: hue angle of 85.42º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344D12 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 77 | 18 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.70 |
| HSL | 85.42º | 0.62% | 0.19% | - |
| HSV(B) | 85.42º | 0.77% | 0.3% | - |
| XYZ | 4.18 | 6.08 | 1.53 | - |
| YUV | 62.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 18 | 0.32 | 0 | 0.77 | 0.70 | 85.42 | 0.62 | 0.19 |
| Hex | 34 | 4D | 12 | 20 | 0 | 4D | 46 | 55 | 3E | 13 |
| Octal | 64 | 115 | 22 | 40 | 0 | 115 | 106 | 125 | 76 | 23 |
| Binary | 110100 | 1001101 | 10010 | 100000 | 0 | 1001101 | 1000110 | 1010101 | 111110 | 10011 |
Color Harmonies of #344D12
Complementary color
Monochromatic Colors of #344D12
Black with #344D12
Text Example
Text Example
White with #344D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D12; }
p { color: rgb(52,77,18); }
H1.HeaderClassName
{
color: #344D12;
}
.AnyTagClassName
{
color: #344D12;
}
</style>
background-color css
<style>
a { background-color: #344D12; }
a { background-color: rgb(52,77,18); }
div.DivClassName
{
background-color: #344D12;
}
.BgClassName
{
background-color: #344D12;
}
</style>
border-color css
<style>
span { border-color: #344D12; }
span { border-color: rgb(52,77,18); }
td.TdClassName
{
border-color: #344D12;
}
.TagClassName
{
border-color: #344D12;
}
</style>