Shades of Turtle Green #343F11
Tints of Turtle Green #343F11
RGB
CMYK
RGB Variations
Color information
#343F11 (or 0x343F11) is known color: Turtle Green. HEX triplet: 34, 3F and 11. RGB value is (52,63,17). Sum of RGB (Red+Green+Blue) = 52+63+17=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #343F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F11 is #CBC0EE. Grayscale: #363636. Windows color (decimal): -13353199 or 1130292. OLE color: 1130292.
HSL color Cylindrical-coordinate representation of color #343F11: hue angle of 74.35º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343F11 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 17 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.75 |
| HSL | 74.35º | 0.58% | 0.16% | - |
| HSV(B) | 74.35º | 0.73% | 0.25% | - |
| XYZ | 3.29 | 4.33 | 1.19 | - |
| YUV | 54.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 17 | 0.17 | 0 | 0.73 | 0.75 | 74.35 | 0.58 | 0.16 |
| Hex | 34 | 3F | 11 | 11 | 0 | 49 | 4B | 4A | 3A | 10 |
| Octal | 64 | 77 | 21 | 21 | 0 | 111 | 113 | 112 | 72 | 20 |
| Binary | 110100 | 111111 | 10001 | 10001 | 0 | 1001001 | 1001011 | 1001010 | 111010 | 10000 |
Color Harmonies of #343F11
Complementary color
Monochromatic Colors of #343F11
Black with #343F11
Text Example
Text Example
White with #343F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F11; }
p { color: rgb(52,63,17); }
H1.HeaderClassName
{
color: #343F11;
}
.AnyTagClassName
{
color: #343F11;
}
</style>
background-color css
<style>
a { background-color: #343F11; }
a { background-color: rgb(52,63,17); }
div.DivClassName
{
background-color: #343F11;
}
.BgClassName
{
background-color: #343F11;
}
</style>
border-color css
<style>
span { border-color: #343F11; }
span { border-color: rgb(52,63,17); }
td.TdClassName
{
border-color: #343F11;
}
.TagClassName
{
border-color: #343F11;
}
</style>