Shades of Turtle Green #344100
Tints of Turtle Green #344100
RGB
CMYK
RGB Variations
Color information
#344100 (or 0x344100) is known color: Turtle Green. HEX triplet: 34, 41 and 00. RGB value is (52,65,0). Sum of RGB (Red+Green+Blue) = 52+65+0=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #344100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344100 is #CBBEFF. Grayscale: #353535. Windows color (decimal): -13352704 or 16692. OLE color: 16692.
HSL color Cylindrical-coordinate representation of color #344100: hue angle of 72º 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 #344100 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.75 |
| HSL | 72º | 1% | 0.13% | - |
| HSV(B) | 72º | 1% | 0.25% | - |
| XYZ | 3.31 | 4.51 | 0.7 | - |
| YUV | 53.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 0 | 0.20 | 0 | 1 | 0.75 | 72 | 1 | 0.13 |
| Hex | 34 | 41 | 0 | 14 | 0 | 64 | 4B | 48 | 64 | D |
| Octal | 64 | 101 | 0 | 24 | 0 | 144 | 113 | 110 | 144 | 15 |
| Binary | 110100 | 1000001 | 0 | 10100 | 0 | 1100100 | 1001011 | 1001000 | 1100100 | 1101 |
Color Harmonies of #344100
Complementary color
Monochromatic Colors of #344100
Black with #344100
Text Example
Text Example
White with #344100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344100; }
p { color: rgb(52,65,0); }
H1.HeaderClassName
{
color: #344100;
}
.AnyTagClassName
{
color: #344100;
}
</style>
background-color css
<style>
a { background-color: #344100; }
a { background-color: rgb(52,65,0); }
div.DivClassName
{
background-color: #344100;
}
.BgClassName
{
background-color: #344100;
}
</style>
border-color css
<style>
span { border-color: #344100; }
span { border-color: rgb(52,65,0); }
td.TdClassName
{
border-color: #344100;
}
.TagClassName
{
border-color: #344100;
}
</style>