Shades of Turtle Green #344715
Tints of Turtle Green #344715
RGB
CMYK
RGB Variations
Color information
#344715 (or 0x344715) is known color: Turtle Green. HEX triplet: 34, 47 and 15. RGB value is (52,71,21). Sum of RGB (Red+Green+Blue) = 52+71+21=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #344715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344715 is #CBB8EA. Grayscale: #3B3B3B. Windows color (decimal): -13351147 or 1394484. OLE color: 1394484.
HSL color Cylindrical-coordinate representation of color #344715: hue angle of 82.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344715 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 21 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.72 |
| HSL | 82.8º | 0.54% | 0.18% | - |
| HSV(B) | 82.8º | 0.7% | 0.28% | - |
| XYZ | 3.8 | 5.29 | 1.53 | - |
| YUV | 59.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 21 | 0.27 | 0 | 0.70 | 0.72 | 82.8 | 0.54 | 0.18 |
| Hex | 34 | 47 | 15 | 1B | 0 | 46 | 48 | 53 | 36 | 12 |
| Octal | 64 | 107 | 25 | 33 | 0 | 106 | 110 | 123 | 66 | 22 |
| Binary | 110100 | 1000111 | 10101 | 11011 | 0 | 1000110 | 1001000 | 1010011 | 110110 | 10010 |
Color Harmonies of #344715
Complementary color
Monochromatic Colors of #344715
Black with #344715
Text Example
Text Example
White with #344715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344715; }
p { color: rgb(52,71,21); }
H1.HeaderClassName
{
color: #344715;
}
.AnyTagClassName
{
color: #344715;
}
</style>
background-color css
<style>
a { background-color: #344715; }
a { background-color: rgb(52,71,21); }
div.DivClassName
{
background-color: #344715;
}
.BgClassName
{
background-color: #344715;
}
</style>
border-color css
<style>
span { border-color: #344715; }
span { border-color: rgb(52,71,21); }
td.TdClassName
{
border-color: #344715;
}
.TagClassName
{
border-color: #344715;
}
</style>