Shades of Amazon #418762
Tints of Amazon #418762
RGB
CMYK
RGB Variations
Color information
#418762 (or 0x418762) is known color: Amazon. HEX triplet: 41, 87 and 62. RGB value is (65,135,98). Sum of RGB (Red+Green+Blue) = 65+135+98=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #418762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418762 is #BE789D. Grayscale: #6D6D6D. Windows color (decimal): -12482718 or 6457153. OLE color: 6457153.
HSL color Cylindrical-coordinate representation of color #418762: hue angle of 148.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418762 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 135 | 98 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.47 |
| HSL | 148.29º | 0.35% | 0.39% | - |
| HSV(B) | 148.29º | 0.52% | 0.53% | - |
| XYZ | 13.05 | 19.33 | 14.6 | - |
| YUV | 109.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 98 | 0.52 | 0 | 0.27 | 0.47 | 148.29 | 0.35 | 0.39 |
| Hex | 41 | 87 | 62 | 34 | 0 | 1B | 2F | 94 | 23 | 27 |
| Octal | 101 | 207 | 142 | 64 | 0 | 33 | 57 | 224 | 43 | 47 |
| Binary | 1000001 | 10000111 | 1100010 | 110100 | 0 | 11011 | 101111 | 10010100 | 100011 | 100111 |
Color Harmonies of #418762
Complementary color
Monochromatic Colors of #418762
Black with #418762
Text Example
Text Example
White with #418762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418762; }
p { color: rgb(65,135,98); }
H1.HeaderClassName
{
color: #418762;
}
.AnyTagClassName
{
color: #418762;
}
</style>
background-color css
<style>
a { background-color: #418762; }
a { background-color: rgb(65,135,98); }
div.DivClassName
{
background-color: #418762;
}
.BgClassName
{
background-color: #418762;
}
</style>
border-color css
<style>
span { border-color: #418762; }
span { border-color: rgb(65,135,98); }
td.TdClassName
{
border-color: #418762;
}
.TagClassName
{
border-color: #418762;
}
</style>