Shades of Amazon #407B5F
Tints of Amazon #407B5F
RGB
CMYK
RGB Variations
Color information
#407B5F (or 0x407B5F) is known color: Amazon. HEX triplet: 40, 7B and 5F. RGB value is (64,123,95). Sum of RGB (Red+Green+Blue) = 64+123+95=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #407B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B5F is #BF84A0. Grayscale: #666666. Windows color (decimal): -12551329 or 6257472. OLE color: 6257472.
HSL color Cylindrical-coordinate representation of color #407B5F: hue angle of 151.53º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B5F is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 95 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.52 |
| HSL | 151.53º | 0.32% | 0.37% | - |
| HSV(B) | 151.53º | 0.48% | 0.48% | - |
| XYZ | 11.26 | 16.08 | 13.34 | - |
| YUV | 102.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 95 | 0.48 | 0 | 0.23 | 0.52 | 151.53 | 0.32 | 0.37 |
| Hex | 40 | 7B | 5F | 30 | 0 | 17 | 34 | 98 | 20 | 25 |
| Octal | 100 | 173 | 137 | 60 | 0 | 27 | 64 | 230 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1011111 | 110000 | 0 | 10111 | 110100 | 10011000 | 100000 | 100101 |
Color Harmonies of #407B5F
Complementary color
Monochromatic Colors of #407B5F
Black with #407B5F
Text Example
Text Example
White with #407B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B5F; }
p { color: rgb(64,123,95); }
H1.HeaderClassName
{
color: #407B5F;
}
.AnyTagClassName
{
color: #407B5F;
}
</style>
background-color css
<style>
a { background-color: #407B5F; }
a { background-color: rgb(64,123,95); }
div.DivClassName
{
background-color: #407B5F;
}
.BgClassName
{
background-color: #407B5F;
}
</style>
border-color css
<style>
span { border-color: #407B5F; }
span { border-color: rgb(64,123,95); }
td.TdClassName
{
border-color: #407B5F;
}
.TagClassName
{
border-color: #407B5F;
}
</style>