Shades of Turtle Green #344714
Tints of Turtle Green #344714
RGB
CMYK
RGB Variations
Color information
#344714 (or 0x344714) is known color: Turtle Green. HEX triplet: 34, 47 and 14. RGB value is (52,71,20). Sum of RGB (Red+Green+Blue) = 52+71+20=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #344714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344714 is #CBB8EB. Grayscale: #3B3B3B. Windows color (decimal): -13351148 or 1328948. OLE color: 1328948.
HSL color Cylindrical-coordinate representation of color #344714: hue angle of 82.35º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344714 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 20 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.72 |
| HSL | 82.35º | 0.56% | 0.18% | - |
| HSV(B) | 82.35º | 0.72% | 0.28% | - |
| XYZ | 3.8 | 5.29 | 1.48 | - |
| YUV | 59.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 20 | 0.27 | 0 | 0.72 | 0.72 | 82.35 | 0.56 | 0.18 |
| Hex | 34 | 47 | 14 | 1B | 0 | 48 | 48 | 52 | 38 | 12 |
| Octal | 64 | 107 | 24 | 33 | 0 | 110 | 110 | 122 | 70 | 22 |
| Binary | 110100 | 1000111 | 10100 | 11011 | 0 | 1001000 | 1001000 | 1010010 | 111000 | 10010 |
Color Harmonies of #344714
Complementary color
Monochromatic Colors of #344714
Black with #344714
Text Example
Text Example
White with #344714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344714; }
p { color: rgb(52,71,20); }
H1.HeaderClassName
{
color: #344714;
}
.AnyTagClassName
{
color: #344714;
}
</style>
background-color css
<style>
a { background-color: #344714; }
a { background-color: rgb(52,71,20); }
div.DivClassName
{
background-color: #344714;
}
.BgClassName
{
background-color: #344714;
}
</style>
border-color css
<style>
span { border-color: #344714; }
span { border-color: rgb(52,71,20); }
td.TdClassName
{
border-color: #344714;
}
.TagClassName
{
border-color: #344714;
}
</style>