Shades of Amazon #34765C
Tints of Amazon #34765C
RGB
CMYK
RGB Variations
Color information
#34765C (or 0x34765C) is known color: Amazon. HEX triplet: 34, 76 and 5C. RGB value is (52,118,92). Sum of RGB (Red+Green+Blue) = 52+118+92=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #34765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34765C is #CB89A3. Grayscale: #5F5F5F. Windows color (decimal): -13339044 or 6059572. OLE color: 6059572.
HSL color Cylindrical-coordinate representation of color #34765C: hue angle of 156.36º 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 #34765C is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 118 | 92 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.54 |
| HSL | 156.36º | 0.39% | 0.33% | - |
| HSV(B) | 156.36º | 0.56% | 0.46% | - |
| XYZ | 9.83 | 14.46 | 12.4 | - |
| YUV | 95.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 92 | 0.56 | 0 | 0.22 | 0.54 | 156.36 | 0.39 | 0.33 |
| Hex | 34 | 76 | 5C | 38 | 0 | 16 | 36 | 9C | 27 | 21 |
| Octal | 64 | 166 | 134 | 70 | 0 | 26 | 66 | 234 | 47 | 41 |
| Binary | 110100 | 1110110 | 1011100 | 111000 | 0 | 10110 | 110110 | 10011100 | 100111 | 100001 |
Color Harmonies of #34765C
Complementary color
Monochromatic Colors of #34765C
Black with #34765C
Text Example
Text Example
White with #34765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34765C; }
p { color: rgb(52,118,92); }
H1.HeaderClassName
{
color: #34765C;
}
.AnyTagClassName
{
color: #34765C;
}
</style>
background-color css
<style>
a { background-color: #34765C; }
a { background-color: rgb(52,118,92); }
div.DivClassName
{
background-color: #34765C;
}
.BgClassName
{
background-color: #34765C;
}
</style>
border-color css
<style>
span { border-color: #34765C; }
span { border-color: rgb(52,118,92); }
td.TdClassName
{
border-color: #34765C;
}
.TagClassName
{
border-color: #34765C;
}
</style>