Shades of Turtle Green #343A13
Tints of Turtle Green #343A13
RGB
CMYK
RGB Variations
Color information
#343A13 (or 0x343A13) is known color: Turtle Green. HEX triplet: 34, 3A and 13. RGB value is (52,58,19). Sum of RGB (Red+Green+Blue) = 52+58+19=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #343A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343A13 is #CBC5EC. Grayscale: #333333. Windows color (decimal): -13354477 or 1260084. OLE color: 1260084.
HSL color Cylindrical-coordinate representation of color #343A13: hue angle of 69.23º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343A13 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 58 | 19 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.77 |
| HSL | 69.23º | 0.51% | 0.15% | - |
| HSV(B) | 69.23º | 0.67% | 0.23% | - |
| XYZ | 3.05 | 3.8 | 1.19 | - |
| YUV | 51.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 19 | 0.10 | 0 | 0.67 | 0.77 | 69.23 | 0.51 | 0.15 |
| Hex | 34 | 3A | 13 | A | 0 | 43 | 4D | 45 | 33 | F |
| Octal | 64 | 72 | 23 | 12 | 0 | 103 | 115 | 105 | 63 | 17 |
| Binary | 110100 | 111010 | 10011 | 1010 | 0 | 1000011 | 1001101 | 1000101 | 110011 | 1111 |
Color Harmonies of #343A13
Complementary color
Monochromatic Colors of #343A13
Black with #343A13
Text Example
Text Example
White with #343A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A13; }
p { color: rgb(52,58,19); }
H1.HeaderClassName
{
color: #343A13;
}
.AnyTagClassName
{
color: #343A13;
}
</style>
background-color css
<style>
a { background-color: #343A13; }
a { background-color: rgb(52,58,19); }
div.DivClassName
{
background-color: #343A13;
}
.BgClassName
{
background-color: #343A13;
}
</style>
border-color css
<style>
span { border-color: #343A13; }
span { border-color: rgb(52,58,19); }
td.TdClassName
{
border-color: #343A13;
}
.TagClassName
{
border-color: #343A13;
}
</style>