Shades of Amazon #427959
Tints of Amazon #427959
RGB
CMYK
RGB Variations
Color information
#427959 (or 0x427959) is known color: Amazon. HEX triplet: 42, 79 and 59. RGB value is (66,121,89). Sum of RGB (Red+Green+Blue) = 66+121+89=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #427959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427959 is #BD86A6. Grayscale: #646464. Windows color (decimal): -12420775 or 5863746. OLE color: 5863746.
HSL color Cylindrical-coordinate representation of color #427959: hue angle of 145.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427959 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 121 | 89 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.53 |
| HSL | 145.09º | 0.29% | 0.37% | - |
| HSV(B) | 145.09º | 0.45% | 0.47% | - |
| XYZ | 10.89 | 15.55 | 11.88 | - |
| YUV | 100.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 89 | 0.45 | 0 | 0.26 | 0.53 | 145.09 | 0.29 | 0.37 |
| Hex | 42 | 79 | 59 | 2D | 0 | 1A | 35 | 91 | 1D | 25 |
| Octal | 102 | 171 | 131 | 55 | 0 | 32 | 65 | 221 | 35 | 45 |
| Binary | 1000010 | 1111001 | 1011001 | 101101 | 0 | 11010 | 110101 | 10010001 | 11101 | 100101 |
Color Harmonies of #427959
Complementary color
Monochromatic Colors of #427959
Black with #427959
Text Example
Text Example
White with #427959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427959; }
p { color: rgb(66,121,89); }
H1.HeaderClassName
{
color: #427959;
}
.AnyTagClassName
{
color: #427959;
}
</style>
background-color css
<style>
a { background-color: #427959; }
a { background-color: rgb(66,121,89); }
div.DivClassName
{
background-color: #427959;
}
.BgClassName
{
background-color: #427959;
}
</style>
border-color css
<style>
span { border-color: #427959; }
span { border-color: rgb(66,121,89); }
td.TdClassName
{
border-color: #427959;
}
.TagClassName
{
border-color: #427959;
}
</style>