Shades of Turtle Green #344F04
Tints of Turtle Green #344F04
RGB
CMYK
RGB Variations
Color information
#344F04 (or 0x344F04) is known color: Turtle Green. HEX triplet: 34, 4F and 04. RGB value is (52,79,4). Sum of RGB (Red+Green+Blue) = 52+79+4=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 79 (31.25% from 255 or 58.52% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 79 - color contains mainly: green. Hex color #344F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344F04 is #CBB0FB. Grayscale: #3E3E3E. Windows color (decimal): -13349116 or 282420. OLE color: 282420.
HSL color Cylindrical-coordinate representation of color #344F04: hue angle of 81.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #344F04 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 79 | 4 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.69 |
| HSL | 81.6º | 0.9% | 0.16% | - |
| HSV(B) | 81.6º | 0.95% | 0.31% | - |
| XYZ | 4.23 | 6.33 | 1.11 | - |
| YUV | 62.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 4 | 0.34 | 0 | 0.95 | 0.69 | 81.6 | 0.9 | 0.16 |
| Hex | 34 | 4F | 4 | 22 | 0 | 5F | 45 | 52 | 5A | 10 |
| Octal | 64 | 117 | 4 | 42 | 0 | 137 | 105 | 122 | 132 | 20 |
| Binary | 110100 | 1001111 | 100 | 100010 | 0 | 1011111 | 1000101 | 1010010 | 1011010 | 10000 |
Color Harmonies of #344F04
Complementary color
Monochromatic Colors of #344F04
Black with #344F04
Text Example
Text Example
White with #344F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F04; }
p { color: rgb(52,79,4); }
H1.HeaderClassName
{
color: #344F04;
}
.AnyTagClassName
{
color: #344F04;
}
</style>
background-color css
<style>
a { background-color: #344F04; }
a { background-color: rgb(52,79,4); }
div.DivClassName
{
background-color: #344F04;
}
.BgClassName
{
background-color: #344F04;
}
</style>
border-color css
<style>
span { border-color: #344F04; }
span { border-color: rgb(52,79,4); }
td.TdClassName
{
border-color: #344F04;
}
.TagClassName
{
border-color: #344F04;
}
</style>