Shades of Turtle Green #343508
Tints of Turtle Green #343508
RGB
CMYK
RGB Variations
Color information
#343508 (or 0x343508) is known color: Turtle Green. HEX triplet: 34, 35 and 08. RGB value is (52,53,8). Sum of RGB (Red+Green+Blue) = 52+53+8=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #343508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343508 is #CBCAF7. Grayscale: #2F2F2F. Windows color (decimal): -13355768 or 537908. OLE color: 537908.
HSL color Cylindrical-coordinate representation of color #343508: hue angle of 61.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #343508 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 53 | 8 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.79 |
| HSL | 61.33º | 0.74% | 0.12% | - |
| HSV(B) | 61.33º | 0.85% | 0.21% | - |
| XYZ | 2.73 | 3.29 | 0.72 | - |
| YUV | 47.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 8 | 0.02 | 0 | 0.85 | 0.79 | 61.33 | 0.74 | 0.12 |
| Hex | 34 | 35 | 8 | 2 | 0 | 55 | 4F | 3D | 4A | C |
| Octal | 64 | 65 | 10 | 2 | 0 | 125 | 117 | 75 | 112 | 14 |
| Binary | 110100 | 110101 | 1000 | 10 | 0 | 1010101 | 1001111 | 111101 | 1001010 | 1100 |
Color Harmonies of #343508
Complementary color
Monochromatic Colors of #343508
Black with #343508
Text Example
Text Example
White with #343508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343508; }
p { color: rgb(52,53,8); }
H1.HeaderClassName
{
color: #343508;
}
.AnyTagClassName
{
color: #343508;
}
</style>
background-color css
<style>
a { background-color: #343508; }
a { background-color: rgb(52,53,8); }
div.DivClassName
{
background-color: #343508;
}
.BgClassName
{
background-color: #343508;
}
</style>
border-color css
<style>
span { border-color: #343508; }
span { border-color: rgb(52,53,8); }
td.TdClassName
{
border-color: #343508;
}
.TagClassName
{
border-color: #343508;
}
</style>