Shades of Amazon #42815A
Tints of Amazon #42815A
RGB
CMYK
RGB Variations
Color information
#42815A (or 0x42815A) is known color: Amazon. HEX triplet: 42, 81 and 5A. RGB value is (66,129,90). Sum of RGB (Red+Green+Blue) = 66+129+90=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #42815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42815A is #BD7EA5. Grayscale: #696969. Windows color (decimal): -12418726 or 5931330. OLE color: 5931330.
HSL color Cylindrical-coordinate representation of color #42815A: hue angle of 142.86º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42815A is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 90 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.49 |
| HSL | 142.86º | 0.32% | 0.38% | - |
| HSV(B) | 142.86º | 0.49% | 0.51% | - |
| XYZ | 11.94 | 17.6 | 12.44 | - |
| YUV | 105.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 90 | 0.49 | 0 | 0.30 | 0.49 | 142.86 | 0.32 | 0.38 |
| Hex | 42 | 81 | 5A | 31 | 0 | 1E | 31 | 8F | 20 | 26 |
| Octal | 102 | 201 | 132 | 61 | 0 | 36 | 61 | 217 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1011010 | 110001 | 0 | 11110 | 110001 | 10001111 | 100000 | 100110 |
Color Harmonies of #42815A
Complementary color
Monochromatic Colors of #42815A
Black with #42815A
Text Example
Text Example
White with #42815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42815A; }
p { color: rgb(66,129,90); }
H1.HeaderClassName
{
color: #42815A;
}
.AnyTagClassName
{
color: #42815A;
}
</style>
background-color css
<style>
a { background-color: #42815A; }
a { background-color: rgb(66,129,90); }
div.DivClassName
{
background-color: #42815A;
}
.BgClassName
{
background-color: #42815A;
}
</style>
border-color css
<style>
span { border-color: #42815A; }
span { border-color: rgb(66,129,90); }
td.TdClassName
{
border-color: #42815A;
}
.TagClassName
{
border-color: #42815A;
}
</style>