Shades of Turtle Green #344504
Tints of Turtle Green #344504
RGB
CMYK
RGB Variations
Color information
#344504 (or 0x344504) is known color: Turtle Green. HEX triplet: 34, 45 and 04. RGB value is (52,69,4). Sum of RGB (Red+Green+Blue) = 52+69+4=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #344504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344504 is #CBBAFB. Grayscale: #383838. Windows color (decimal): -13351676 or 279860. OLE color: 279860.
HSL color Cylindrical-coordinate representation of color #344504: hue angle of 75.69º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #344504 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 4 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.73 |
| HSL | 75.69º | 0.89% | 0.14% | - |
| HSV(B) | 75.69º | 0.94% | 0.27% | - |
| XYZ | 3.57 | 5 | 0.89 | - |
| YUV | 56.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 4 | 0.25 | 0 | 0.94 | 0.73 | 75.69 | 0.89 | 0.14 |
| Hex | 34 | 45 | 4 | 19 | 0 | 5E | 49 | 4C | 59 | E |
| Octal | 64 | 105 | 4 | 31 | 0 | 136 | 111 | 114 | 131 | 16 |
| Binary | 110100 | 1000101 | 100 | 11001 | 0 | 1011110 | 1001001 | 1001100 | 1011001 | 1110 |
Color Harmonies of #344504
Complementary color
Monochromatic Colors of #344504
Black with #344504
Text Example
Text Example
White with #344504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344504; }
p { color: rgb(52,69,4); }
H1.HeaderClassName
{
color: #344504;
}
.AnyTagClassName
{
color: #344504;
}
</style>
background-color css
<style>
a { background-color: #344504; }
a { background-color: rgb(52,69,4); }
div.DivClassName
{
background-color: #344504;
}
.BgClassName
{
background-color: #344504;
}
</style>
border-color css
<style>
span { border-color: #344504; }
span { border-color: rgb(52,69,4); }
td.TdClassName
{
border-color: #344504;
}
.TagClassName
{
border-color: #344504;
}
</style>