Shades of Amazon #42825B
Tints of Amazon #42825B
RGB
CMYK
RGB Variations
Color information
#42825B (or 0x42825B) is known color: Amazon. HEX triplet: 42, 82 and 5B. RGB value is (66,130,91). Sum of RGB (Red+Green+Blue) = 66+130+91=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #42825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42825B is #BD7DA4. Grayscale: #6A6A6A. Windows color (decimal): -12418469 or 5997122. OLE color: 5997122.
HSL color Cylindrical-coordinate representation of color #42825B: hue angle of 143.44º degrees, saturation: 0.33, 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 #42825B is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 91 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.49 |
| HSL | 143.44º | 0.33% | 0.38% | - |
| HSV(B) | 143.44º | 0.49% | 0.51% | - |
| XYZ | 12.12 | 17.88 | 12.71 | - |
| YUV | 106.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 91 | 0.49 | 0 | 0.30 | 0.49 | 143.44 | 0.33 | 0.38 |
| Hex | 42 | 82 | 5B | 31 | 0 | 1E | 31 | 8F | 21 | 26 |
| Octal | 102 | 202 | 133 | 61 | 0 | 36 | 61 | 217 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1011011 | 110001 | 0 | 11110 | 110001 | 10001111 | 100001 | 100110 |
Color Harmonies of #42825B
Complementary color
Monochromatic Colors of #42825B
Black with #42825B
Text Example
Text Example
White with #42825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42825B; }
p { color: rgb(66,130,91); }
H1.HeaderClassName
{
color: #42825B;
}
.AnyTagClassName
{
color: #42825B;
}
</style>
background-color css
<style>
a { background-color: #42825B; }
a { background-color: rgb(66,130,91); }
div.DivClassName
{
background-color: #42825B;
}
.BgClassName
{
background-color: #42825B;
}
</style>
border-color css
<style>
span { border-color: #42825B; }
span { border-color: rgb(66,130,91); }
td.TdClassName
{
border-color: #42825B;
}
.TagClassName
{
border-color: #42825B;
}
</style>