Shades of Amazon #418353
Tints of Amazon #418353
RGB
CMYK
RGB Variations
Color information
#418353 (or 0x418353) is known color: Amazon. HEX triplet: 41, 83 and 53. RGB value is (65,131,83). Sum of RGB (Red+Green+Blue) = 65+131+83=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #418353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418353 is #BE7CAC. Grayscale: #696969. Windows color (decimal): -12483757 or 5473089. OLE color: 5473089.
HSL color Cylindrical-coordinate representation of color #418353: hue angle of 136.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418353 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 131 | 83 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.49 |
| HSL | 136.36º | 0.34% | 0.38% | - |
| HSV(B) | 136.36º | 0.5% | 0.51% | - |
| XYZ | 11.86 | 17.98 | 11.03 | - |
| YUV | 105.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 83 | 0.50 | 0 | 0.37 | 0.49 | 136.36 | 0.34 | 0.38 |
| Hex | 41 | 83 | 53 | 32 | 0 | 25 | 31 | 88 | 22 | 26 |
| Octal | 101 | 203 | 123 | 62 | 0 | 45 | 61 | 210 | 42 | 46 |
| Binary | 1000001 | 10000011 | 1010011 | 110010 | 0 | 100101 | 110001 | 10001000 | 100010 | 100110 |
Color Harmonies of #418353
Complementary color
Monochromatic Colors of #418353
Black with #418353
Text Example
Text Example
White with #418353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418353; }
p { color: rgb(65,131,83); }
H1.HeaderClassName
{
color: #418353;
}
.AnyTagClassName
{
color: #418353;
}
</style>
background-color css
<style>
a { background-color: #418353; }
a { background-color: rgb(65,131,83); }
div.DivClassName
{
background-color: #418353;
}
.BgClassName
{
background-color: #418353;
}
</style>
border-color css
<style>
span { border-color: #418353; }
span { border-color: rgb(65,131,83); }
td.TdClassName
{
border-color: #418353;
}
.TagClassName
{
border-color: #418353;
}
</style>