Shades of Amazon #42875B
Tints of Amazon #42875B
RGB
CMYK
RGB Variations
Color information
#42875B (or 0x42875B) is known color: Amazon. HEX triplet: 42, 87 and 5B. RGB value is (66,135,91). Sum of RGB (Red+Green+Blue) = 66+135+91=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #42875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42875B is #BD78A4. Grayscale: #6D6D6D. Windows color (decimal): -12417189 or 5998402. OLE color: 5998402.
HSL color Cylindrical-coordinate representation of color #42875B: hue angle of 141.74º 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 #42875B is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 91 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.47 |
| HSL | 141.74º | 0.34% | 0.39% | - |
| HSV(B) | 141.74º | 0.51% | 0.53% | - |
| XYZ | 12.8 | 19.24 | 12.94 | - |
| YUV | 109.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 91 | 0.51 | 0 | 0.33 | 0.47 | 141.74 | 0.34 | 0.39 |
| Hex | 42 | 87 | 5B | 33 | 0 | 21 | 2F | 8E | 22 | 27 |
| Octal | 102 | 207 | 133 | 63 | 0 | 41 | 57 | 216 | 42 | 47 |
| Binary | 1000010 | 10000111 | 1011011 | 110011 | 0 | 100001 | 101111 | 10001110 | 100010 | 100111 |
Color Harmonies of #42875B
Complementary color
Monochromatic Colors of #42875B
Black with #42875B
Text Example
Text Example
White with #42875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42875B; }
p { color: rgb(66,135,91); }
H1.HeaderClassName
{
color: #42875B;
}
.AnyTagClassName
{
color: #42875B;
}
</style>
background-color css
<style>
a { background-color: #42875B; }
a { background-color: rgb(66,135,91); }
div.DivClassName
{
background-color: #42875B;
}
.BgClassName
{
background-color: #42875B;
}
</style>
border-color css
<style>
span { border-color: #42875B; }
span { border-color: rgb(66,135,91); }
td.TdClassName
{
border-color: #42875B;
}
.TagClassName
{
border-color: #42875B;
}
</style>