Shades of Turtle Green #344013
Tints of Turtle Green #344013
RGB
CMYK
RGB Variations
Color information
#344013 (or 0x344013) is known color: Turtle Green. HEX triplet: 34, 40 and 13. RGB value is (52,64,19). Sum of RGB (Red+Green+Blue) = 52+64+19=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #344013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344013 is #CBBFEC. Grayscale: #373737. Windows color (decimal): -13352941 or 1261620. OLE color: 1261620.
HSL color Cylindrical-coordinate representation of color #344013: hue angle of 76º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344013 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 19 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.75 |
| HSL | 76º | 0.54% | 0.16% | - |
| HSV(B) | 76º | 0.7% | 0.25% | - |
| XYZ | 3.37 | 4.44 | 1.3 | - |
| YUV | 55.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 19 | 0.19 | 0 | 0.70 | 0.75 | 76 | 0.54 | 0.16 |
| Hex | 34 | 40 | 13 | 13 | 0 | 46 | 4B | 4C | 36 | 10 |
| Octal | 64 | 100 | 23 | 23 | 0 | 106 | 113 | 114 | 66 | 20 |
| Binary | 110100 | 1000000 | 10011 | 10011 | 0 | 1000110 | 1001011 | 1001100 | 110110 | 10000 |
Color Harmonies of #344013
Complementary color
Monochromatic Colors of #344013
Black with #344013
Text Example
Text Example
White with #344013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344013; }
p { color: rgb(52,64,19); }
H1.HeaderClassName
{
color: #344013;
}
.AnyTagClassName
{
color: #344013;
}
</style>
background-color css
<style>
a { background-color: #344013; }
a { background-color: rgb(52,64,19); }
div.DivClassName
{
background-color: #344013;
}
.BgClassName
{
background-color: #344013;
}
</style>
border-color css
<style>
span { border-color: #344013; }
span { border-color: rgb(52,64,19); }
td.TdClassName
{
border-color: #344013;
}
.TagClassName
{
border-color: #344013;
}
</style>