Shades of Turtle Green #343611
Tints of Turtle Green #343611
RGB
CMYK
RGB Variations
Color information
#343611 (or 0x343611) is known color: Turtle Green. HEX triplet: 34, 36 and 11. RGB value is (52,54,17). Sum of RGB (Red+Green+Blue) = 52+54+17=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #343611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343611 is #CBC9EE. Grayscale: #313131. Windows color (decimal): -13355503 or 1127988. OLE color: 1127988.
HSL color Cylindrical-coordinate representation of color #343611: hue angle of 63.24º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #343611 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 17 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.79 |
| HSL | 63.24º | 0.52% | 0.14% | - |
| HSV(B) | 63.24º | 0.69% | 0.21% | - |
| XYZ | 2.84 | 3.41 | 1.04 | - |
| YUV | 49.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 17 | 0.04 | 0 | 0.69 | 0.79 | 63.24 | 0.52 | 0.14 |
| Hex | 34 | 36 | 11 | 4 | 0 | 45 | 4F | 3F | 34 | E |
| Octal | 64 | 66 | 21 | 4 | 0 | 105 | 117 | 77 | 64 | 16 |
| Binary | 110100 | 110110 | 10001 | 100 | 0 | 1000101 | 1001111 | 111111 | 110100 | 1110 |
Color Harmonies of #343611
Complementary color
Monochromatic Colors of #343611
Black with #343611
Text Example
Text Example
White with #343611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343611; }
p { color: rgb(52,54,17); }
H1.HeaderClassName
{
color: #343611;
}
.AnyTagClassName
{
color: #343611;
}
</style>
background-color css
<style>
a { background-color: #343611; }
a { background-color: rgb(52,54,17); }
div.DivClassName
{
background-color: #343611;
}
.BgClassName
{
background-color: #343611;
}
</style>
border-color css
<style>
span { border-color: #343611; }
span { border-color: rgb(52,54,17); }
td.TdClassName
{
border-color: #343611;
}
.TagClassName
{
border-color: #343611;
}
</style>