Shades of Turtle Green #343811
Tints of Turtle Green #343811
RGB
CMYK
RGB Variations
Color information
#343811 (or 0x343811) is known color: Turtle Green. HEX triplet: 34, 38 and 11. RGB value is (52,56,17). Sum of RGB (Red+Green+Blue) = 52+56+17=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #343811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343811 is #CBC7EE. Grayscale: #323232. Windows color (decimal): -13354991 or 1128500. OLE color: 1128500.
HSL color Cylindrical-coordinate representation of color #343811: hue angle of 66.15º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343811 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 56 | 17 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.78 |
| HSL | 66.15º | 0.53% | 0.14% | - |
| HSV(B) | 66.15º | 0.7% | 0.22% | - |
| XYZ | 2.93 | 3.6 | 1.07 | - |
| YUV | 50.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 17 | 0.07 | 0 | 0.70 | 0.78 | 66.15 | 0.53 | 0.14 |
| Hex | 34 | 38 | 11 | 7 | 0 | 46 | 4E | 42 | 35 | E |
| Octal | 64 | 70 | 21 | 7 | 0 | 106 | 116 | 102 | 65 | 16 |
| Binary | 110100 | 111000 | 10001 | 111 | 0 | 1000110 | 1001110 | 1000010 | 110101 | 1110 |
Color Harmonies of #343811
Complementary color
Monochromatic Colors of #343811
Black with #343811
Text Example
Text Example
White with #343811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343811; }
p { color: rgb(52,56,17); }
H1.HeaderClassName
{
color: #343811;
}
.AnyTagClassName
{
color: #343811;
}
</style>
background-color css
<style>
a { background-color: #343811; }
a { background-color: rgb(52,56,17); }
div.DivClassName
{
background-color: #343811;
}
.BgClassName
{
background-color: #343811;
}
</style>
border-color css
<style>
span { border-color: #343811; }
span { border-color: rgb(52,56,17); }
td.TdClassName
{
border-color: #343811;
}
.TagClassName
{
border-color: #343811;
}
</style>