Shades of Turtle Green #344507
Tints of Turtle Green #344507
RGB
CMYK
RGB Variations
Color information
#344507 (or 0x344507) is known color: Turtle Green. HEX triplet: 34, 45 and 07. RGB value is (52,69,7). Sum of RGB (Red+Green+Blue) = 52+69+7=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #344507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344507 is #CBBAF8. Grayscale: #393939. Windows color (decimal): -13351673 or 476468. OLE color: 476468.
HSL color Cylindrical-coordinate representation of color #344507: hue angle of 76.45º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #344507 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 7 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.73 |
| HSL | 76.45º | 0.82% | 0.15% | - |
| HSV(B) | 76.45º | 0.9% | 0.27% | - |
| XYZ | 3.58 | 5 | 0.98 | - |
| YUV | 56.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 7 | 0.25 | 0 | 0.90 | 0.73 | 76.45 | 0.82 | 0.15 |
| Hex | 34 | 45 | 7 | 19 | 0 | 5A | 49 | 4C | 52 | F |
| Octal | 64 | 105 | 7 | 31 | 0 | 132 | 111 | 114 | 122 | 17 |
| Binary | 110100 | 1000101 | 111 | 11001 | 0 | 1011010 | 1001001 | 1001100 | 1010010 | 1111 |
Color Harmonies of #344507
Complementary color
Monochromatic Colors of #344507
Black with #344507
Text Example
Text Example
White with #344507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344507; }
p { color: rgb(52,69,7); }
H1.HeaderClassName
{
color: #344507;
}
.AnyTagClassName
{
color: #344507;
}
</style>
background-color css
<style>
a { background-color: #344507; }
a { background-color: rgb(52,69,7); }
div.DivClassName
{
background-color: #344507;
}
.BgClassName
{
background-color: #344507;
}
</style>
border-color css
<style>
span { border-color: #344507; }
span { border-color: rgb(52,69,7); }
td.TdClassName
{
border-color: #344507;
}
.TagClassName
{
border-color: #344507;
}
</style>