Shades of Amazon #426F52
Tints of Amazon #426F52
RGB
CMYK
RGB Variations
Color information
#426F52 (or 0x426F52) is known color: Amazon. HEX triplet: 42, 6F and 52. RGB value is (66,111,82). Sum of RGB (Red+Green+Blue) = 66+111+82=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #426F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F52 is #BD90AD. Grayscale: #5E5E5E. Windows color (decimal): -12423342 or 5402434. OLE color: 5402434.
HSL color Cylindrical-coordinate representation of color #426F52: hue angle of 141.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426F52 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 111 | 82 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.56 |
| HSL | 141.33º | 0.25% | 0.35% | - |
| HSV(B) | 141.33º | 0.41% | 0.44% | - |
| XYZ | 9.45 | 13.14 | 10.02 | - |
| YUV | 94.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 82 | 0.41 | 0 | 0.26 | 0.56 | 141.33 | 0.25 | 0.35 |
| Hex | 42 | 6F | 52 | 29 | 0 | 1A | 38 | 8D | 19 | 23 |
| Octal | 102 | 157 | 122 | 51 | 0 | 32 | 70 | 215 | 31 | 43 |
| Binary | 1000010 | 1101111 | 1010010 | 101001 | 0 | 11010 | 111000 | 10001101 | 11001 | 100011 |
Color Harmonies of #426F52
Complementary color
Monochromatic Colors of #426F52
Black with #426F52
Text Example
Text Example
White with #426F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426F52; }
p { color: rgb(66,111,82); }
H1.HeaderClassName
{
color: #426F52;
}
.AnyTagClassName
{
color: #426F52;
}
</style>
background-color css
<style>
a { background-color: #426F52; }
a { background-color: rgb(66,111,82); }
div.DivClassName
{
background-color: #426F52;
}
.BgClassName
{
background-color: #426F52;
}
</style>
border-color css
<style>
span { border-color: #426F52; }
span { border-color: rgb(66,111,82); }
td.TdClassName
{
border-color: #426F52;
}
.TagClassName
{
border-color: #426F52;
}
</style>