Shades of Amazon #368257
Tints of Amazon #368257
RGB
CMYK
RGB Variations
Color information
#368257 (or 0x368257) is known color: Amazon. HEX triplet: 36, 82 and 57. RGB value is (54,130,87). Sum of RGB (Red+Green+Blue) = 54+130+87=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #368257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368257 is #C97DA8. Grayscale: #666666. Windows color (decimal): -13204905 or 5734966. OLE color: 5734966.
HSL color Cylindrical-coordinate representation of color #368257: hue angle of 146.05º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368257 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 87 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.49 |
| HSL | 146.05º | 0.41% | 0.36% | - |
| HSV(B) | 146.05º | 0.58% | 0.51% | - |
| XYZ | 11.22 | 17.44 | 11.79 | - |
| YUV | 102.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 87 | 0.58 | 0 | 0.33 | 0.49 | 146.05 | 0.41 | 0.36 |
| Hex | 36 | 82 | 57 | 3A | 0 | 21 | 31 | 92 | 29 | 24 |
| Octal | 66 | 202 | 127 | 72 | 0 | 41 | 61 | 222 | 51 | 44 |
| Binary | 110110 | 10000010 | 1010111 | 111010 | 0 | 100001 | 110001 | 10010010 | 101001 | 100100 |
Color Harmonies of #368257
Complementary color
Monochromatic Colors of #368257
Black with #368257
Text Example
Text Example
White with #368257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368257; }
p { color: rgb(54,130,87); }
H1.HeaderClassName
{
color: #368257;
}
.AnyTagClassName
{
color: #368257;
}
</style>
background-color css
<style>
a { background-color: #368257; }
a { background-color: rgb(54,130,87); }
div.DivClassName
{
background-color: #368257;
}
.BgClassName
{
background-color: #368257;
}
</style>
border-color css
<style>
span { border-color: #368257; }
span { border-color: rgb(54,130,87); }
td.TdClassName
{
border-color: #368257;
}
.TagClassName
{
border-color: #368257;
}
</style>