Shades of Turtle Green #345000
Tints of Turtle Green #345000
RGB
CMYK
RGB Variations
Color information
#345000 (or 0x345000) is known color: Turtle Green. HEX triplet: 34, 50 and 00. RGB value is (52,80,0). Sum of RGB (Red+Green+Blue) = 52+80+0=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #345000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345000 is #CBAFFF. Grayscale: #3E3E3E. Windows color (decimal): -13348864 or 20532. OLE color: 20532.
HSL color Cylindrical-coordinate representation of color #345000: hue angle of 81º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #345000 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 80 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.69 |
| HSL | 81º | 1% | 0.16% | - |
| HSV(B) | 81º | 1% | 0.31% | - |
| XYZ | 4.28 | 6.47 | 1.02 | - |
| YUV | 62.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 0 | 0.35 | 0 | 1 | 0.69 | 81 | 1 | 0.16 |
| Hex | 34 | 50 | 0 | 23 | 0 | 64 | 45 | 51 | 64 | 10 |
| Octal | 64 | 120 | 0 | 43 | 0 | 144 | 105 | 121 | 144 | 20 |
| Binary | 110100 | 1010000 | 0 | 100011 | 0 | 1100100 | 1000101 | 1010001 | 1100100 | 10000 |
Color Harmonies of #345000
Complementary color
Monochromatic Colors of #345000
Black with #345000
Text Example
Text Example
White with #345000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345000; }
p { color: rgb(52,80,0); }
H1.HeaderClassName
{
color: #345000;
}
.AnyTagClassName
{
color: #345000;
}
</style>
background-color css
<style>
a { background-color: #345000; }
a { background-color: rgb(52,80,0); }
div.DivClassName
{
background-color: #345000;
}
.BgClassName
{
background-color: #345000;
}
</style>
border-color css
<style>
span { border-color: #345000; }
span { border-color: rgb(52,80,0); }
td.TdClassName
{
border-color: #345000;
}
.TagClassName
{
border-color: #345000;
}
</style>