Shades of Amazon #41785B
Tints of Amazon #41785B
RGB
CMYK
RGB Variations
Color information
#41785B (or 0x41785B) is known color: Amazon. HEX triplet: 41, 78 and 5B. RGB value is (65,120,91). Sum of RGB (Red+Green+Blue) = 65+120+91=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #41785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41785B is #BE87A4. Grayscale: #646464. Windows color (decimal): -12486565 or 5994561. OLE color: 5994561.
HSL color Cylindrical-coordinate representation of color #41785B: hue angle of 148.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41785B is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 120 | 91 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.53 |
| HSL | 148.36º | 0.3% | 0.36% | - |
| HSV(B) | 148.36º | 0.46% | 0.47% | - |
| XYZ | 10.78 | 15.31 | 12.28 | - |
| YUV | 100.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 91 | 0.46 | 0 | 0.24 | 0.53 | 148.36 | 0.3 | 0.36 |
| Hex | 41 | 78 | 5B | 2E | 0 | 18 | 35 | 94 | 1E | 24 |
| Octal | 101 | 170 | 133 | 56 | 0 | 30 | 65 | 224 | 36 | 44 |
| Binary | 1000001 | 1111000 | 1011011 | 101110 | 0 | 11000 | 110101 | 10010100 | 11110 | 100100 |
Color Harmonies of #41785B
Complementary color
Monochromatic Colors of #41785B
Black with #41785B
Text Example
Text Example
White with #41785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41785B; }
p { color: rgb(65,120,91); }
H1.HeaderClassName
{
color: #41785B;
}
.AnyTagClassName
{
color: #41785B;
}
</style>
background-color css
<style>
a { background-color: #41785B; }
a { background-color: rgb(65,120,91); }
div.DivClassName
{
background-color: #41785B;
}
.BgClassName
{
background-color: #41785B;
}
</style>
border-color css
<style>
span { border-color: #41785B; }
span { border-color: rgb(65,120,91); }
td.TdClassName
{
border-color: #41785B;
}
.TagClassName
{
border-color: #41785B;
}
</style>