Shades of Amazon #428B5C
Tints of Amazon #428B5C
RGB
CMYK
RGB Variations
Color information
#428B5C (or 0x428B5C) is known color: Amazon. HEX triplet: 42, 8B and 5C. RGB value is (66,139,92). Sum of RGB (Red+Green+Blue) = 66+139+92=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #428B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B5C is #BD74A3. Grayscale: #6F6F6F. Windows color (decimal): -12416164 or 6064962. OLE color: 6064962.
HSL color Cylindrical-coordinate representation of color #428B5C: hue angle of 141.37º 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 #428B5C is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 92 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.45 |
| HSL | 141.37º | 0.36% | 0.4% | - |
| HSV(B) | 141.37º | 0.53% | 0.55% | - |
| XYZ | 13.41 | 20.4 | 13.36 | - |
| YUV | 111.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 92 | 0.53 | 0 | 0.34 | 0.45 | 141.37 | 0.36 | 0.4 |
| Hex | 42 | 8B | 5C | 35 | 0 | 22 | 2D | 8D | 24 | 28 |
| Octal | 102 | 213 | 134 | 65 | 0 | 42 | 55 | 215 | 44 | 50 |
| Binary | 1000010 | 10001011 | 1011100 | 110101 | 0 | 100010 | 101101 | 10001101 | 100100 | 101000 |
Color Harmonies of #428B5C
Complementary color
Monochromatic Colors of #428B5C
Black with #428B5C
Text Example
Text Example
White with #428B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B5C; }
p { color: rgb(66,139,92); }
H1.HeaderClassName
{
color: #428B5C;
}
.AnyTagClassName
{
color: #428B5C;
}
</style>
background-color css
<style>
a { background-color: #428B5C; }
a { background-color: rgb(66,139,92); }
div.DivClassName
{
background-color: #428B5C;
}
.BgClassName
{
background-color: #428B5C;
}
</style>
border-color css
<style>
span { border-color: #428B5C; }
span { border-color: rgb(66,139,92); }
td.TdClassName
{
border-color: #428B5C;
}
.TagClassName
{
border-color: #428B5C;
}
</style>