Shades of Turtle Green #344517
Tints of Turtle Green #344517
RGB
CMYK
RGB Variations
Color information
#344517 (or 0x344517) is known color: Turtle Green. HEX triplet: 34, 45 and 17. RGB value is (52,69,23). Sum of RGB (Red+Green+Blue) = 52+69+23=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #344517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344517 is #CBBAE8. Grayscale: #3A3A3A. Windows color (decimal): -13351657 or 1525044. OLE color: 1525044.
HSL color Cylindrical-coordinate representation of color #344517: hue angle of 82.17º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #344517 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 23 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.73 |
| HSL | 82.17º | 0.5% | 0.18% | - |
| HSV(B) | 82.17º | 0.67% | 0.27% | - |
| XYZ | 3.7 | 5.05 | 1.59 | - |
| YUV | 58.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 23 | 0.25 | 0 | 0.67 | 0.73 | 82.17 | 0.5 | 0.18 |
| Hex | 34 | 45 | 17 | 19 | 0 | 43 | 49 | 52 | 32 | 12 |
| Octal | 64 | 105 | 27 | 31 | 0 | 103 | 111 | 122 | 62 | 22 |
| Binary | 110100 | 1000101 | 10111 | 11001 | 0 | 1000011 | 1001001 | 1010010 | 110010 | 10010 |
Color Harmonies of #344517
Complementary color
Monochromatic Colors of #344517
Black with #344517
Text Example
Text Example
White with #344517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344517; }
p { color: rgb(52,69,23); }
H1.HeaderClassName
{
color: #344517;
}
.AnyTagClassName
{
color: #344517;
}
</style>
background-color css
<style>
a { background-color: #344517; }
a { background-color: rgb(52,69,23); }
div.DivClassName
{
background-color: #344517;
}
.BgClassName
{
background-color: #344517;
}
</style>
border-color css
<style>
span { border-color: #344517; }
span { border-color: rgb(52,69,23); }
td.TdClassName
{
border-color: #344517;
}
.TagClassName
{
border-color: #344517;
}
</style>