Shades of Turtle Green #344614
Tints of Turtle Green #344614
RGB
CMYK
RGB Variations
Color information
#344614 (or 0x344614) is known color: Turtle Green. HEX triplet: 34, 46 and 14. RGB value is (52,70,20). Sum of RGB (Red+Green+Blue) = 52+70+20=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #344614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344614 is #CBB9EB. Grayscale: #3B3B3B. Windows color (decimal): -13351404 or 1328692. OLE color: 1328692.
HSL color Cylindrical-coordinate representation of color #344614: hue angle of 81.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344614 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 20 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.73 |
| HSL | 81.6º | 0.56% | 0.18% | - |
| HSV(B) | 81.6º | 0.71% | 0.27% | - |
| XYZ | 3.73 | 5.16 | 1.46 | - |
| YUV | 58.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 20 | 0.26 | 0 | 0.71 | 0.73 | 81.6 | 0.56 | 0.18 |
| Hex | 34 | 46 | 14 | 1A | 0 | 47 | 49 | 52 | 38 | 12 |
| Octal | 64 | 106 | 24 | 32 | 0 | 107 | 111 | 122 | 70 | 22 |
| Binary | 110100 | 1000110 | 10100 | 11010 | 0 | 1000111 | 1001001 | 1010010 | 111000 | 10010 |
Color Harmonies of #344614
Complementary color
Monochromatic Colors of #344614
Black with #344614
Text Example
Text Example
White with #344614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344614; }
p { color: rgb(52,70,20); }
H1.HeaderClassName
{
color: #344614;
}
.AnyTagClassName
{
color: #344614;
}
</style>
background-color css
<style>
a { background-color: #344614; }
a { background-color: rgb(52,70,20); }
div.DivClassName
{
background-color: #344614;
}
.BgClassName
{
background-color: #344614;
}
</style>
border-color css
<style>
span { border-color: #344614; }
span { border-color: rgb(52,70,20); }
td.TdClassName
{
border-color: #344614;
}
.TagClassName
{
border-color: #344614;
}
</style>