Shades of Amazon #347C5C
Tints of Amazon #347C5C
RGB
CMYK
RGB Variations
Color information
#347C5C (or 0x347C5C) is known color: Amazon. HEX triplet: 34, 7C and 5C. RGB value is (52,124,92). Sum of RGB (Red+Green+Blue) = 52+124+92=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #347C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C5C is #CB83A3. Grayscale: #626262. Windows color (decimal): -13337508 or 6061108. OLE color: 6061108.
HSL color Cylindrical-coordinate representation of color #347C5C: hue angle of 153.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347C5C is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 92 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.51 |
| HSL | 153.33º | 0.41% | 0.35% | - |
| HSV(B) | 153.33º | 0.58% | 0.49% | - |
| XYZ | 10.56 | 15.92 | 12.64 | - |
| YUV | 98.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 92 | 0.58 | 0 | 0.26 | 0.51 | 153.33 | 0.41 | 0.35 |
| Hex | 34 | 7C | 5C | 3A | 0 | 1A | 33 | 99 | 29 | 23 |
| Octal | 64 | 174 | 134 | 72 | 0 | 32 | 63 | 231 | 51 | 43 |
| Binary | 110100 | 1111100 | 1011100 | 111010 | 0 | 11010 | 110011 | 10011001 | 101001 | 100011 |
Color Harmonies of #347C5C
Complementary color
Monochromatic Colors of #347C5C
Black with #347C5C
Text Example
Text Example
White with #347C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C5C; }
p { color: rgb(52,124,92); }
H1.HeaderClassName
{
color: #347C5C;
}
.AnyTagClassName
{
color: #347C5C;
}
</style>
background-color css
<style>
a { background-color: #347C5C; }
a { background-color: rgb(52,124,92); }
div.DivClassName
{
background-color: #347C5C;
}
.BgClassName
{
background-color: #347C5C;
}
</style>
border-color css
<style>
span { border-color: #347C5C; }
span { border-color: rgb(52,124,92); }
td.TdClassName
{
border-color: #347C5C;
}
.TagClassName
{
border-color: #347C5C;
}
</style>