Shades of Turtle Green #343616
Tints of Turtle Green #343616
RGB
CMYK
RGB Variations
Color information
#343616 (or 0x343616) is known color: Turtle Green. HEX triplet: 34, 36 and 16. RGB value is (52,54,22). Sum of RGB (Red+Green+Blue) = 52+54+22=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #343616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343616 is #CBC9E9. Grayscale: #313131. Windows color (decimal): -13355498 or 1455668. OLE color: 1455668.
HSL color Cylindrical-coordinate representation of color #343616: hue angle of 63.75º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #343616 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 22 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.79 |
| HSL | 63.75º | 0.42% | 0.15% | - |
| HSV(B) | 63.75º | 0.59% | 0.21% | - |
| XYZ | 2.88 | 3.43 | 1.27 | - |
| YUV | 49.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 22 | 0.04 | 0 | 0.59 | 0.79 | 63.75 | 0.42 | 0.15 |
| Hex | 34 | 36 | 16 | 4 | 0 | 3B | 4F | 40 | 2A | F |
| Octal | 64 | 66 | 26 | 4 | 0 | 73 | 117 | 100 | 52 | 17 |
| Binary | 110100 | 110110 | 10110 | 100 | 0 | 111011 | 1001111 | 1000000 | 101010 | 1111 |
Color Harmonies of #343616
Complementary color
Monochromatic Colors of #343616
Black with #343616
Text Example
Text Example
White with #343616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343616; }
p { color: rgb(52,54,22); }
H1.HeaderClassName
{
color: #343616;
}
.AnyTagClassName
{
color: #343616;
}
</style>
background-color css
<style>
a { background-color: #343616; }
a { background-color: rgb(52,54,22); }
div.DivClassName
{
background-color: #343616;
}
.BgClassName
{
background-color: #343616;
}
</style>
border-color css
<style>
span { border-color: #343616; }
span { border-color: rgb(52,54,22); }
td.TdClassName
{
border-color: #343616;
}
.TagClassName
{
border-color: #343616;
}
</style>