Shades of Turtle Green #345013
Tints of Turtle Green #345013
RGB
CMYK
RGB Variations
Color information
#345013 (or 0x345013) is known color: Turtle Green. HEX triplet: 34, 50 and 13. RGB value is (52,80,19). Sum of RGB (Red+Green+Blue) = 52+80+19=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #345013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345013 is #CBAFEC. Grayscale: #404040. Windows color (decimal): -13348845 or 1265716. OLE color: 1265716.
HSL color Cylindrical-coordinate representation of color #345013: hue angle of 87.54º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345013 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 80 | 19 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.69 |
| HSL | 87.54º | 0.62% | 0.19% | - |
| HSV(B) | 87.54º | 0.76% | 0.31% | - |
| XYZ | 4.4 | 6.51 | 1.64 | - |
| YUV | 64.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 19 | 0.35 | 0 | 0.76 | 0.69 | 87.54 | 0.62 | 0.19 |
| Hex | 34 | 50 | 13 | 23 | 0 | 4C | 45 | 58 | 3E | 13 |
| Octal | 64 | 120 | 23 | 43 | 0 | 114 | 105 | 130 | 76 | 23 |
| Binary | 110100 | 1010000 | 10011 | 100011 | 0 | 1001100 | 1000101 | 1011000 | 111110 | 10011 |
Color Harmonies of #345013
Complementary color
Monochromatic Colors of #345013
Black with #345013
Text Example
Text Example
White with #345013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345013; }
p { color: rgb(52,80,19); }
H1.HeaderClassName
{
color: #345013;
}
.AnyTagClassName
{
color: #345013;
}
</style>
background-color css
<style>
a { background-color: #345013; }
a { background-color: rgb(52,80,19); }
div.DivClassName
{
background-color: #345013;
}
.BgClassName
{
background-color: #345013;
}
</style>
border-color css
<style>
span { border-color: #345013; }
span { border-color: rgb(52,80,19); }
td.TdClassName
{
border-color: #345013;
}
.TagClassName
{
border-color: #345013;
}
</style>