Shades of Turtle Green #343E1B
Tints of Turtle Green #343E1B
RGB
CMYK
RGB Variations
Color information
#343E1B (or 0x343E1B) is known color: Turtle Green. HEX triplet: 34, 3E and 1B. RGB value is (52,62,27). Sum of RGB (Red+Green+Blue) = 52+62+27=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 62 - color contains mainly: green. Hex color #343E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E1B is #CBC1E4. Grayscale: #373737. Windows color (decimal): -13353445 or 1785396. OLE color: 1785396.
HSL color Cylindrical-coordinate representation of color #343E1B: hue angle of 77.14º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343E1B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 27 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.76 |
| HSL | 77.14º | 0.39% | 0.17% | - |
| HSV(B) | 77.14º | 0.56% | 0.24% | - |
| XYZ | 3.34 | 4.25 | 1.68 | - |
| YUV | 55.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 27 | 0.16 | 0 | 0.56 | 0.76 | 77.14 | 0.39 | 0.17 |
| Hex | 34 | 3E | 1B | 10 | 0 | 38 | 4C | 4D | 27 | 11 |
| Octal | 64 | 76 | 33 | 20 | 0 | 70 | 114 | 115 | 47 | 21 |
| Binary | 110100 | 111110 | 11011 | 10000 | 0 | 111000 | 1001100 | 1001101 | 100111 | 10001 |
Color Harmonies of #343E1B
Complementary color
Monochromatic Colors of #343E1B
Black with #343E1B
Text Example
Text Example
White with #343E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E1B; }
p { color: rgb(52,62,27); }
H1.HeaderClassName
{
color: #343E1B;
}
.AnyTagClassName
{
color: #343E1B;
}
</style>
background-color css
<style>
a { background-color: #343E1B; }
a { background-color: rgb(52,62,27); }
div.DivClassName
{
background-color: #343E1B;
}
.BgClassName
{
background-color: #343E1B;
}
</style>
border-color css
<style>
span { border-color: #343E1B; }
span { border-color: rgb(52,62,27); }
td.TdClassName
{
border-color: #343E1B;
}
.TagClassName
{
border-color: #343E1B;
}
</style>