Shades of Turtle Green #343906
Tints of Turtle Green #343906
RGB
CMYK
RGB Variations
Color information
#343906 (or 0x343906) is known color: Turtle Green. HEX triplet: 34, 39 and 06. RGB value is (52,57,6). Sum of RGB (Red+Green+Blue) = 52+57+6=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #343906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343906 is #CBC6F9. Grayscale: #313131. Windows color (decimal): -13354746 or 407860. OLE color: 407860.
HSL color Cylindrical-coordinate representation of color #343906: hue angle of 65.88º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #343906 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 57 | 6 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.78 |
| HSL | 65.88º | 0.81% | 0.12% | - |
| HSV(B) | 65.88º | 0.89% | 0.22% | - |
| XYZ | 2.91 | 3.67 | 0.73 | - |
| YUV | 49.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 6 | 0.09 | 0 | 0.89 | 0.78 | 65.88 | 0.81 | 0.12 |
| Hex | 34 | 39 | 6 | 9 | 0 | 59 | 4E | 42 | 51 | C |
| Octal | 64 | 71 | 6 | 11 | 0 | 131 | 116 | 102 | 121 | 14 |
| Binary | 110100 | 111001 | 110 | 1001 | 0 | 1011001 | 1001110 | 1000010 | 1010001 | 1100 |
Color Harmonies of #343906
Complementary color
Monochromatic Colors of #343906
Black with #343906
Text Example
Text Example
White with #343906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343906; }
p { color: rgb(52,57,6); }
H1.HeaderClassName
{
color: #343906;
}
.AnyTagClassName
{
color: #343906;
}
</style>
background-color css
<style>
a { background-color: #343906; }
a { background-color: rgb(52,57,6); }
div.DivClassName
{
background-color: #343906;
}
.BgClassName
{
background-color: #343906;
}
</style>
border-color css
<style>
span { border-color: #343906; }
span { border-color: rgb(52,57,6); }
td.TdClassName
{
border-color: #343906;
}
.TagClassName
{
border-color: #343906;
}
</style>