Shades of Amazon #418B5A
Tints of Amazon #418B5A
RGB
CMYK
RGB Variations
Color information
#418B5A (or 0x418B5A) is known color: Amazon. HEX triplet: 41, 8B and 5A. RGB value is (65,139,90). Sum of RGB (Red+Green+Blue) = 65+139+90=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #418B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B5A is #BE74A5. Grayscale: #6F6F6F. Windows color (decimal): -12481702 or 5933889. OLE color: 5933889.
HSL color Cylindrical-coordinate representation of color #418B5A: hue angle of 140.27º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B5A is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 90 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.45 |
| HSL | 140.27º | 0.36% | 0.4% | - |
| HSV(B) | 140.27º | 0.53% | 0.55% | - |
| XYZ | 13.26 | 20.33 | 12.9 | - |
| YUV | 111.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 90 | 0.53 | 0 | 0.35 | 0.45 | 140.27 | 0.36 | 0.4 |
| Hex | 41 | 8B | 5A | 35 | 0 | 23 | 2D | 8C | 24 | 28 |
| Octal | 101 | 213 | 132 | 65 | 0 | 43 | 55 | 214 | 44 | 50 |
| Binary | 1000001 | 10001011 | 1011010 | 110101 | 0 | 100011 | 101101 | 10001100 | 100100 | 101000 |
Color Harmonies of #418B5A
Complementary color
Monochromatic Colors of #418B5A
Black with #418B5A
Text Example
Text Example
White with #418B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B5A; }
p { color: rgb(65,139,90); }
H1.HeaderClassName
{
color: #418B5A;
}
.AnyTagClassName
{
color: #418B5A;
}
</style>
background-color css
<style>
a { background-color: #418B5A; }
a { background-color: rgb(65,139,90); }
div.DivClassName
{
background-color: #418B5A;
}
.BgClassName
{
background-color: #418B5A;
}
</style>
border-color css
<style>
span { border-color: #418B5A; }
span { border-color: rgb(65,139,90); }
td.TdClassName
{
border-color: #418B5A;
}
.TagClassName
{
border-color: #418B5A;
}
</style>