Shades of Turtle Green #34510B
Tints of Turtle Green #34510B
RGB
CMYK
RGB Variations
Color information
#34510B (or 0x34510B) is known color: Turtle Green. HEX triplet: 34, 51 and 0B. RGB value is (52,81,11). Sum of RGB (Red+Green+Blue) = 52+81+11=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #34510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34510B is #CBAEF4. Grayscale: #404040. Windows color (decimal): -13348597 or 741684. OLE color: 741684.
HSL color Cylindrical-coordinate representation of color #34510B: hue angle of 84.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34510B is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 11 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.68 |
| HSL | 84.86º | 0.76% | 0.18% | - |
| HSV(B) | 84.86º | 0.86% | 0.32% | - |
| XYZ | 4.42 | 6.64 | 1.37 | - |
| YUV | 64.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 11 | 0.36 | 0 | 0.86 | 0.68 | 84.86 | 0.76 | 0.18 |
| Hex | 34 | 51 | B | 24 | 0 | 56 | 44 | 55 | 4C | 12 |
| Octal | 64 | 121 | 13 | 44 | 0 | 126 | 104 | 125 | 114 | 22 |
| Binary | 110100 | 1010001 | 1011 | 100100 | 0 | 1010110 | 1000100 | 1010101 | 1001100 | 10010 |
Color Harmonies of #34510B
Complementary color
Monochromatic Colors of #34510B
Black with #34510B
Text Example
Text Example
White with #34510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34510B; }
p { color: rgb(52,81,11); }
H1.HeaderClassName
{
color: #34510B;
}
.AnyTagClassName
{
color: #34510B;
}
</style>
background-color css
<style>
a { background-color: #34510B; }
a { background-color: rgb(52,81,11); }
div.DivClassName
{
background-color: #34510B;
}
.BgClassName
{
background-color: #34510B;
}
</style>
border-color css
<style>
span { border-color: #34510B; }
span { border-color: rgb(52,81,11); }
td.TdClassName
{
border-color: #34510B;
}
.TagClassName
{
border-color: #34510B;
}
</style>