Shades of Turtle Green #343808
Tints of Turtle Green #343808
RGB
CMYK
RGB Variations
Color information
#343808 (or 0x343808) is known color: Turtle Green. HEX triplet: 34, 38 and 08. RGB value is (52,56,8). Sum of RGB (Red+Green+Blue) = 52+56+8=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #343808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343808 is #CBC7F7. Grayscale: #313131. Windows color (decimal): -13355000 or 538676. OLE color: 538676.
HSL color Cylindrical-coordinate representation of color #343808: hue angle of 65º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #343808 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 56 | 8 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.78 |
| HSL | 65º | 0.75% | 0.13% | - |
| HSV(B) | 65º | 0.86% | 0.22% | - |
| XYZ | 2.87 | 3.58 | 0.77 | - |
| YUV | 49.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 8 | 0.07 | 0 | 0.86 | 0.78 | 65 | 0.75 | 0.13 |
| Hex | 34 | 38 | 8 | 7 | 0 | 56 | 4E | 41 | 4B | D |
| Octal | 64 | 70 | 10 | 7 | 0 | 126 | 116 | 101 | 113 | 15 |
| Binary | 110100 | 111000 | 1000 | 111 | 0 | 1010110 | 1001110 | 1000001 | 1001011 | 1101 |
Color Harmonies of #343808
Complementary color
Monochromatic Colors of #343808
Black with #343808
Text Example
Text Example
White with #343808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343808; }
p { color: rgb(52,56,8); }
H1.HeaderClassName
{
color: #343808;
}
.AnyTagClassName
{
color: #343808;
}
</style>
background-color css
<style>
a { background-color: #343808; }
a { background-color: rgb(52,56,8); }
div.DivClassName
{
background-color: #343808;
}
.BgClassName
{
background-color: #343808;
}
</style>
border-color css
<style>
span { border-color: #343808; }
span { border-color: rgb(52,56,8); }
td.TdClassName
{
border-color: #343808;
}
.TagClassName
{
border-color: #343808;
}
</style>