Shades of Amazon #368154
Tints of Amazon #368154
RGB
CMYK
RGB Variations
Color information
#368154 (or 0x368154) is known color: Amazon. HEX triplet: 36, 81 and 54. RGB value is (54,129,84). Sum of RGB (Red+Green+Blue) = 54+129+84=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #368154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368154 is #C97EAB. Grayscale: #656565. Windows color (decimal): -13205164 or 5538102. OLE color: 5538102.
HSL color Cylindrical-coordinate representation of color #368154: hue angle of 144º 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 #368154 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 129 | 84 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.49 |
| HSL | 144º | 0.41% | 0.36% | - |
| HSV(B) | 144º | 0.58% | 0.51% | - |
| XYZ | 10.97 | 17.12 | 11.11 | - |
| YUV | 101.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 84 | 0.58 | 0 | 0.35 | 0.49 | 144 | 0.41 | 0.36 |
| Hex | 36 | 81 | 54 | 3A | 0 | 23 | 31 | 90 | 29 | 24 |
| Octal | 66 | 201 | 124 | 72 | 0 | 43 | 61 | 220 | 51 | 44 |
| Binary | 110110 | 10000001 | 1010100 | 111010 | 0 | 100011 | 110001 | 10010000 | 101001 | 100100 |
Color Harmonies of #368154
Complementary color
Monochromatic Colors of #368154
Black with #368154
Text Example
Text Example
White with #368154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368154; }
p { color: rgb(54,129,84); }
H1.HeaderClassName
{
color: #368154;
}
.AnyTagClassName
{
color: #368154;
}
</style>
background-color css
<style>
a { background-color: #368154; }
a { background-color: rgb(54,129,84); }
div.DivClassName
{
background-color: #368154;
}
.BgClassName
{
background-color: #368154;
}
</style>
border-color css
<style>
span { border-color: #368154; }
span { border-color: rgb(54,129,84); }
td.TdClassName
{
border-color: #368154;
}
.TagClassName
{
border-color: #368154;
}
</style>