Shades of Turtle Green #343F16
Tints of Turtle Green #343F16
RGB
CMYK
RGB Variations
Color information
#343F16 (or 0x343F16) is known color: Turtle Green. HEX triplet: 34, 3F and 16. RGB value is (52,63,22). Sum of RGB (Red+Green+Blue) = 52+63+22=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #343F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F16 is #CBC0E9. Grayscale: #373737. Windows color (decimal): -13353194 or 1457972. OLE color: 1457972.
HSL color Cylindrical-coordinate representation of color #343F16: hue angle of 76.1º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343F16 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 22 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.75 |
| HSL | 76.1º | 0.48% | 0.17% | - |
| HSV(B) | 76.1º | 0.65% | 0.25% | - |
| XYZ | 3.34 | 4.34 | 1.42 | - |
| YUV | 55.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 22 | 0.17 | 0 | 0.65 | 0.75 | 76.1 | 0.48 | 0.17 |
| Hex | 34 | 3F | 16 | 11 | 0 | 41 | 4B | 4C | 30 | 11 |
| Octal | 64 | 77 | 26 | 21 | 0 | 101 | 113 | 114 | 60 | 21 |
| Binary | 110100 | 111111 | 10110 | 10001 | 0 | 1000001 | 1001011 | 1001100 | 110000 | 10001 |
Color Harmonies of #343F16
Complementary color
Monochromatic Colors of #343F16
Black with #343F16
Text Example
Text Example
White with #343F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F16; }
p { color: rgb(52,63,22); }
H1.HeaderClassName
{
color: #343F16;
}
.AnyTagClassName
{
color: #343F16;
}
</style>
background-color css
<style>
a { background-color: #343F16; }
a { background-color: rgb(52,63,22); }
div.DivClassName
{
background-color: #343F16;
}
.BgClassName
{
background-color: #343F16;
}
</style>
border-color css
<style>
span { border-color: #343F16; }
span { border-color: rgb(52,63,22); }
td.TdClassName
{
border-color: #343F16;
}
.TagClassName
{
border-color: #343F16;
}
</style>