Shades of Amazon #428B5B
Tints of Amazon #428B5B
RGB
CMYK
RGB Variations
Color information
#428B5B (or 0x428B5B) is known color: Amazon. HEX triplet: 42, 8B and 5B. RGB value is (66,139,91). Sum of RGB (Red+Green+Blue) = 66+139+91=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #428B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B5B is #BD74A4. Grayscale: #6F6F6F. Windows color (decimal): -12416165 or 5999426. OLE color: 5999426.
HSL color Cylindrical-coordinate representation of color #428B5B: hue angle of 140.55º 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 #428B5B is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 91 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.45 |
| HSL | 140.55º | 0.36% | 0.4% | - |
| HSV(B) | 140.55º | 0.53% | 0.55% | - |
| XYZ | 13.37 | 20.38 | 13.13 | - |
| YUV | 111.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 91 | 0.53 | 0 | 0.35 | 0.45 | 140.55 | 0.36 | 0.4 |
| Hex | 42 | 8B | 5B | 35 | 0 | 23 | 2D | 8D | 24 | 28 |
| Octal | 102 | 213 | 133 | 65 | 0 | 43 | 55 | 215 | 44 | 50 |
| Binary | 1000010 | 10001011 | 1011011 | 110101 | 0 | 100011 | 101101 | 10001101 | 100100 | 101000 |
Color Harmonies of #428B5B
Complementary color
Monochromatic Colors of #428B5B
Black with #428B5B
Text Example
Text Example
White with #428B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B5B; }
p { color: rgb(66,139,91); }
H1.HeaderClassName
{
color: #428B5B;
}
.AnyTagClassName
{
color: #428B5B;
}
</style>
background-color css
<style>
a { background-color: #428B5B; }
a { background-color: rgb(66,139,91); }
div.DivClassName
{
background-color: #428B5B;
}
.BgClassName
{
background-color: #428B5B;
}
</style>
border-color css
<style>
span { border-color: #428B5B; }
span { border-color: rgb(66,139,91); }
td.TdClassName
{
border-color: #428B5B;
}
.TagClassName
{
border-color: #428B5B;
}
</style>