Shades of Amazon #368055
Tints of Amazon #368055
RGB
CMYK
RGB Variations
Color information
#368055 (or 0x368055) is known color: Amazon. HEX triplet: 36, 80 and 55. RGB value is (54,128,85). Sum of RGB (Red+Green+Blue) = 54+128+85=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #368055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368055 is #C97FAA. Grayscale: #656565. Windows color (decimal): -13205419 or 5603382. OLE color: 5603382.
HSL color Cylindrical-coordinate representation of color #368055: hue angle of 145.14º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368055 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 85 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.50 |
| HSL | 145.14º | 0.41% | 0.36% | - |
| HSV(B) | 145.14º | 0.58% | 0.5% | - |
| XYZ | 10.88 | 16.88 | 11.28 | - |
| YUV | 100.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 85 | 0.58 | 0 | 0.34 | 0.50 | 145.14 | 0.41 | 0.36 |
| Hex | 36 | 80 | 55 | 3A | 0 | 22 | 32 | 91 | 29 | 24 |
| Octal | 66 | 200 | 125 | 72 | 0 | 42 | 62 | 221 | 51 | 44 |
| Binary | 110110 | 10000000 | 1010101 | 111010 | 0 | 100010 | 110010 | 10010001 | 101001 | 100100 |
Color Harmonies of #368055
Complementary color
Monochromatic Colors of #368055
Black with #368055
Text Example
Text Example
White with #368055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368055; }
p { color: rgb(54,128,85); }
H1.HeaderClassName
{
color: #368055;
}
.AnyTagClassName
{
color: #368055;
}
</style>
background-color css
<style>
a { background-color: #368055; }
a { background-color: rgb(54,128,85); }
div.DivClassName
{
background-color: #368055;
}
.BgClassName
{
background-color: #368055;
}
</style>
border-color css
<style>
span { border-color: #368055; }
span { border-color: rgb(54,128,85); }
td.TdClassName
{
border-color: #368055;
}
.TagClassName
{
border-color: #368055;
}
</style>