Shades of Amazon #347F5C
Tints of Amazon #347F5C
RGB
CMYK
RGB Variations
Color information
#347F5C (or 0x347F5C) is known color: Amazon. HEX triplet: 34, 7F and 5C. RGB value is (52,127,92). Sum of RGB (Red+Green+Blue) = 52+127+92=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #347F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F5C is #CB80A3. Grayscale: #646464. Windows color (decimal): -13336740 or 6061876. OLE color: 6061876.
HSL color Cylindrical-coordinate representation of color #347F5C: hue angle of 152º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F5C is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 92 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.50 |
| HSL | 152º | 0.42% | 0.35% | - |
| HSV(B) | 152º | 0.59% | 0.5% | - |
| XYZ | 10.94 | 16.68 | 12.77 | - |
| YUV | 100.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 92 | 0.59 | 0 | 0.28 | 0.50 | 152 | 0.42 | 0.35 |
| Hex | 34 | 7F | 5C | 3B | 0 | 1C | 32 | 98 | 2A | 23 |
| Octal | 64 | 177 | 134 | 73 | 0 | 34 | 62 | 230 | 52 | 43 |
| Binary | 110100 | 1111111 | 1011100 | 111011 | 0 | 11100 | 110010 | 10011000 | 101010 | 100011 |
Color Harmonies of #347F5C
Complementary color
Monochromatic Colors of #347F5C
Black with #347F5C
Text Example
Text Example
White with #347F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F5C; }
p { color: rgb(52,127,92); }
H1.HeaderClassName
{
color: #347F5C;
}
.AnyTagClassName
{
color: #347F5C;
}
</style>
background-color css
<style>
a { background-color: #347F5C; }
a { background-color: rgb(52,127,92); }
div.DivClassName
{
background-color: #347F5C;
}
.BgClassName
{
background-color: #347F5C;
}
</style>
border-color css
<style>
span { border-color: #347F5C; }
span { border-color: rgb(52,127,92); }
td.TdClassName
{
border-color: #347F5C;
}
.TagClassName
{
border-color: #347F5C;
}
</style>