Shades of Amazon #42865C
Tints of Amazon #42865C
RGB
CMYK
RGB Variations
Color information
#42865C (or 0x42865C) is known color: Amazon. HEX triplet: 42, 86 and 5C. RGB value is (66,134,92). Sum of RGB (Red+Green+Blue) = 66+134+92=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #42865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42865C is #BD79A3. Grayscale: #6C6C6C. Windows color (decimal): -12417444 or 6063682. OLE color: 6063682.
HSL color Cylindrical-coordinate representation of color #42865C: hue angle of 142.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42865C is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 92 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.47 |
| HSL | 142.94º | 0.34% | 0.39% | - |
| HSV(B) | 142.94º | 0.51% | 0.53% | - |
| XYZ | 12.7 | 18.98 | 13.12 | - |
| YUV | 108.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 92 | 0.51 | 0 | 0.31 | 0.47 | 142.94 | 0.34 | 0.39 |
| Hex | 42 | 86 | 5C | 33 | 0 | 1F | 2F | 8F | 22 | 27 |
| Octal | 102 | 206 | 134 | 63 | 0 | 37 | 57 | 217 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1011100 | 110011 | 0 | 11111 | 101111 | 10001111 | 100010 | 100111 |
Color Harmonies of #42865C
Complementary color
Monochromatic Colors of #42865C
Black with #42865C
Text Example
Text Example
White with #42865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42865C; }
p { color: rgb(66,134,92); }
H1.HeaderClassName
{
color: #42865C;
}
.AnyTagClassName
{
color: #42865C;
}
</style>
background-color css
<style>
a { background-color: #42865C; }
a { background-color: rgb(66,134,92); }
div.DivClassName
{
background-color: #42865C;
}
.BgClassName
{
background-color: #42865C;
}
</style>
border-color css
<style>
span { border-color: #42865C; }
span { border-color: rgb(66,134,92); }
td.TdClassName
{
border-color: #42865C;
}
.TagClassName
{
border-color: #42865C;
}
</style>