Shades of Turtle Green #345105
Tints of Turtle Green #345105
RGB
CMYK
RGB Variations
Color information
#345105 (or 0x345105) is known color: Turtle Green. HEX triplet: 34, 51 and 05. RGB value is (52,81,5). Sum of RGB (Red+Green+Blue) = 52+81+5=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #345105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345105 is #CBAEFA. Grayscale: #3F3F3F. Windows color (decimal): -13348603 or 348468. OLE color: 348468.
HSL color Cylindrical-coordinate representation of color #345105: hue angle of 82.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #345105 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 5 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.68 |
| HSL | 82.89º | 0.88% | 0.17% | - |
| HSV(B) | 82.89º | 0.94% | 0.32% | - |
| XYZ | 4.39 | 6.63 | 1.19 | - |
| YUV | 63.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 5 | 0.36 | 0 | 0.94 | 0.68 | 82.89 | 0.88 | 0.17 |
| Hex | 34 | 51 | 5 | 24 | 0 | 5E | 44 | 53 | 58 | 11 |
| Octal | 64 | 121 | 5 | 44 | 0 | 136 | 104 | 123 | 130 | 21 |
| Binary | 110100 | 1010001 | 101 | 100100 | 0 | 1011110 | 1000100 | 1010011 | 1011000 | 10001 |
Color Harmonies of #345105
Complementary color
Monochromatic Colors of #345105
Black with #345105
Text Example
Text Example
White with #345105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345105; }
p { color: rgb(52,81,5); }
H1.HeaderClassName
{
color: #345105;
}
.AnyTagClassName
{
color: #345105;
}
</style>
background-color css
<style>
a { background-color: #345105; }
a { background-color: rgb(52,81,5); }
div.DivClassName
{
background-color: #345105;
}
.BgClassName
{
background-color: #345105;
}
</style>
border-color css
<style>
span { border-color: #345105; }
span { border-color: rgb(52,81,5); }
td.TdClassName
{
border-color: #345105;
}
.TagClassName
{
border-color: #345105;
}
</style>