Shades of Amazon #418158
Tints of Amazon #418158
RGB
CMYK
RGB Variations
Color information
#418158 (or 0x418158) is known color: Amazon. HEX triplet: 41, 81 and 58. RGB value is (65,129,88). Sum of RGB (Red+Green+Blue) = 65+129+88=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #418158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418158 is #BE7EA7. Grayscale: #696969. Windows color (decimal): -12484264 or 5800257. OLE color: 5800257.
HSL color Cylindrical-coordinate representation of color #418158: hue angle of 141.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418158 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 88 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.49 |
| HSL | 141.56º | 0.33% | 0.38% | - |
| HSV(B) | 141.56º | 0.5% | 0.51% | - |
| XYZ | 11.79 | 17.53 | 11.99 | - |
| YUV | 105.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 88 | 0.50 | 0 | 0.32 | 0.49 | 141.56 | 0.33 | 0.38 |
| Hex | 41 | 81 | 58 | 32 | 0 | 20 | 31 | 8E | 21 | 26 |
| Octal | 101 | 201 | 130 | 62 | 0 | 40 | 61 | 216 | 41 | 46 |
| Binary | 1000001 | 10000001 | 1011000 | 110010 | 0 | 100000 | 110001 | 10001110 | 100001 | 100110 |
Color Harmonies of #418158
Complementary color
Monochromatic Colors of #418158
Black with #418158
Text Example
Text Example
White with #418158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418158; }
p { color: rgb(65,129,88); }
H1.HeaderClassName
{
color: #418158;
}
.AnyTagClassName
{
color: #418158;
}
</style>
background-color css
<style>
a { background-color: #418158; }
a { background-color: rgb(65,129,88); }
div.DivClassName
{
background-color: #418158;
}
.BgClassName
{
background-color: #418158;
}
</style>
border-color css
<style>
span { border-color: #418158; }
span { border-color: rgb(65,129,88); }
td.TdClassName
{
border-color: #418158;
}
.TagClassName
{
border-color: #418158;
}
</style>