Shades of Amazon #42755D
Tints of Amazon #42755D
RGB
CMYK
RGB Variations
Color information
#42755D (or 0x42755D) is known color: Amazon. HEX triplet: 42, 75 and 5D. RGB value is (66,117,93). Sum of RGB (Red+Green+Blue) = 66+117+93=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #42755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42755D is #BD8AA2. Grayscale: #636363. Windows color (decimal): -12421795 or 6124866. OLE color: 6124866.
HSL color Cylindrical-coordinate representation of color #42755D: hue angle of 151.76º 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 #42755D is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 117 | 93 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.54 |
| HSL | 151.76º | 0.28% | 0.36% | - |
| HSV(B) | 151.76º | 0.44% | 0.46% | - |
| XYZ | 10.58 | 14.67 | 12.63 | - |
| YUV | 99.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 93 | 0.44 | 0 | 0.21 | 0.54 | 151.76 | 0.28 | 0.36 |
| Hex | 42 | 75 | 5D | 2C | 0 | 15 | 36 | 98 | 1C | 24 |
| Octal | 102 | 165 | 135 | 54 | 0 | 25 | 66 | 230 | 34 | 44 |
| Binary | 1000010 | 1110101 | 1011101 | 101100 | 0 | 10101 | 110110 | 10011000 | 11100 | 100100 |
Color Harmonies of #42755D
Complementary color
Monochromatic Colors of #42755D
Black with #42755D
Text Example
Text Example
White with #42755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42755D; }
p { color: rgb(66,117,93); }
H1.HeaderClassName
{
color: #42755D;
}
.AnyTagClassName
{
color: #42755D;
}
</style>
background-color css
<style>
a { background-color: #42755D; }
a { background-color: rgb(66,117,93); }
div.DivClassName
{
background-color: #42755D;
}
.BgClassName
{
background-color: #42755D;
}
</style>
border-color css
<style>
span { border-color: #42755D; }
span { border-color: rgb(66,117,93); }
td.TdClassName
{
border-color: #42755D;
}
.TagClassName
{
border-color: #42755D;
}
</style>