Shades of Amazon #34765E
Tints of Amazon #34765E
RGB
CMYK
RGB Variations
Color information
#34765E (or 0x34765E) is known color: Amazon. HEX triplet: 34, 76 and 5E. RGB value is (52,118,94). Sum of RGB (Red+Green+Blue) = 52+118+94=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #34765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34765E is #CB89A1. Grayscale: #5F5F5F. Windows color (decimal): -13339042 or 6190644. OLE color: 6190644.
HSL color Cylindrical-coordinate representation of color #34765E: hue angle of 158.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34765E is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 118 | 94 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.54 |
| HSL | 158.18º | 0.39% | 0.33% | - |
| HSV(B) | 158.18º | 0.56% | 0.46% | - |
| XYZ | 9.91 | 14.5 | 12.86 | - |
| YUV | 95.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 94 | 0.56 | 0 | 0.20 | 0.54 | 158.18 | 0.39 | 0.33 |
| Hex | 34 | 76 | 5E | 38 | 0 | 14 | 36 | 9E | 27 | 21 |
| Octal | 64 | 166 | 136 | 70 | 0 | 24 | 66 | 236 | 47 | 41 |
| Binary | 110100 | 1110110 | 1011110 | 111000 | 0 | 10100 | 110110 | 10011110 | 100111 | 100001 |
Color Harmonies of #34765E
Complementary color
Monochromatic Colors of #34765E
Black with #34765E
Text Example
Text Example
White with #34765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34765E; }
p { color: rgb(52,118,94); }
H1.HeaderClassName
{
color: #34765E;
}
.AnyTagClassName
{
color: #34765E;
}
</style>
background-color css
<style>
a { background-color: #34765E; }
a { background-color: rgb(52,118,94); }
div.DivClassName
{
background-color: #34765E;
}
.BgClassName
{
background-color: #34765E;
}
</style>
border-color css
<style>
span { border-color: #34765E; }
span { border-color: rgb(52,118,94); }
td.TdClassName
{
border-color: #34765E;
}
.TagClassName
{
border-color: #34765E;
}
</style>