Shades of Amazon #41785F
Tints of Amazon #41785F
RGB
CMYK
RGB Variations
Color information
#41785F (or 0x41785F) is known color: Amazon. HEX triplet: 41, 78 and 5F. RGB value is (65,120,95). Sum of RGB (Red+Green+Blue) = 65+120+95=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #41785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41785F is #BE87A0. Grayscale: #646464. Windows color (decimal): -12486561 or 6256705. OLE color: 6256705.
HSL color Cylindrical-coordinate representation of color #41785F: hue angle of 152.73º 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 #41785F is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 120 | 95 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.53 |
| HSL | 152.73º | 0.3% | 0.36% | - |
| HSV(B) | 152.73º | 0.46% | 0.47% | - |
| XYZ | 10.96 | 15.38 | 13.22 | - |
| YUV | 100.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 95 | 0.46 | 0 | 0.21 | 0.53 | 152.73 | 0.3 | 0.36 |
| Hex | 41 | 78 | 5F | 2E | 0 | 15 | 35 | 99 | 1E | 24 |
| Octal | 101 | 170 | 137 | 56 | 0 | 25 | 65 | 231 | 36 | 44 |
| Binary | 1000001 | 1111000 | 1011111 | 101110 | 0 | 10101 | 110101 | 10011001 | 11110 | 100100 |
Color Harmonies of #41785F
Complementary color
Monochromatic Colors of #41785F
Black with #41785F
Text Example
Text Example
White with #41785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41785F; }
p { color: rgb(65,120,95); }
H1.HeaderClassName
{
color: #41785F;
}
.AnyTagClassName
{
color: #41785F;
}
</style>
background-color css
<style>
a { background-color: #41785F; }
a { background-color: rgb(65,120,95); }
div.DivClassName
{
background-color: #41785F;
}
.BgClassName
{
background-color: #41785F;
}
</style>
border-color css
<style>
span { border-color: #41785F; }
span { border-color: rgb(65,120,95); }
td.TdClassName
{
border-color: #41785F;
}
.TagClassName
{
border-color: #41785F;
}
</style>