Shades of Amazon #427256
Tints of Amazon #427256
RGB
CMYK
RGB Variations
Color information
#427256 (or 0x427256) is known color: Amazon. HEX triplet: 42, 72 and 56. RGB value is (66,114,86). Sum of RGB (Red+Green+Blue) = 66+114+86=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #427256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427256 is #BD8DA9. Grayscale: #606060. Windows color (decimal): -12422570 or 5665346. OLE color: 5665346.
HSL color Cylindrical-coordinate representation of color #427256: hue angle of 145º 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 #427256 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 86 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.55 |
| HSL | 145º | 0.27% | 0.35% | - |
| HSV(B) | 145º | 0.42% | 0.45% | - |
| XYZ | 9.94 | 13.86 | 10.96 | - |
| YUV | 96.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 86 | 0.42 | 0 | 0.25 | 0.55 | 145 | 0.27 | 0.35 |
| Hex | 42 | 72 | 56 | 2A | 0 | 19 | 37 | 91 | 1B | 23 |
| Octal | 102 | 162 | 126 | 52 | 0 | 31 | 67 | 221 | 33 | 43 |
| Binary | 1000010 | 1110010 | 1010110 | 101010 | 0 | 11001 | 110111 | 10010001 | 11011 | 100011 |
Color Harmonies of #427256
Complementary color
Monochromatic Colors of #427256
Black with #427256
Text Example
Text Example
White with #427256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427256; }
p { color: rgb(66,114,86); }
H1.HeaderClassName
{
color: #427256;
}
.AnyTagClassName
{
color: #427256;
}
</style>
background-color css
<style>
a { background-color: #427256; }
a { background-color: rgb(66,114,86); }
div.DivClassName
{
background-color: #427256;
}
.BgClassName
{
background-color: #427256;
}
</style>
border-color css
<style>
span { border-color: #427256; }
span { border-color: rgb(66,114,86); }
td.TdClassName
{
border-color: #427256;
}
.TagClassName
{
border-color: #427256;
}
</style>