Shades of Amazon #42895C
Tints of Amazon #42895C
RGB
CMYK
RGB Variations
Color information
#42895C (or 0x42895C) is known color: Amazon. HEX triplet: 42, 89 and 5C. RGB value is (66,137,92). Sum of RGB (Red+Green+Blue) = 66+137+92=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #42895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42895C is #BD76A3. Grayscale: #6E6E6E. Windows color (decimal): -12416676 or 6064450. OLE color: 6064450.
HSL color Cylindrical-coordinate representation of color #42895C: hue angle of 141.97º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42895C is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 92 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.46 |
| HSL | 141.97º | 0.35% | 0.4% | - |
| HSV(B) | 141.97º | 0.52% | 0.54% | - |
| XYZ | 13.12 | 19.82 | 13.26 | - |
| YUV | 110.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 92 | 0.52 | 0 | 0.33 | 0.46 | 141.97 | 0.35 | 0.4 |
| Hex | 42 | 89 | 5C | 34 | 0 | 21 | 2E | 8E | 23 | 28 |
| Octal | 102 | 211 | 134 | 64 | 0 | 41 | 56 | 216 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1011100 | 110100 | 0 | 100001 | 101110 | 10001110 | 100011 | 101000 |
Color Harmonies of #42895C
Complementary color
Monochromatic Colors of #42895C
Black with #42895C
Text Example
Text Example
White with #42895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42895C; }
p { color: rgb(66,137,92); }
H1.HeaderClassName
{
color: #42895C;
}
.AnyTagClassName
{
color: #42895C;
}
</style>
background-color css
<style>
a { background-color: #42895C; }
a { background-color: rgb(66,137,92); }
div.DivClassName
{
background-color: #42895C;
}
.BgClassName
{
background-color: #42895C;
}
</style>
border-color css
<style>
span { border-color: #42895C; }
span { border-color: rgb(66,137,92); }
td.TdClassName
{
border-color: #42895C;
}
.TagClassName
{
border-color: #42895C;
}
</style>