Shades of Amazon #428B5D
Tints of Amazon #428B5D
RGB
CMYK
RGB Variations
Color information
#428B5D (or 0x428B5D) is known color: Amazon. HEX triplet: 42, 8B and 5D. RGB value is (66,139,93). Sum of RGB (Red+Green+Blue) = 66+139+93=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #428B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B5D is #BD74A2. Grayscale: #707070. Windows color (decimal): -12416163 or 6130498. OLE color: 6130498.
HSL color Cylindrical-coordinate representation of color #428B5D: hue angle of 142.19º 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 #428B5D is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 93 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.45 |
| HSL | 142.19º | 0.36% | 0.4% | - |
| HSV(B) | 142.19º | 0.53% | 0.55% | - |
| XYZ | 13.46 | 20.41 | 13.59 | - |
| YUV | 111.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 93 | 0.53 | 0 | 0.33 | 0.45 | 142.19 | 0.36 | 0.4 |
| Hex | 42 | 8B | 5D | 35 | 0 | 21 | 2D | 8E | 24 | 28 |
| Octal | 102 | 213 | 135 | 65 | 0 | 41 | 55 | 216 | 44 | 50 |
| Binary | 1000010 | 10001011 | 1011101 | 110101 | 0 | 100001 | 101101 | 10001110 | 100100 | 101000 |
Color Harmonies of #428B5D
Complementary color
Monochromatic Colors of #428B5D
Black with #428B5D
Text Example
Text Example
White with #428B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B5D; }
p { color: rgb(66,139,93); }
H1.HeaderClassName
{
color: #428B5D;
}
.AnyTagClassName
{
color: #428B5D;
}
</style>
background-color css
<style>
a { background-color: #428B5D; }
a { background-color: rgb(66,139,93); }
div.DivClassName
{
background-color: #428B5D;
}
.BgClassName
{
background-color: #428B5D;
}
</style>
border-color css
<style>
span { border-color: #428B5D; }
span { border-color: rgb(66,139,93); }
td.TdClassName
{
border-color: #428B5D;
}
.TagClassName
{
border-color: #428B5D;
}
</style>