Shades of Turtle Green #344704
Tints of Turtle Green #344704
RGB
CMYK
RGB Variations
Color information
#344704 (or 0x344704) is known color: Turtle Green. HEX triplet: 34, 47 and 04. RGB value is (52,71,4). Sum of RGB (Red+Green+Blue) = 52+71+4=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #344704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344704 is #CBB8FB. Grayscale: #393939. Windows color (decimal): -13351164 or 280372. OLE color: 280372.
HSL color Cylindrical-coordinate representation of color #344704: hue angle of 77.01º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #344704 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 4 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.72 |
| HSL | 77.01º | 0.89% | 0.15% | - |
| HSV(B) | 77.01º | 0.94% | 0.28% | - |
| XYZ | 3.69 | 5.25 | 0.93 | - |
| YUV | 57.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 4 | 0.27 | 0 | 0.94 | 0.72 | 77.01 | 0.89 | 0.15 |
| Hex | 34 | 47 | 4 | 1B | 0 | 5E | 48 | 4D | 59 | F |
| Octal | 64 | 107 | 4 | 33 | 0 | 136 | 110 | 115 | 131 | 17 |
| Binary | 110100 | 1000111 | 100 | 11011 | 0 | 1011110 | 1001000 | 1001101 | 1011001 | 1111 |
Color Harmonies of #344704
Complementary color
Monochromatic Colors of #344704
Black with #344704
Text Example
Text Example
White with #344704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344704; }
p { color: rgb(52,71,4); }
H1.HeaderClassName
{
color: #344704;
}
.AnyTagClassName
{
color: #344704;
}
</style>
background-color css
<style>
a { background-color: #344704; }
a { background-color: rgb(52,71,4); }
div.DivClassName
{
background-color: #344704;
}
.BgClassName
{
background-color: #344704;
}
</style>
border-color css
<style>
span { border-color: #344704; }
span { border-color: rgb(52,71,4); }
td.TdClassName
{
border-color: #344704;
}
.TagClassName
{
border-color: #344704;
}
</style>