Shades of Turtle Green #344113
Tints of Turtle Green #344113
RGB
CMYK
RGB Variations
Color information
#344113 (or 0x344113) is known color: Turtle Green. HEX triplet: 34, 41 and 13. RGB value is (52,65,19). Sum of RGB (Red+Green+Blue) = 52+65+19=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #344113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344113 is #CBBEEC. Grayscale: #383838. Windows color (decimal): -13352685 or 1261876. OLE color: 1261876.
HSL color Cylindrical-coordinate representation of color #344113: hue angle of 76.96º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344113 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 19 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.75 |
| HSL | 76.96º | 0.55% | 0.16% | - |
| HSV(B) | 76.96º | 0.71% | 0.25% | - |
| XYZ | 3.42 | 4.56 | 1.32 | - |
| YUV | 55.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 19 | 0.20 | 0 | 0.71 | 0.75 | 76.96 | 0.55 | 0.16 |
| Hex | 34 | 41 | 13 | 14 | 0 | 47 | 4B | 4D | 37 | 10 |
| Octal | 64 | 101 | 23 | 24 | 0 | 107 | 113 | 115 | 67 | 20 |
| Binary | 110100 | 1000001 | 10011 | 10100 | 0 | 1000111 | 1001011 | 1001101 | 110111 | 10000 |
Color Harmonies of #344113
Complementary color
Monochromatic Colors of #344113
Black with #344113
Text Example
Text Example
White with #344113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344113; }
p { color: rgb(52,65,19); }
H1.HeaderClassName
{
color: #344113;
}
.AnyTagClassName
{
color: #344113;
}
</style>
background-color css
<style>
a { background-color: #344113; }
a { background-color: rgb(52,65,19); }
div.DivClassName
{
background-color: #344113;
}
.BgClassName
{
background-color: #344113;
}
</style>
border-color css
<style>
span { border-color: #344113; }
span { border-color: rgb(52,65,19); }
td.TdClassName
{
border-color: #344113;
}
.TagClassName
{
border-color: #344113;
}
</style>