Shades of Turtle Green #344610
Tints of Turtle Green #344610
RGB
CMYK
RGB Variations
Color information
#344610 (or 0x344610) is known color: Turtle Green. HEX triplet: 34, 46 and 10. RGB value is (52,70,16). Sum of RGB (Red+Green+Blue) = 52+70+16=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #344610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344610 is #CBB9EF. Grayscale: #3A3A3A. Windows color (decimal): -13351408 or 1066548. OLE color: 1066548.
HSL color Cylindrical-coordinate representation of color #344610: hue angle of 80º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344610 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 16 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.73 |
| HSL | 80º | 0.63% | 0.17% | - |
| HSV(B) | 80º | 0.77% | 0.27% | - |
| XYZ | 3.7 | 5.15 | 1.29 | - |
| YUV | 58.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 16 | 0.26 | 0 | 0.77 | 0.73 | 80 | 0.63 | 0.17 |
| Hex | 34 | 46 | 10 | 1A | 0 | 4D | 49 | 50 | 3F | 11 |
| Octal | 64 | 106 | 20 | 32 | 0 | 115 | 111 | 120 | 77 | 21 |
| Binary | 110100 | 1000110 | 10000 | 11010 | 0 | 1001101 | 1001001 | 1010000 | 111111 | 10001 |
Color Harmonies of #344610
Complementary color
Monochromatic Colors of #344610
Black with #344610
Text Example
Text Example
White with #344610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344610; }
p { color: rgb(52,70,16); }
H1.HeaderClassName
{
color: #344610;
}
.AnyTagClassName
{
color: #344610;
}
</style>
background-color css
<style>
a { background-color: #344610; }
a { background-color: rgb(52,70,16); }
div.DivClassName
{
background-color: #344610;
}
.BgClassName
{
background-color: #344610;
}
</style>
border-color css
<style>
span { border-color: #344610; }
span { border-color: rgb(52,70,16); }
td.TdClassName
{
border-color: #344610;
}
.TagClassName
{
border-color: #344610;
}
</style>