Shades of Turtle Green #343817
Tints of Turtle Green #343817
RGB
CMYK
RGB Variations
Color information
#343817 (or 0x343817) is known color: Turtle Green. HEX triplet: 34, 38 and 17. RGB value is (52,56,23). Sum of RGB (Red+Green+Blue) = 52+56+23=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #343817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343817 is #CBC7E8. Grayscale: #333333. Windows color (decimal): -13354985 or 1521716. OLE color: 1521716.
HSL color Cylindrical-coordinate representation of color #343817: hue angle of 67.27º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #343817 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 56 | 23 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.78 |
| HSL | 67.27º | 0.42% | 0.15% | - |
| HSV(B) | 67.27º | 0.59% | 0.22% | - |
| XYZ | 2.99 | 3.62 | 1.35 | - |
| YUV | 51.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 23 | 0.07 | 0 | 0.59 | 0.78 | 67.27 | 0.42 | 0.15 |
| Hex | 34 | 38 | 17 | 7 | 0 | 3B | 4E | 43 | 2A | F |
| Octal | 64 | 70 | 27 | 7 | 0 | 73 | 116 | 103 | 52 | 17 |
| Binary | 110100 | 111000 | 10111 | 111 | 0 | 111011 | 1001110 | 1000011 | 101010 | 1111 |
Color Harmonies of #343817
Complementary color
Monochromatic Colors of #343817
Black with #343817
Text Example
Text Example
White with #343817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343817; }
p { color: rgb(52,56,23); }
H1.HeaderClassName
{
color: #343817;
}
.AnyTagClassName
{
color: #343817;
}
</style>
background-color css
<style>
a { background-color: #343817; }
a { background-color: rgb(52,56,23); }
div.DivClassName
{
background-color: #343817;
}
.BgClassName
{
background-color: #343817;
}
</style>
border-color css
<style>
span { border-color: #343817; }
span { border-color: rgb(52,56,23); }
td.TdClassName
{
border-color: #343817;
}
.TagClassName
{
border-color: #343817;
}
</style>