Shades of Turtle Green #344014
Tints of Turtle Green #344014
RGB
CMYK
RGB Variations
Color information
#344014 (or 0x344014) is known color: Turtle Green. HEX triplet: 34, 40 and 14. RGB value is (52,64,20). Sum of RGB (Red+Green+Blue) = 52+64+20=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #344014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344014 is #CBBFEB. Grayscale: #373737. Windows color (decimal): -13352940 or 1327156. OLE color: 1327156.
HSL color Cylindrical-coordinate representation of color #344014: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #344014 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 20 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.75 |
| HSL | 76.36º | 0.52% | 0.16% | - |
| HSV(B) | 76.36º | 0.69% | 0.25% | - |
| XYZ | 3.38 | 4.45 | 1.34 | - |
| YUV | 55.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 20 | 0.19 | 0 | 0.69 | 0.75 | 76.36 | 0.52 | 0.16 |
| Hex | 34 | 40 | 14 | 13 | 0 | 45 | 4B | 4C | 34 | 10 |
| Octal | 64 | 100 | 24 | 23 | 0 | 105 | 113 | 114 | 64 | 20 |
| Binary | 110100 | 1000000 | 10100 | 10011 | 0 | 1000101 | 1001011 | 1001100 | 110100 | 10000 |
Color Harmonies of #344014
Complementary color
Monochromatic Colors of #344014
Black with #344014
Text Example
Text Example
White with #344014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344014; }
p { color: rgb(52,64,20); }
H1.HeaderClassName
{
color: #344014;
}
.AnyTagClassName
{
color: #344014;
}
</style>
background-color css
<style>
a { background-color: #344014; }
a { background-color: rgb(52,64,20); }
div.DivClassName
{
background-color: #344014;
}
.BgClassName
{
background-color: #344014;
}
</style>
border-color css
<style>
span { border-color: #344014; }
span { border-color: rgb(52,64,20); }
td.TdClassName
{
border-color: #344014;
}
.TagClassName
{
border-color: #344014;
}
</style>