Shades of Amazon #418252
Tints of Amazon #418252
RGB
CMYK
RGB Variations
Color information
#418252 (or 0x418252) is known color: Amazon. HEX triplet: 41, 82 and 52. RGB value is (65,130,82). Sum of RGB (Red+Green+Blue) = 65+130+82=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #418252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418252 is #BE7DAD. Grayscale: #696969. Windows color (decimal): -12484014 or 5407297. OLE color: 5407297.
HSL color Cylindrical-coordinate representation of color #418252: hue angle of 135.69º degrees, saturation: 0.33, 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 #418252 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 82 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.49 |
| HSL | 135.69º | 0.33% | 0.38% | - |
| HSV(B) | 135.69º | 0.5% | 0.51% | - |
| XYZ | 11.69 | 17.7 | 10.78 | - |
| YUV | 105.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 82 | 0.50 | 0 | 0.37 | 0.49 | 135.69 | 0.33 | 0.38 |
| Hex | 41 | 82 | 52 | 32 | 0 | 25 | 31 | 88 | 21 | 26 |
| Octal | 101 | 202 | 122 | 62 | 0 | 45 | 61 | 210 | 41 | 46 |
| Binary | 1000001 | 10000010 | 1010010 | 110010 | 0 | 100101 | 110001 | 10001000 | 100001 | 100110 |
Color Harmonies of #418252
Complementary color
Monochromatic Colors of #418252
Black with #418252
Text Example
Text Example
White with #418252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418252; }
p { color: rgb(65,130,82); }
H1.HeaderClassName
{
color: #418252;
}
.AnyTagClassName
{
color: #418252;
}
</style>
background-color css
<style>
a { background-color: #418252; }
a { background-color: rgb(65,130,82); }
div.DivClassName
{
background-color: #418252;
}
.BgClassName
{
background-color: #418252;
}
</style>
border-color css
<style>
span { border-color: #418252; }
span { border-color: rgb(65,130,82); }
td.TdClassName
{
border-color: #418252;
}
.TagClassName
{
border-color: #418252;
}
</style>