Shades of Amazon #418B5C
Tints of Amazon #418B5C
RGB
CMYK
RGB Variations
Color information
#418B5C (or 0x418B5C) is known color: Amazon. HEX triplet: 41, 8B and 5C. RGB value is (65,139,92). Sum of RGB (Red+Green+Blue) = 65+139+92=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #418B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B5C is #BE74A3. Grayscale: #6F6F6F. Windows color (decimal): -12481700 or 6064961. OLE color: 6064961.
HSL color Cylindrical-coordinate representation of color #418B5C: hue angle of 141.89º 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 #418B5C is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 92 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.45 |
| HSL | 141.89º | 0.36% | 0.4% | - |
| HSV(B) | 141.89º | 0.53% | 0.55% | - |
| XYZ | 13.34 | 20.36 | 13.35 | - |
| YUV | 111.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 92 | 0.53 | 0 | 0.34 | 0.45 | 141.89 | 0.36 | 0.4 |
| Hex | 41 | 8B | 5C | 35 | 0 | 22 | 2D | 8E | 24 | 28 |
| Octal | 101 | 213 | 134 | 65 | 0 | 42 | 55 | 216 | 44 | 50 |
| Binary | 1000001 | 10001011 | 1011100 | 110101 | 0 | 100010 | 101101 | 10001110 | 100100 | 101000 |
Color Harmonies of #418B5C
Complementary color
Monochromatic Colors of #418B5C
Black with #418B5C
Text Example
Text Example
White with #418B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B5C; }
p { color: rgb(65,139,92); }
H1.HeaderClassName
{
color: #418B5C;
}
.AnyTagClassName
{
color: #418B5C;
}
</style>
background-color css
<style>
a { background-color: #418B5C; }
a { background-color: rgb(65,139,92); }
div.DivClassName
{
background-color: #418B5C;
}
.BgClassName
{
background-color: #418B5C;
}
</style>
border-color css
<style>
span { border-color: #418B5C; }
span { border-color: rgb(65,139,92); }
td.TdClassName
{
border-color: #418B5C;
}
.TagClassName
{
border-color: #418B5C;
}
</style>