Shades of Amazon #41735A
Tints of Amazon #41735A
RGB
CMYK
RGB Variations
Color information
#41735A (or 0x41735A) is known color: Amazon. HEX triplet: 41, 73 and 5A. RGB value is (65,115,90). Sum of RGB (Red+Green+Blue) = 65+115+90=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #41735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41735A is #BE8CA5. Grayscale: #616161. Windows color (decimal): -12487846 or 5927745. OLE color: 5927745.
HSL color Cylindrical-coordinate representation of color #41735A: hue angle of 150º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41735A is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 115 | 90 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.55 |
| HSL | 150º | 0.28% | 0.35% | - |
| HSV(B) | 150º | 0.43% | 0.45% | - |
| XYZ | 10.16 | 14.12 | 11.86 | - |
| YUV | 97.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 90 | 0.43 | 0 | 0.22 | 0.55 | 150 | 0.28 | 0.35 |
| Hex | 41 | 73 | 5A | 2B | 0 | 16 | 37 | 96 | 1C | 23 |
| Octal | 101 | 163 | 132 | 53 | 0 | 26 | 67 | 226 | 34 | 43 |
| Binary | 1000001 | 1110011 | 1011010 | 101011 | 0 | 10110 | 110111 | 10010110 | 11100 | 100011 |
Color Harmonies of #41735A
Complementary color
Monochromatic Colors of #41735A
Black with #41735A
Text Example
Text Example
White with #41735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41735A; }
p { color: rgb(65,115,90); }
H1.HeaderClassName
{
color: #41735A;
}
.AnyTagClassName
{
color: #41735A;
}
</style>
background-color css
<style>
a { background-color: #41735A; }
a { background-color: rgb(65,115,90); }
div.DivClassName
{
background-color: #41735A;
}
.BgClassName
{
background-color: #41735A;
}
</style>
border-color css
<style>
span { border-color: #41735A; }
span { border-color: rgb(65,115,90); }
td.TdClassName
{
border-color: #41735A;
}
.TagClassName
{
border-color: #41735A;
}
</style>