Shades of Amazon #41775C
Tints of Amazon #41775C
RGB
CMYK
RGB Variations
Color information
#41775C (or 0x41775C) is known color: Amazon. HEX triplet: 41, 77 and 5C. RGB value is (65,119,92). Sum of RGB (Red+Green+Blue) = 65+119+92=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #41775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41775C is #BE88A3. Grayscale: #636363. Windows color (decimal): -12486820 or 6059841. OLE color: 6059841.
HSL color Cylindrical-coordinate representation of color #41775C: hue angle of 150º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41775C is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 92 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.53 |
| HSL | 150º | 0.29% | 0.36% | - |
| HSV(B) | 150º | 0.45% | 0.47% | - |
| XYZ | 10.71 | 15.09 | 12.47 | - |
| YUV | 99.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 92 | 0.45 | 0 | 0.23 | 0.53 | 150 | 0.29 | 0.36 |
| Hex | 41 | 77 | 5C | 2D | 0 | 17 | 35 | 96 | 1D | 24 |
| Octal | 101 | 167 | 134 | 55 | 0 | 27 | 65 | 226 | 35 | 44 |
| Binary | 1000001 | 1110111 | 1011100 | 101101 | 0 | 10111 | 110101 | 10010110 | 11101 | 100100 |
Color Harmonies of #41775C
Complementary color
Monochromatic Colors of #41775C
Black with #41775C
Text Example
Text Example
White with #41775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41775C; }
p { color: rgb(65,119,92); }
H1.HeaderClassName
{
color: #41775C;
}
.AnyTagClassName
{
color: #41775C;
}
</style>
background-color css
<style>
a { background-color: #41775C; }
a { background-color: rgb(65,119,92); }
div.DivClassName
{
background-color: #41775C;
}
.BgClassName
{
background-color: #41775C;
}
</style>
border-color css
<style>
span { border-color: #41775C; }
span { border-color: rgb(65,119,92); }
td.TdClassName
{
border-color: #41775C;
}
.TagClassName
{
border-color: #41775C;
}
</style>