Shades of Amazon #418454
Tints of Amazon #418454
RGB
CMYK
RGB Variations
Color information
#418454 (or 0x418454) is known color: Amazon. HEX triplet: 41, 84 and 54. RGB value is (65,132,84). Sum of RGB (Red+Green+Blue) = 65+132+84=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #418454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418454 is #BE7BAB. Grayscale: #6A6A6A. Windows color (decimal): -12483500 or 5538881. OLE color: 5538881.
HSL color Cylindrical-coordinate representation of color #418454: hue angle of 137.01º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418454 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 132 | 84 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.48 |
| HSL | 137.01º | 0.34% | 0.39% | - |
| HSV(B) | 137.01º | 0.51% | 0.52% | - |
| XYZ | 12.03 | 18.27 | 11.28 | - |
| YUV | 106.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 84 | 0.51 | 0 | 0.36 | 0.48 | 137.01 | 0.34 | 0.39 |
| Hex | 41 | 84 | 54 | 33 | 0 | 24 | 30 | 89 | 22 | 27 |
| Octal | 101 | 204 | 124 | 63 | 0 | 44 | 60 | 211 | 42 | 47 |
| Binary | 1000001 | 10000100 | 1010100 | 110011 | 0 | 100100 | 110000 | 10001001 | 100010 | 100111 |
Color Harmonies of #418454
Complementary color
Monochromatic Colors of #418454
Black with #418454
Text Example
Text Example
White with #418454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418454; }
p { color: rgb(65,132,84); }
H1.HeaderClassName
{
color: #418454;
}
.AnyTagClassName
{
color: #418454;
}
</style>
background-color css
<style>
a { background-color: #418454; }
a { background-color: rgb(65,132,84); }
div.DivClassName
{
background-color: #418454;
}
.BgClassName
{
background-color: #418454;
}
</style>
border-color css
<style>
span { border-color: #418454; }
span { border-color: rgb(65,132,84); }
td.TdClassName
{
border-color: #418454;
}
.TagClassName
{
border-color: #418454;
}
</style>