Shades of Amazon #42765C
Tints of Amazon #42765C
RGB
CMYK
RGB Variations
Color information
#42765C (or 0x42765C) is known color: Amazon. HEX triplet: 42, 76 and 5C. RGB value is (66,118,92). Sum of RGB (Red+Green+Blue) = 66+118+92=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #42765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42765C is #BD89A3. Grayscale: #636363. Windows color (decimal): -12421540 or 6059586. OLE color: 6059586.
HSL color Cylindrical-coordinate representation of color #42765C: hue angle of 150º 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 #42765C is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 92 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.54 |
| HSL | 150º | 0.28% | 0.36% | - |
| HSV(B) | 150º | 0.44% | 0.46% | - |
| XYZ | 10.66 | 14.89 | 12.44 | - |
| YUV | 99.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 92 | 0.44 | 0 | 0.22 | 0.54 | 150 | 0.28 | 0.36 |
| Hex | 42 | 76 | 5C | 2C | 0 | 16 | 36 | 96 | 1C | 24 |
| Octal | 102 | 166 | 134 | 54 | 0 | 26 | 66 | 226 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1011100 | 101100 | 0 | 10110 | 110110 | 10010110 | 11100 | 100100 |
Color Harmonies of #42765C
Complementary color
Monochromatic Colors of #42765C
Black with #42765C
Text Example
Text Example
White with #42765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42765C; }
p { color: rgb(66,118,92); }
H1.HeaderClassName
{
color: #42765C;
}
.AnyTagClassName
{
color: #42765C;
}
</style>
background-color css
<style>
a { background-color: #42765C; }
a { background-color: rgb(66,118,92); }
div.DivClassName
{
background-color: #42765C;
}
.BgClassName
{
background-color: #42765C;
}
</style>
border-color css
<style>
span { border-color: #42765C; }
span { border-color: rgb(66,118,92); }
td.TdClassName
{
border-color: #42765C;
}
.TagClassName
{
border-color: #42765C;
}
</style>