Shades of Turtle Green #344004
Tints of Turtle Green #344004
RGB
CMYK
RGB Variations
Color information
#344004 (or 0x344004) is known color: Turtle Green. HEX triplet: 34, 40 and 04. RGB value is (52,64,4). Sum of RGB (Red+Green+Blue) = 52+64+4=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #344004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344004 is #CBBFFB. Grayscale: #353535. Windows color (decimal): -13352956 or 278580. OLE color: 278580.
HSL color Cylindrical-coordinate representation of color #344004: hue angle of 72º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #344004 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 4 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.75 |
| HSL | 72º | 0.88% | 0.13% | - |
| HSV(B) | 72º | 0.94% | 0.25% | - |
| XYZ | 3.27 | 4.41 | 0.79 | - |
| YUV | 53.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 4 | 0.19 | 0 | 0.94 | 0.75 | 72 | 0.88 | 0.13 |
| Hex | 34 | 40 | 4 | 13 | 0 | 5E | 4B | 48 | 58 | D |
| Octal | 64 | 100 | 4 | 23 | 0 | 136 | 113 | 110 | 130 | 15 |
| Binary | 110100 | 1000000 | 100 | 10011 | 0 | 1011110 | 1001011 | 1001000 | 1011000 | 1101 |
Color Harmonies of #344004
Complementary color
Monochromatic Colors of #344004
Black with #344004
Text Example
Text Example
White with #344004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344004; }
p { color: rgb(52,64,4); }
H1.HeaderClassName
{
color: #344004;
}
.AnyTagClassName
{
color: #344004;
}
</style>
background-color css
<style>
a { background-color: #344004; }
a { background-color: rgb(52,64,4); }
div.DivClassName
{
background-color: #344004;
}
.BgClassName
{
background-color: #344004;
}
</style>
border-color css
<style>
span { border-color: #344004; }
span { border-color: rgb(52,64,4); }
td.TdClassName
{
border-color: #344004;
}
.TagClassName
{
border-color: #344004;
}
</style>