Shades of Turtle Green #344B15
Tints of Turtle Green #344B15
RGB
CMYK
RGB Variations
Color information
#344B15 (or 0x344B15) is known color: Turtle Green. HEX triplet: 34, 4B and 15. RGB value is (52,75,21). Sum of RGB (Red+Green+Blue) = 52+75+21=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #344B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344B15 is #CBB4EA. Grayscale: #3E3E3E. Windows color (decimal): -13350123 or 1395508. OLE color: 1395508.
HSL color Cylindrical-coordinate representation of color #344B15: hue angle of 85.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344B15 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 75 | 21 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.71 |
| HSL | 85.56º | 0.56% | 0.19% | - |
| HSV(B) | 85.56º | 0.72% | 0.29% | - |
| XYZ | 4.07 | 5.82 | 1.62 | - |
| YUV | 61.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 21 | 0.31 | 0 | 0.72 | 0.71 | 85.56 | 0.56 | 0.19 |
| Hex | 34 | 4B | 15 | 1F | 0 | 48 | 47 | 56 | 38 | 13 |
| Octal | 64 | 113 | 25 | 37 | 0 | 110 | 107 | 126 | 70 | 23 |
| Binary | 110100 | 1001011 | 10101 | 11111 | 0 | 1001000 | 1000111 | 1010110 | 111000 | 10011 |
Color Harmonies of #344B15
Complementary color
Monochromatic Colors of #344B15
Black with #344B15
Text Example
Text Example
White with #344B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B15; }
p { color: rgb(52,75,21); }
H1.HeaderClassName
{
color: #344B15;
}
.AnyTagClassName
{
color: #344B15;
}
</style>
background-color css
<style>
a { background-color: #344B15; }
a { background-color: rgb(52,75,21); }
div.DivClassName
{
background-color: #344B15;
}
.BgClassName
{
background-color: #344B15;
}
</style>
border-color css
<style>
span { border-color: #344B15; }
span { border-color: rgb(52,75,21); }
td.TdClassName
{
border-color: #344B15;
}
.TagClassName
{
border-color: #344B15;
}
</style>