Shades of Amazon #42895D
Tints of Amazon #42895D
RGB
CMYK
RGB Variations
Color information
#42895D (or 0x42895D) is known color: Amazon. HEX triplet: 42, 89 and 5D. RGB value is (66,137,93). Sum of RGB (Red+Green+Blue) = 66+137+93=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #42895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42895D is #BD76A2. Grayscale: #6E6E6E. Windows color (decimal): -12416675 or 6129986. OLE color: 6129986.
HSL color Cylindrical-coordinate representation of color #42895D: hue angle of 142.82º 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 #42895D is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 93 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.46 |
| HSL | 142.82º | 0.35% | 0.4% | - |
| HSV(B) | 142.82º | 0.52% | 0.54% | - |
| XYZ | 13.17 | 19.84 | 13.49 | - |
| YUV | 110.76 | 117.98 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 93 | 0.52 | 0 | 0.32 | 0.46 | 142.82 | 0.35 | 0.4 |
| Hex | 42 | 89 | 5D | 34 | 0 | 20 | 2E | 8F | 23 | 28 |
| Octal | 102 | 211 | 135 | 64 | 0 | 40 | 56 | 217 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1011101 | 110100 | 0 | 100000 | 101110 | 10001111 | 100011 | 101000 |
Color Harmonies of #42895D
Complementary color
Monochromatic Colors of #42895D
Black with #42895D
Text Example
Text Example
White with #42895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42895D; }
p { color: rgb(66,137,93); }
H1.HeaderClassName
{
color: #42895D;
}
.AnyTagClassName
{
color: #42895D;
}
</style>
background-color css
<style>
a { background-color: #42895D; }
a { background-color: rgb(66,137,93); }
div.DivClassName
{
background-color: #42895D;
}
.BgClassName
{
background-color: #42895D;
}
</style>
border-color css
<style>
span { border-color: #42895D; }
span { border-color: rgb(66,137,93); }
td.TdClassName
{
border-color: #42895D;
}
.TagClassName
{
border-color: #42895D;
}
</style>