Shades of Amazon #347F59
Tints of Amazon #347F59
RGB
CMYK
RGB Variations
Color information
#347F59 (or 0x347F59) is known color: Amazon. HEX triplet: 34, 7F and 59. RGB value is (52,127,89). Sum of RGB (Red+Green+Blue) = 52+127+89=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #347F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F59 is #CB80A6. Grayscale: #646464. Windows color (decimal): -13336743 or 5865268. OLE color: 5865268.
HSL color Cylindrical-coordinate representation of color #347F59: hue angle of 149.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 #347F59 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 89 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.50 |
| HSL | 149.6º | 0.42% | 0.35% | - |
| HSV(B) | 149.6º | 0.59% | 0.5% | - |
| XYZ | 10.81 | 16.63 | 12.09 | - |
| YUV | 100.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 89 | 0.59 | 0 | 0.30 | 0.50 | 149.6 | 0.42 | 0.35 |
| Hex | 34 | 7F | 59 | 3B | 0 | 1E | 32 | 96 | 2A | 23 |
| Octal | 64 | 177 | 131 | 73 | 0 | 36 | 62 | 226 | 52 | 43 |
| Binary | 110100 | 1111111 | 1011001 | 111011 | 0 | 11110 | 110010 | 10010110 | 101010 | 100011 |
Color Harmonies of #347F59
Complementary color
Monochromatic Colors of #347F59
Black with #347F59
Text Example
Text Example
White with #347F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F59; }
p { color: rgb(52,127,89); }
H1.HeaderClassName
{
color: #347F59;
}
.AnyTagClassName
{
color: #347F59;
}
</style>
background-color css
<style>
a { background-color: #347F59; }
a { background-color: rgb(52,127,89); }
div.DivClassName
{
background-color: #347F59;
}
.BgClassName
{
background-color: #347F59;
}
</style>
border-color css
<style>
span { border-color: #347F59; }
span { border-color: rgb(52,127,89); }
td.TdClassName
{
border-color: #347F59;
}
.TagClassName
{
border-color: #347F59;
}
</style>