Shades of Amazon #42725B
Tints of Amazon #42725B
RGB
CMYK
RGB Variations
Color information
#42725B (or 0x42725B) is known color: Amazon. HEX triplet: 42, 72 and 5B. RGB value is (66,114,91). Sum of RGB (Red+Green+Blue) = 66+114+91=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #42725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42725B is #BD8DA4. Grayscale: #616161. Windows color (decimal): -12422565 or 5993026. OLE color: 5993026.
HSL color Cylindrical-coordinate representation of color #42725B: hue angle of 151.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42725B is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 91 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.55 |
| HSL | 151.25º | 0.27% | 0.35% | - |
| HSV(B) | 151.25º | 0.42% | 0.45% | - |
| XYZ | 10.15 | 13.95 | 12.05 | - |
| YUV | 97.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 91 | 0.42 | 0 | 0.20 | 0.55 | 151.25 | 0.27 | 0.35 |
| Hex | 42 | 72 | 5B | 2A | 0 | 14 | 37 | 97 | 1B | 23 |
| Octal | 102 | 162 | 133 | 52 | 0 | 24 | 67 | 227 | 33 | 43 |
| Binary | 1000010 | 1110010 | 1011011 | 101010 | 0 | 10100 | 110111 | 10010111 | 11011 | 100011 |
Color Harmonies of #42725B
Complementary color
Monochromatic Colors of #42725B
Black with #42725B
Text Example
Text Example
White with #42725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42725B; }
p { color: rgb(66,114,91); }
H1.HeaderClassName
{
color: #42725B;
}
.AnyTagClassName
{
color: #42725B;
}
</style>
background-color css
<style>
a { background-color: #42725B; }
a { background-color: rgb(66,114,91); }
div.DivClassName
{
background-color: #42725B;
}
.BgClassName
{
background-color: #42725B;
}
</style>
border-color css
<style>
span { border-color: #42725B; }
span { border-color: rgb(66,114,91); }
td.TdClassName
{
border-color: #42725B;
}
.TagClassName
{
border-color: #42725B;
}
</style>