Shades of Turtle Green #344511
Tints of Turtle Green #344511
RGB
CMYK
RGB Variations
Color information
#344511 (or 0x344511) is known color: Turtle Green. HEX triplet: 34, 45 and 11. RGB value is (52,69,17). Sum of RGB (Red+Green+Blue) = 52+69+17=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #344511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344511 is #CBBAEE. Grayscale: #3A3A3A. Windows color (decimal): -13351663 or 1131828. OLE color: 1131828.
HSL color Cylindrical-coordinate representation of color #344511: hue angle of 79.62º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344511 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 17 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.73 |
| HSL | 79.62º | 0.6% | 0.17% | - |
| HSV(B) | 79.62º | 0.75% | 0.27% | - |
| XYZ | 3.65 | 5.03 | 1.31 | - |
| YUV | 57.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 17 | 0.25 | 0 | 0.75 | 0.73 | 79.62 | 0.6 | 0.17 |
| Hex | 34 | 45 | 11 | 19 | 0 | 4B | 49 | 50 | 3C | 11 |
| Octal | 64 | 105 | 21 | 31 | 0 | 113 | 111 | 120 | 74 | 21 |
| Binary | 110100 | 1000101 | 10001 | 11001 | 0 | 1001011 | 1001001 | 1010000 | 111100 | 10001 |
Color Harmonies of #344511
Complementary color
Monochromatic Colors of #344511
Black with #344511
Text Example
Text Example
White with #344511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344511; }
p { color: rgb(52,69,17); }
H1.HeaderClassName
{
color: #344511;
}
.AnyTagClassName
{
color: #344511;
}
</style>
background-color css
<style>
a { background-color: #344511; }
a { background-color: rgb(52,69,17); }
div.DivClassName
{
background-color: #344511;
}
.BgClassName
{
background-color: #344511;
}
</style>
border-color css
<style>
span { border-color: #344511; }
span { border-color: rgb(52,69,17); }
td.TdClassName
{
border-color: #344511;
}
.TagClassName
{
border-color: #344511;
}
</style>