Shades of Turtle Green #344615
Tints of Turtle Green #344615
RGB
CMYK
RGB Variations
Color information
#344615 (or 0x344615) is known color: Turtle Green. HEX triplet: 34, 46 and 15. RGB value is (52,70,21). Sum of RGB (Red+Green+Blue) = 52+70+21=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #344615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344615 is #CBB9EA. Grayscale: #3B3B3B. Windows color (decimal): -13351403 or 1394228. OLE color: 1394228.
HSL color Cylindrical-coordinate representation of color #344615: hue angle of 82.04º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344615 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 21 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.73 |
| HSL | 82.04º | 0.54% | 0.18% | - |
| HSV(B) | 82.04º | 0.7% | 0.27% | - |
| XYZ | 3.74 | 5.16 | 1.51 | - |
| YUV | 59.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 21 | 0.26 | 0 | 0.70 | 0.73 | 82.04 | 0.54 | 0.18 |
| Hex | 34 | 46 | 15 | 1A | 0 | 46 | 49 | 52 | 36 | 12 |
| Octal | 64 | 106 | 25 | 32 | 0 | 106 | 111 | 122 | 66 | 22 |
| Binary | 110100 | 1000110 | 10101 | 11010 | 0 | 1000110 | 1001001 | 1010010 | 110110 | 10010 |
Color Harmonies of #344615
Complementary color
Monochromatic Colors of #344615
Black with #344615
Text Example
Text Example
White with #344615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344615; }
p { color: rgb(52,70,21); }
H1.HeaderClassName
{
color: #344615;
}
.AnyTagClassName
{
color: #344615;
}
</style>
background-color css
<style>
a { background-color: #344615; }
a { background-color: rgb(52,70,21); }
div.DivClassName
{
background-color: #344615;
}
.BgClassName
{
background-color: #344615;
}
</style>
border-color css
<style>
span { border-color: #344615; }
span { border-color: rgb(52,70,21); }
td.TdClassName
{
border-color: #344615;
}
.TagClassName
{
border-color: #344615;
}
</style>