Shades of Turtle Green #344311
Tints of Turtle Green #344311
RGB
CMYK
RGB Variations
Color information
#344311 (or 0x344311) is known color: Turtle Green. HEX triplet: 34, 43 and 11. RGB value is (52,67,17). Sum of RGB (Red+Green+Blue) = 52+67+17=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #344311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344311 is #CBBCEE. Grayscale: #393939. Windows color (decimal): -13352175 or 1131316. OLE color: 1131316.
HSL color Cylindrical-coordinate representation of color #344311: hue angle of 78º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344311 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 17 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.74 |
| HSL | 78º | 0.6% | 0.16% | - |
| HSV(B) | 78º | 0.75% | 0.26% | - |
| XYZ | 3.52 | 4.78 | 1.27 | - |
| YUV | 56.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 17 | 0.22 | 0 | 0.75 | 0.74 | 78 | 0.6 | 0.16 |
| Hex | 34 | 43 | 11 | 16 | 0 | 4B | 4A | 4E | 3C | 10 |
| Octal | 64 | 103 | 21 | 26 | 0 | 113 | 112 | 116 | 74 | 20 |
| Binary | 110100 | 1000011 | 10001 | 10110 | 0 | 1001011 | 1001010 | 1001110 | 111100 | 10000 |
Color Harmonies of #344311
Complementary color
Monochromatic Colors of #344311
Black with #344311
Text Example
Text Example
White with #344311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344311; }
p { color: rgb(52,67,17); }
H1.HeaderClassName
{
color: #344311;
}
.AnyTagClassName
{
color: #344311;
}
</style>
background-color css
<style>
a { background-color: #344311; }
a { background-color: rgb(52,67,17); }
div.DivClassName
{
background-color: #344311;
}
.BgClassName
{
background-color: #344311;
}
</style>
border-color css
<style>
span { border-color: #344311; }
span { border-color: rgb(52,67,17); }
td.TdClassName
{
border-color: #344311;
}
.TagClassName
{
border-color: #344311;
}
</style>