Shades of Amazon #347357
Tints of Amazon #347357
RGB
CMYK
RGB Variations
Color information
#347357 (or 0x347357) is known color: Amazon. HEX triplet: 34, 73 and 57. RGB value is (52,115,87). Sum of RGB (Red+Green+Blue) = 52+115+87=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #347357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347357 is #CB8CA8. Grayscale: #5D5D5D. Windows color (decimal): -13339817 or 5731124. OLE color: 5731124.
HSL color Cylindrical-coordinate representation of color #347357: hue angle of 153.33º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347357 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 87 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.55 |
| HSL | 153.33º | 0.38% | 0.33% | - |
| HSV(B) | 153.33º | 0.55% | 0.45% | - |
| XYZ | 9.27 | 13.68 | 11.17 | - |
| YUV | 92.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 87 | 0.55 | 0 | 0.24 | 0.55 | 153.33 | 0.38 | 0.33 |
| Hex | 34 | 73 | 57 | 37 | 0 | 18 | 37 | 99 | 26 | 21 |
| Octal | 64 | 163 | 127 | 67 | 0 | 30 | 67 | 231 | 46 | 41 |
| Binary | 110100 | 1110011 | 1010111 | 110111 | 0 | 11000 | 110111 | 10011001 | 100110 | 100001 |
Color Harmonies of #347357
Complementary color
Monochromatic Colors of #347357
Black with #347357
Text Example
Text Example
White with #347357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347357; }
p { color: rgb(52,115,87); }
H1.HeaderClassName
{
color: #347357;
}
.AnyTagClassName
{
color: #347357;
}
</style>
background-color css
<style>
a { background-color: #347357; }
a { background-color: rgb(52,115,87); }
div.DivClassName
{
background-color: #347357;
}
.BgClassName
{
background-color: #347357;
}
</style>
border-color css
<style>
span { border-color: #347357; }
span { border-color: rgb(52,115,87); }
td.TdClassName
{
border-color: #347357;
}
.TagClassName
{
border-color: #347357;
}
</style>