Shades of Turtle Green #343614
Tints of Turtle Green #343614
RGB
CMYK
RGB Variations
Color information
#343614 (or 0x343614) is known color: Turtle Green. HEX triplet: 34, 36 and 14. RGB value is (52,54,20). Sum of RGB (Red+Green+Blue) = 52+54+20=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 54 - color contains mainly: green. Hex color #343614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343614 is #CBC9EB. Grayscale: #313131. Windows color (decimal): -13355500 or 1324596. OLE color: 1324596.
HSL color Cylindrical-coordinate representation of color #343614: hue angle of 63.53º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343614 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 20 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.79 |
| HSL | 63.53º | 0.46% | 0.15% | - |
| HSV(B) | 63.53º | 0.63% | 0.21% | - |
| XYZ | 2.86 | 3.42 | 1.17 | - |
| YUV | 49.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 20 | 0.04 | 0 | 0.63 | 0.79 | 63.53 | 0.46 | 0.15 |
| Hex | 34 | 36 | 14 | 4 | 0 | 3F | 4F | 40 | 2E | F |
| Octal | 64 | 66 | 24 | 4 | 0 | 77 | 117 | 100 | 56 | 17 |
| Binary | 110100 | 110110 | 10100 | 100 | 0 | 111111 | 1001111 | 1000000 | 101110 | 1111 |
Color Harmonies of #343614
Complementary color
Monochromatic Colors of #343614
Black with #343614
Text Example
Text Example
White with #343614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343614; }
p { color: rgb(52,54,20); }
H1.HeaderClassName
{
color: #343614;
}
.AnyTagClassName
{
color: #343614;
}
</style>
background-color css
<style>
a { background-color: #343614; }
a { background-color: rgb(52,54,20); }
div.DivClassName
{
background-color: #343614;
}
.BgClassName
{
background-color: #343614;
}
</style>
border-color css
<style>
span { border-color: #343614; }
span { border-color: rgb(52,54,20); }
td.TdClassName
{
border-color: #343614;
}
.TagClassName
{
border-color: #343614;
}
</style>