Shades of Amazon #41745A
Tints of Amazon #41745A
RGB
CMYK
RGB Variations
Color information
#41745A (or 0x41745A) is known color: Amazon. HEX triplet: 41, 74 and 5A. RGB value is (65,116,90). Sum of RGB (Red+Green+Blue) = 65+116+90=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #41745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41745A is #BE8BA5. Grayscale: #616161. Windows color (decimal): -12487590 or 5928001. OLE color: 5928001.
HSL color Cylindrical-coordinate representation of color #41745A: hue angle of 149.41º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41745A is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 116 | 90 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.55 |
| HSL | 149.41º | 0.28% | 0.35% | - |
| HSV(B) | 149.41º | 0.44% | 0.45% | - |
| XYZ | 10.27 | 14.35 | 11.9 | - |
| YUV | 97.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 90 | 0.44 | 0 | 0.22 | 0.55 | 149.41 | 0.28 | 0.35 |
| Hex | 41 | 74 | 5A | 2C | 0 | 16 | 37 | 95 | 1C | 23 |
| Octal | 101 | 164 | 132 | 54 | 0 | 26 | 67 | 225 | 34 | 43 |
| Binary | 1000001 | 1110100 | 1011010 | 101100 | 0 | 10110 | 110111 | 10010101 | 11100 | 100011 |
Color Harmonies of #41745A
Complementary color
Monochromatic Colors of #41745A
Black with #41745A
Text Example
Text Example
White with #41745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41745A; }
p { color: rgb(65,116,90); }
H1.HeaderClassName
{
color: #41745A;
}
.AnyTagClassName
{
color: #41745A;
}
</style>
background-color css
<style>
a { background-color: #41745A; }
a { background-color: rgb(65,116,90); }
div.DivClassName
{
background-color: #41745A;
}
.BgClassName
{
background-color: #41745A;
}
</style>
border-color css
<style>
span { border-color: #41745A; }
span { border-color: rgb(65,116,90); }
td.TdClassName
{
border-color: #41745A;
}
.TagClassName
{
border-color: #41745A;
}
</style>