Shades of Turtle Green #343F20
Tints of Turtle Green #343F20
RGB
CMYK
RGB Variations
Color information
#343F20 (or 0x343F20) is known color: Turtle Green. HEX triplet: 34, 3F and 20. RGB value is (52,63,32). Sum of RGB (Red+Green+Blue) = 52+63+32=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #343F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F20 is #CBC0DF. Grayscale: #383838. Windows color (decimal): -13353184 or 2113332. OLE color: 2113332.
HSL color Cylindrical-coordinate representation of color #343F20: hue angle of 81.29º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #343F20 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 32 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.75 |
| HSL | 81.29º | 0.33% | 0.19% | - |
| HSV(B) | 81.29º | 0.49% | 0.25% | - |
| XYZ | 3.45 | 4.39 | 2.03 | - |
| YUV | 56.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 32 | 0.17 | 0 | 0.49 | 0.75 | 81.29 | 0.33 | 0.19 |
| Hex | 34 | 3F | 20 | 11 | 0 | 31 | 4B | 51 | 21 | 13 |
| Octal | 64 | 77 | 40 | 21 | 0 | 61 | 113 | 121 | 41 | 23 |
| Binary | 110100 | 111111 | 100000 | 10001 | 0 | 110001 | 1001011 | 1010001 | 100001 | 10011 |
Color Harmonies of #343F20
Complementary color
Monochromatic Colors of #343F20
Black with #343F20
Text Example
Text Example
White with #343F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F20; }
p { color: rgb(52,63,32); }
H1.HeaderClassName
{
color: #343F20;
}
.AnyTagClassName
{
color: #343F20;
}
</style>
background-color css
<style>
a { background-color: #343F20; }
a { background-color: rgb(52,63,32); }
div.DivClassName
{
background-color: #343F20;
}
.BgClassName
{
background-color: #343F20;
}
</style>
border-color css
<style>
span { border-color: #343F20; }
span { border-color: rgb(52,63,32); }
td.TdClassName
{
border-color: #343F20;
}
.TagClassName
{
border-color: #343F20;
}
</style>