Shades of Amazon #368359
Tints of Amazon #368359
RGB
CMYK
RGB Variations
Color information
#368359 (or 0x368359) is known color: Amazon. HEX triplet: 36, 83 and 59. RGB value is (54,131,89). Sum of RGB (Red+Green+Blue) = 54+131+89=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #368359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368359 is #C97CA6. Grayscale: #676767. Windows color (decimal): -13204647 or 5866294. OLE color: 5866294.
HSL color Cylindrical-coordinate representation of color #368359: hue angle of 147.27º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368359 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 131 | 89 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.49 |
| HSL | 147.27º | 0.42% | 0.36% | - |
| HSV(B) | 147.27º | 0.59% | 0.51% | - |
| XYZ | 11.44 | 17.74 | 12.27 | - |
| YUV | 103.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 89 | 0.59 | 0 | 0.32 | 0.49 | 147.27 | 0.42 | 0.36 |
| Hex | 36 | 83 | 59 | 3B | 0 | 20 | 31 | 93 | 2A | 24 |
| Octal | 66 | 203 | 131 | 73 | 0 | 40 | 61 | 223 | 52 | 44 |
| Binary | 110110 | 10000011 | 1011001 | 111011 | 0 | 100000 | 110001 | 10010011 | 101010 | 100100 |
Color Harmonies of #368359
Complementary color
Monochromatic Colors of #368359
Black with #368359
Text Example
Text Example
White with #368359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368359; }
p { color: rgb(54,131,89); }
H1.HeaderClassName
{
color: #368359;
}
.AnyTagClassName
{
color: #368359;
}
</style>
background-color css
<style>
a { background-color: #368359; }
a { background-color: rgb(54,131,89); }
div.DivClassName
{
background-color: #368359;
}
.BgClassName
{
background-color: #368359;
}
</style>
border-color css
<style>
span { border-color: #368359; }
span { border-color: rgb(54,131,89); }
td.TdClassName
{
border-color: #368359;
}
.TagClassName
{
border-color: #368359;
}
</style>