Shades of Turtle Green #343E1A
Tints of Turtle Green #343E1A
RGB
CMYK
RGB Variations
Color information
#343E1A (or 0x343E1A) is known color: Turtle Green. HEX triplet: 34, 3E and 1A. RGB value is (52,62,26). Sum of RGB (Red+Green+Blue) = 52+62+26=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #343E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E1A is #CBC1E5. Grayscale: #373737. Windows color (decimal): -13353446 or 1719860. OLE color: 1719860.
HSL color Cylindrical-coordinate representation of color #343E1A: hue angle of 76.67º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343E1A is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 26 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.76 |
| HSL | 76.67º | 0.41% | 0.17% | - |
| HSV(B) | 76.67º | 0.58% | 0.24% | - |
| XYZ | 3.33 | 4.25 | 1.62 | - |
| YUV | 54.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 26 | 0.16 | 0 | 0.58 | 0.76 | 76.67 | 0.41 | 0.17 |
| Hex | 34 | 3E | 1A | 10 | 0 | 3A | 4C | 4D | 29 | 11 |
| Octal | 64 | 76 | 32 | 20 | 0 | 72 | 114 | 115 | 51 | 21 |
| Binary | 110100 | 111110 | 11010 | 10000 | 0 | 111010 | 1001100 | 1001101 | 101001 | 10001 |
Color Harmonies of #343E1A
Complementary color
Monochromatic Colors of #343E1A
Black with #343E1A
Text Example
Text Example
White with #343E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E1A; }
p { color: rgb(52,62,26); }
H1.HeaderClassName
{
color: #343E1A;
}
.AnyTagClassName
{
color: #343E1A;
}
</style>
background-color css
<style>
a { background-color: #343E1A; }
a { background-color: rgb(52,62,26); }
div.DivClassName
{
background-color: #343E1A;
}
.BgClassName
{
background-color: #343E1A;
}
</style>
border-color css
<style>
span { border-color: #343E1A; }
span { border-color: rgb(52,62,26); }
td.TdClassName
{
border-color: #343E1A;
}
.TagClassName
{
border-color: #343E1A;
}
</style>