Shades of Amazon #346F45
Tints of Amazon #346F45
RGB
CMYK
RGB Variations
Color information
#346F45 (or 0x346F45) is known color: Amazon. HEX triplet: 34, 6F and 45. RGB value is (52,111,69). Sum of RGB (Red+Green+Blue) = 52+111+69=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #346F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F45 is #CB90BA. Grayscale: #585858. Windows color (decimal): -13340859 or 4550452. OLE color: 4550452.
HSL color Cylindrical-coordinate representation of color #346F45: hue angle of 137.29º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F45 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 69 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.56 |
| HSL | 137.29º | 0.36% | 0.32% | - |
| HSV(B) | 137.29º | 0.53% | 0.44% | - |
| XYZ | 8.17 | 12.53 | 7.62 | - |
| YUV | 88.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 69 | 0.53 | 0 | 0.38 | 0.56 | 137.29 | 0.36 | 0.32 |
| Hex | 34 | 6F | 45 | 35 | 0 | 26 | 38 | 89 | 24 | 20 |
| Octal | 64 | 157 | 105 | 65 | 0 | 46 | 70 | 211 | 44 | 40 |
| Binary | 110100 | 1101111 | 1000101 | 110101 | 0 | 100110 | 111000 | 10001001 | 100100 | 100000 |
Color Harmonies of #346F45
Complementary color
Monochromatic Colors of #346F45
Black with #346F45
Text Example
Text Example
White with #346F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F45; }
p { color: rgb(52,111,69); }
H1.HeaderClassName
{
color: #346F45;
}
.AnyTagClassName
{
color: #346F45;
}
</style>
background-color css
<style>
a { background-color: #346F45; }
a { background-color: rgb(52,111,69); }
div.DivClassName
{
background-color: #346F45;
}
.BgClassName
{
background-color: #346F45;
}
</style>
border-color css
<style>
span { border-color: #346F45; }
span { border-color: rgb(52,111,69); }
td.TdClassName
{
border-color: #346F45;
}
.TagClassName
{
border-color: #346F45;
}
</style>