Shades of Amazon #427652
Tints of Amazon #427652
RGB
CMYK
RGB Variations
Color information
#427652 (or 0x427652) is known color: Amazon. HEX triplet: 42, 76 and 52. RGB value is (66,118,82). Sum of RGB (Red+Green+Blue) = 66+118+82=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #427652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427652 is #BD89AD. Grayscale: #626262. Windows color (decimal): -12421550 or 5404226. OLE color: 5404226.
HSL color Cylindrical-coordinate representation of color #427652: hue angle of 138.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427652 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 82 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.54 |
| HSL | 138.46º | 0.28% | 0.36% | - |
| HSV(B) | 138.46º | 0.44% | 0.46% | - |
| XYZ | 10.25 | 14.72 | 10.28 | - |
| YUV | 98.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 82 | 0.44 | 0 | 0.31 | 0.54 | 138.46 | 0.28 | 0.36 |
| Hex | 42 | 76 | 52 | 2C | 0 | 1F | 36 | 8A | 1C | 24 |
| Octal | 102 | 166 | 122 | 54 | 0 | 37 | 66 | 212 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1010010 | 101100 | 0 | 11111 | 110110 | 10001010 | 11100 | 100100 |
Color Harmonies of #427652
Complementary color
Monochromatic Colors of #427652
Black with #427652
Text Example
Text Example
White with #427652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427652; }
p { color: rgb(66,118,82); }
H1.HeaderClassName
{
color: #427652;
}
.AnyTagClassName
{
color: #427652;
}
</style>
background-color css
<style>
a { background-color: #427652; }
a { background-color: rgb(66,118,82); }
div.DivClassName
{
background-color: #427652;
}
.BgClassName
{
background-color: #427652;
}
</style>
border-color css
<style>
span { border-color: #427652; }
span { border-color: rgb(66,118,82); }
td.TdClassName
{
border-color: #427652;
}
.TagClassName
{
border-color: #427652;
}
</style>