Shades of Turtle Green #345112
Tints of Turtle Green #345112
RGB
CMYK
RGB Variations
Color information
#345112 (or 0x345112) is known color: Turtle Green. HEX triplet: 34, 51 and 12. RGB value is (52,81,18). Sum of RGB (Red+Green+Blue) = 52+81+18=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #345112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345112 is #CBAEED. Grayscale: #414141. Windows color (decimal): -13348590 or 1200436. OLE color: 1200436.
HSL color Cylindrical-coordinate representation of color #345112: hue angle of 87.62º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345112 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 18 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.68 |
| HSL | 87.62º | 0.64% | 0.19% | - |
| HSV(B) | 87.62º | 0.78% | 0.32% | - |
| XYZ | 4.47 | 6.66 | 1.62 | - |
| YUV | 65.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 18 | 0.36 | 0 | 0.78 | 0.68 | 87.62 | 0.64 | 0.19 |
| Hex | 34 | 51 | 12 | 24 | 0 | 4E | 44 | 58 | 40 | 13 |
| Octal | 64 | 121 | 22 | 44 | 0 | 116 | 104 | 130 | 100 | 23 |
| Binary | 110100 | 1010001 | 10010 | 100100 | 0 | 1001110 | 1000100 | 1011000 | 1000000 | 10011 |
Color Harmonies of #345112
Complementary color
Monochromatic Colors of #345112
Black with #345112
Text Example
Text Example
White with #345112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345112; }
p { color: rgb(52,81,18); }
H1.HeaderClassName
{
color: #345112;
}
.AnyTagClassName
{
color: #345112;
}
</style>
background-color css
<style>
a { background-color: #345112; }
a { background-color: rgb(52,81,18); }
div.DivClassName
{
background-color: #345112;
}
.BgClassName
{
background-color: #345112;
}
</style>
border-color css
<style>
span { border-color: #345112; }
span { border-color: rgb(52,81,18); }
td.TdClassName
{
border-color: #345112;
}
.TagClassName
{
border-color: #345112;
}
</style>