Shades of Amazon #347F60
Tints of Amazon #347F60
RGB
CMYK
RGB Variations
Color information
#347F60 (or 0x347F60) is known color: Amazon. HEX triplet: 34, 7F and 60. RGB value is (52,127,96). Sum of RGB (Red+Green+Blue) = 52+127+96=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 127 - color contains mainly: green. Hex color #347F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F60 is #CB809F. Grayscale: #656565. Windows color (decimal): -13336736 or 6324020. OLE color: 6324020.
HSL color Cylindrical-coordinate representation of color #347F60: hue angle of 155.2º 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 #347F60 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 96 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.50 |
| HSL | 155.2º | 0.42% | 0.35% | - |
| HSV(B) | 155.2º | 0.59% | 0.5% | - |
| XYZ | 11.12 | 16.75 | 13.71 | - |
| YUV | 101.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 96 | 0.59 | 0 | 0.24 | 0.50 | 155.2 | 0.42 | 0.35 |
| Hex | 34 | 7F | 60 | 3B | 0 | 18 | 32 | 9B | 2A | 23 |
| Octal | 64 | 177 | 140 | 73 | 0 | 30 | 62 | 233 | 52 | 43 |
| Binary | 110100 | 1111111 | 1100000 | 111011 | 0 | 11000 | 110010 | 10011011 | 101010 | 100011 |
Color Harmonies of #347F60
Complementary color
Monochromatic Colors of #347F60
Black with #347F60
Text Example
Text Example
White with #347F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F60; }
p { color: rgb(52,127,96); }
H1.HeaderClassName
{
color: #347F60;
}
.AnyTagClassName
{
color: #347F60;
}
</style>
background-color css
<style>
a { background-color: #347F60; }
a { background-color: rgb(52,127,96); }
div.DivClassName
{
background-color: #347F60;
}
.BgClassName
{
background-color: #347F60;
}
</style>
border-color css
<style>
span { border-color: #347F60; }
span { border-color: rgb(52,127,96); }
td.TdClassName
{
border-color: #347F60;
}
.TagClassName
{
border-color: #347F60;
}
</style>