Shades of Amazon #417952
Tints of Amazon #417952
RGB
CMYK
RGB Variations
Color information
#417952 (or 0x417952) is known color: Amazon. HEX triplet: 41, 79 and 52. RGB value is (65,121,82). Sum of RGB (Red+Green+Blue) = 65+121+82=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #417952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417952 is #BE86AD. Grayscale: #636363. Windows color (decimal): -12486318 or 5404993. OLE color: 5404993.
HSL color Cylindrical-coordinate representation of color #417952: hue angle of 138.21º 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 #417952 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 121 | 82 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.53 |
| HSL | 138.21º | 0.3% | 0.36% | - |
| HSV(B) | 138.21º | 0.46% | 0.47% | - |
| XYZ | 10.54 | 15.41 | 10.4 | - |
| YUV | 99.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 82 | 0.46 | 0 | 0.32 | 0.53 | 138.21 | 0.3 | 0.36 |
| Hex | 41 | 79 | 52 | 2E | 0 | 20 | 35 | 8A | 1E | 24 |
| Octal | 101 | 171 | 122 | 56 | 0 | 40 | 65 | 212 | 36 | 44 |
| Binary | 1000001 | 1111001 | 1010010 | 101110 | 0 | 100000 | 110101 | 10001010 | 11110 | 100100 |
Color Harmonies of #417952
Complementary color
Monochromatic Colors of #417952
Black with #417952
Text Example
Text Example
White with #417952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417952; }
p { color: rgb(65,121,82); }
H1.HeaderClassName
{
color: #417952;
}
.AnyTagClassName
{
color: #417952;
}
</style>
background-color css
<style>
a { background-color: #417952; }
a { background-color: rgb(65,121,82); }
div.DivClassName
{
background-color: #417952;
}
.BgClassName
{
background-color: #417952;
}
</style>
border-color css
<style>
span { border-color: #417952; }
span { border-color: rgb(65,121,82); }
td.TdClassName
{
border-color: #417952;
}
.TagClassName
{
border-color: #417952;
}
</style>