Shades of Amazon #418953
Tints of Amazon #418953
RGB
CMYK
RGB Variations
Color information
#418953 (or 0x418953) is known color: Amazon. HEX triplet: 41, 89 and 53. RGB value is (65,137,83). Sum of RGB (Red+Green+Blue) = 65+137+83=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #418953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418953 is #BE76AC. Grayscale: #6D6D6D. Windows color (decimal): -12482221 or 5474625. OLE color: 5474625.
HSL color Cylindrical-coordinate representation of color #418953: hue angle of 135º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418953 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 83 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.46 |
| HSL | 135º | 0.36% | 0.4% | - |
| HSV(B) | 135º | 0.53% | 0.54% | - |
| XYZ | 12.69 | 19.64 | 11.31 | - |
| YUV | 109.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 83 | 0.53 | 0 | 0.39 | 0.46 | 135 | 0.36 | 0.4 |
| Hex | 41 | 89 | 53 | 35 | 0 | 27 | 2E | 87 | 24 | 28 |
| Octal | 101 | 211 | 123 | 65 | 0 | 47 | 56 | 207 | 44 | 50 |
| Binary | 1000001 | 10001001 | 1010011 | 110101 | 0 | 100111 | 101110 | 10000111 | 100100 | 101000 |
Color Harmonies of #418953
Complementary color
Monochromatic Colors of #418953
Black with #418953
Text Example
Text Example
White with #418953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418953; }
p { color: rgb(65,137,83); }
H1.HeaderClassName
{
color: #418953;
}
.AnyTagClassName
{
color: #418953;
}
</style>
background-color css
<style>
a { background-color: #418953; }
a { background-color: rgb(65,137,83); }
div.DivClassName
{
background-color: #418953;
}
.BgClassName
{
background-color: #418953;
}
</style>
border-color css
<style>
span { border-color: #418953; }
span { border-color: rgb(65,137,83); }
td.TdClassName
{
border-color: #418953;
}
.TagClassName
{
border-color: #418953;
}
</style>