Shades of Turtle Green #343E1D
Tints of Turtle Green #343E1D
RGB
CMYK
RGB Variations
Color information
#343E1D (or 0x343E1D) is known color: Turtle Green. HEX triplet: 34, 3E and 1D. RGB value is (52,62,29). Sum of RGB (Red+Green+Blue) = 52+62+29=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 62 - color contains mainly: green. Hex color #343E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E1D is #CBC1E2. Grayscale: #373737. Windows color (decimal): -13353443 or 1916468. OLE color: 1916468.
HSL color Cylindrical-coordinate representation of color #343E1D: hue angle of 78.18º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #343E1D is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 29 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.76 |
| HSL | 78.18º | 0.36% | 0.18% | - |
| HSV(B) | 78.18º | 0.53% | 0.24% | - |
| XYZ | 3.36 | 4.26 | 1.81 | - |
| YUV | 55.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 29 | 0.16 | 0 | 0.53 | 0.76 | 78.18 | 0.36 | 0.18 |
| Hex | 34 | 3E | 1D | 10 | 0 | 35 | 4C | 4E | 24 | 12 |
| Octal | 64 | 76 | 35 | 20 | 0 | 65 | 114 | 116 | 44 | 22 |
| Binary | 110100 | 111110 | 11101 | 10000 | 0 | 110101 | 1001100 | 1001110 | 100100 | 10010 |
Color Harmonies of #343E1D
Complementary color
Monochromatic Colors of #343E1D
Black with #343E1D
Text Example
Text Example
White with #343E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E1D; }
p { color: rgb(52,62,29); }
H1.HeaderClassName
{
color: #343E1D;
}
.AnyTagClassName
{
color: #343E1D;
}
</style>
background-color css
<style>
a { background-color: #343E1D; }
a { background-color: rgb(52,62,29); }
div.DivClassName
{
background-color: #343E1D;
}
.BgClassName
{
background-color: #343E1D;
}
</style>
border-color css
<style>
span { border-color: #343E1D; }
span { border-color: rgb(52,62,29); }
td.TdClassName
{
border-color: #343E1D;
}
.TagClassName
{
border-color: #343E1D;
}
</style>