Shades of Turtle Green #344700
Tints of Turtle Green #344700
RGB
CMYK
RGB Variations
Color information
#344700 (or 0x344700) is known color: Turtle Green. HEX triplet: 34, 47 and 00. RGB value is (52,71,0). Sum of RGB (Red+Green+Blue) = 52+71+0=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #344700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344700 is #CBB8FF. Grayscale: #393939. Windows color (decimal): -13351168 or 18228. OLE color: 18228.
HSL color Cylindrical-coordinate representation of color #344700: hue angle of 76.06º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #344700 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.72 |
| HSL | 76.06º | 1% | 0.14% | - |
| HSV(B) | 76.06º | 1% | 0.28% | - |
| XYZ | 3.67 | 5.24 | 0.82 | - |
| YUV | 57.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 0 | 0.27 | 0 | 1 | 0.72 | 76.06 | 1 | 0.14 |
| Hex | 34 | 47 | 0 | 1B | 0 | 64 | 48 | 4C | 64 | E |
| Octal | 64 | 107 | 0 | 33 | 0 | 144 | 110 | 114 | 144 | 16 |
| Binary | 110100 | 1000111 | 0 | 11011 | 0 | 1100100 | 1001000 | 1001100 | 1100100 | 1110 |
Color Harmonies of #344700
Complementary color
Monochromatic Colors of #344700
Black with #344700
Text Example
Text Example
White with #344700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344700; }
p { color: rgb(52,71,0); }
H1.HeaderClassName
{
color: #344700;
}
.AnyTagClassName
{
color: #344700;
}
</style>
background-color css
<style>
a { background-color: #344700; }
a { background-color: rgb(52,71,0); }
div.DivClassName
{
background-color: #344700;
}
.BgClassName
{
background-color: #344700;
}
</style>
border-color css
<style>
span { border-color: #344700; }
span { border-color: rgb(52,71,0); }
td.TdClassName
{
border-color: #344700;
}
.TagClassName
{
border-color: #344700;
}
</style>