Shades of Turtle Green #345410
Tints of Turtle Green #345410
RGB
CMYK
RGB Variations
Color information
#345410 (or 0x345410) is known color: Turtle Green. HEX triplet: 34, 54 and 10. RGB value is (52,84,16). Sum of RGB (Red+Green+Blue) = 52+84+16=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #345410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345410 is #CBABEF. Grayscale: #424242. Windows color (decimal): -13347824 or 1070132. OLE color: 1070132.
HSL color Cylindrical-coordinate representation of color #345410: hue angle of 88.24º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #345410 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 84 | 16 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.67 |
| HSL | 88.24º | 0.68% | 0.2% | - |
| HSV(B) | 88.24º | 0.81% | 0.33% | - |
| XYZ | 4.68 | 7.11 | 1.62 | - |
| YUV | 66.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 16 | 0.38 | 0 | 0.81 | 0.67 | 88.24 | 0.68 | 0.2 |
| Hex | 34 | 54 | 10 | 26 | 0 | 51 | 43 | 58 | 44 | 14 |
| Octal | 64 | 124 | 20 | 46 | 0 | 121 | 103 | 130 | 104 | 24 |
| Binary | 110100 | 1010100 | 10000 | 100110 | 0 | 1010001 | 1000011 | 1011000 | 1000100 | 10100 |
Color Harmonies of #345410
Complementary color
Monochromatic Colors of #345410
Black with #345410
Text Example
Text Example
White with #345410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345410; }
p { color: rgb(52,84,16); }
H1.HeaderClassName
{
color: #345410;
}
.AnyTagClassName
{
color: #345410;
}
</style>
background-color css
<style>
a { background-color: #345410; }
a { background-color: rgb(52,84,16); }
div.DivClassName
{
background-color: #345410;
}
.BgClassName
{
background-color: #345410;
}
</style>
border-color css
<style>
span { border-color: #345410; }
span { border-color: rgb(52,84,16); }
td.TdClassName
{
border-color: #345410;
}
.TagClassName
{
border-color: #345410;
}
</style>