Shades of Turtle Green #343A06
Tints of Turtle Green #343A06
RGB
CMYK
RGB Variations
Color information
#343A06 (or 0x343A06) is known color: Turtle Green. HEX triplet: 34, 3A and 06. RGB value is (52,58,6). Sum of RGB (Red+Green+Blue) = 52+58+6=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #343A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343A06 is #CBC5F9. Grayscale: #323232. Windows color (decimal): -13354490 or 408116. OLE color: 408116.
HSL color Cylindrical-coordinate representation of color #343A06: hue angle of 66.92º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #343A06 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 58 | 6 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.77 |
| HSL | 66.92º | 0.81% | 0.13% | - |
| HSV(B) | 66.92º | 0.9% | 0.23% | - |
| XYZ | 2.96 | 3.77 | 0.74 | - |
| YUV | 50.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 6 | 0.10 | 0 | 0.90 | 0.77 | 66.92 | 0.81 | 0.13 |
| Hex | 34 | 3A | 6 | A | 0 | 5A | 4D | 43 | 51 | D |
| Octal | 64 | 72 | 6 | 12 | 0 | 132 | 115 | 103 | 121 | 15 |
| Binary | 110100 | 111010 | 110 | 1010 | 0 | 1011010 | 1001101 | 1000011 | 1010001 | 1101 |
Color Harmonies of #343A06
Complementary color
Monochromatic Colors of #343A06
Black with #343A06
Text Example
Text Example
White with #343A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A06; }
p { color: rgb(52,58,6); }
H1.HeaderClassName
{
color: #343A06;
}
.AnyTagClassName
{
color: #343A06;
}
</style>
background-color css
<style>
a { background-color: #343A06; }
a { background-color: rgb(52,58,6); }
div.DivClassName
{
background-color: #343A06;
}
.BgClassName
{
background-color: #343A06;
}
</style>
border-color css
<style>
span { border-color: #343A06; }
span { border-color: rgb(52,58,6); }
td.TdClassName
{
border-color: #343A06;
}
.TagClassName
{
border-color: #343A06;
}
</style>