Shades of Turtle Green #344000
Tints of Turtle Green #344000
RGB
CMYK
RGB Variations
Color information
#344000 (or 0x344000) is known color: Turtle Green. HEX triplet: 34, 40 and 00. RGB value is (52,64,0). Sum of RGB (Red+Green+Blue) = 52+64+0=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #344000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344000 is #CBBFFF. Grayscale: #353535. Windows color (decimal): -13352960 or 16436. OLE color: 16436.
HSL color Cylindrical-coordinate representation of color #344000: hue angle of 71.25º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #344000 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.75 |
| HSL | 71.25º | 1% | 0.13% | - |
| HSV(B) | 71.25º | 1% | 0.25% | - |
| XYZ | 3.25 | 4.4 | 0.68 | - |
| YUV | 53.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 0 | 0.19 | 0 | 1 | 0.75 | 71.25 | 1 | 0.13 |
| Hex | 34 | 40 | 0 | 13 | 0 | 64 | 4B | 47 | 64 | D |
| Octal | 64 | 100 | 0 | 23 | 0 | 144 | 113 | 107 | 144 | 15 |
| Binary | 110100 | 1000000 | 0 | 10011 | 0 | 1100100 | 1001011 | 1000111 | 1100100 | 1101 |
Color Harmonies of #344000
Complementary color
Monochromatic Colors of #344000
Black with #344000
Text Example
Text Example
White with #344000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344000; }
p { color: rgb(52,64,0); }
H1.HeaderClassName
{
color: #344000;
}
.AnyTagClassName
{
color: #344000;
}
</style>
background-color css
<style>
a { background-color: #344000; }
a { background-color: rgb(52,64,0); }
div.DivClassName
{
background-color: #344000;
}
.BgClassName
{
background-color: #344000;
}
</style>
border-color css
<style>
span { border-color: #344000; }
span { border-color: rgb(52,64,0); }
td.TdClassName
{
border-color: #344000;
}
.TagClassName
{
border-color: #344000;
}
</style>