Shades of Amazon #426E50
Tints of Amazon #426E50
RGB
CMYK
RGB Variations
Color information
#426E50 (or 0x426E50) is known color: Amazon. HEX triplet: 42, 6E and 50. RGB value is (66,110,80). Sum of RGB (Red+Green+Blue) = 66+110+80=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 110 - color contains mainly: green. Hex color #426E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E50 is #BD91AF. Grayscale: #5D5D5D. Windows color (decimal): -12423600 or 5271106. OLE color: 5271106.
HSL color Cylindrical-coordinate representation of color #426E50: hue angle of 139.09º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426E50 is Cyan = 0.4, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 110 | 80 | - |
| CMYK | 0.4 | 0 | 0.27 | 0.57 |
| HSL | 139.09º | 0.25% | 0.35% | - |
| HSV(B) | 139.09º | 0.4% | 0.43% | - |
| XYZ | 9.27 | 12.89 | 9.59 | - |
| YUV | 93.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 80 | 0.4 | 0 | 0.27 | 0.57 | 139.09 | 0.25 | 0.35 |
| Hex | 42 | 6E | 50 | 28 | 0 | 1B | 39 | 8B | 19 | 23 |
| Octal | 102 | 156 | 120 | 50 | 0 | 33 | 71 | 213 | 31 | 43 |
| Binary | 1000010 | 1101110 | 1010000 | 101000 | 0 | 11011 | 111001 | 10001011 | 11001 | 100011 |
Color Harmonies of #426E50
Complementary color
Monochromatic Colors of #426E50
Black with #426E50
Text Example
Text Example
White with #426E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E50; }
p { color: rgb(66,110,80); }
H1.HeaderClassName
{
color: #426E50;
}
.AnyTagClassName
{
color: #426E50;
}
</style>
background-color css
<style>
a { background-color: #426E50; }
a { background-color: rgb(66,110,80); }
div.DivClassName
{
background-color: #426E50;
}
.BgClassName
{
background-color: #426E50;
}
</style>
border-color css
<style>
span { border-color: #426E50; }
span { border-color: rgb(66,110,80); }
td.TdClassName
{
border-color: #426E50;
}
.TagClassName
{
border-color: #426E50;
}
</style>