Shades of Turtle Green #344413
Tints of Turtle Green #344413
RGB
CMYK
RGB Variations
Color information
#344413 (or 0x344413) is known color: Turtle Green. HEX triplet: 34, 44 and 13. RGB value is (52,68,19). Sum of RGB (Red+Green+Blue) = 52+68+19=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #344413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344413 is #CBBBEC. Grayscale: #393939. Windows color (decimal): -13351917 or 1262644. OLE color: 1262644.
HSL color Cylindrical-coordinate representation of color #344413: hue angle of 79.59º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344413 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 68 | 19 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.73 |
| HSL | 79.59º | 0.56% | 0.17% | - |
| HSV(B) | 79.59º | 0.72% | 0.27% | - |
| XYZ | 3.6 | 4.91 | 1.37 | - |
| YUV | 57.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 19 | 0.24 | 0 | 0.72 | 0.73 | 79.59 | 0.56 | 0.17 |
| Hex | 34 | 44 | 13 | 18 | 0 | 48 | 49 | 50 | 38 | 11 |
| Octal | 64 | 104 | 23 | 30 | 0 | 110 | 111 | 120 | 70 | 21 |
| Binary | 110100 | 1000100 | 10011 | 11000 | 0 | 1001000 | 1001001 | 1010000 | 111000 | 10001 |
Color Harmonies of #344413
Complementary color
Monochromatic Colors of #344413
Black with #344413
Text Example
Text Example
White with #344413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344413; }
p { color: rgb(52,68,19); }
H1.HeaderClassName
{
color: #344413;
}
.AnyTagClassName
{
color: #344413;
}
</style>
background-color css
<style>
a { background-color: #344413; }
a { background-color: rgb(52,68,19); }
div.DivClassName
{
background-color: #344413;
}
.BgClassName
{
background-color: #344413;
}
</style>
border-color css
<style>
span { border-color: #344413; }
span { border-color: rgb(52,68,19); }
td.TdClassName
{
border-color: #344413;
}
.TagClassName
{
border-color: #344413;
}
</style>