Shades of Amazon #347F5E
Tints of Amazon #347F5E
RGB
CMYK
RGB Variations
Color information
#347F5E (or 0x347F5E) is known color: Amazon. HEX triplet: 34, 7F and 5E. RGB value is (52,127,94). Sum of RGB (Red+Green+Blue) = 52+127+94=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #347F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F5E is #CB80A1. Grayscale: #646464. Windows color (decimal): -13336738 or 6192948. OLE color: 6192948.
HSL color Cylindrical-coordinate representation of color #347F5E: hue angle of 153.6º 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 #347F5E is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 94 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.50 |
| HSL | 153.6º | 0.42% | 0.35% | - |
| HSV(B) | 153.6º | 0.59% | 0.5% | - |
| XYZ | 11.03 | 16.72 | 13.24 | - |
| YUV | 100.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 94 | 0.59 | 0 | 0.26 | 0.50 | 153.6 | 0.42 | 0.35 |
| Hex | 34 | 7F | 5E | 3B | 0 | 1A | 32 | 9A | 2A | 23 |
| Octal | 64 | 177 | 136 | 73 | 0 | 32 | 62 | 232 | 52 | 43 |
| Binary | 110100 | 1111111 | 1011110 | 111011 | 0 | 11010 | 110010 | 10011010 | 101010 | 100011 |
Color Harmonies of #347F5E
Complementary color
Monochromatic Colors of #347F5E
Black with #347F5E
Text Example
Text Example
White with #347F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F5E; }
p { color: rgb(52,127,94); }
H1.HeaderClassName
{
color: #347F5E;
}
.AnyTagClassName
{
color: #347F5E;
}
</style>
background-color css
<style>
a { background-color: #347F5E; }
a { background-color: rgb(52,127,94); }
div.DivClassName
{
background-color: #347F5E;
}
.BgClassName
{
background-color: #347F5E;
}
</style>
border-color css
<style>
span { border-color: #347F5E; }
span { border-color: rgb(52,127,94); }
td.TdClassName
{
border-color: #347F5E;
}
.TagClassName
{
border-color: #347F5E;
}
</style>