Shades of Amazon #307550
Tints of Amazon #307550
RGB
CMYK
RGB Variations
Color information
#307550 (or 0x307550) is known color: Amazon. HEX triplet: 30, 75 and 50. RGB value is (48,117,80). Sum of RGB (Red+Green+Blue) = 48+117+80=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #307550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307550 is #CF8AAF. Grayscale: #5C5C5C. Windows color (decimal): -13601456 or 5272880. OLE color: 5272880.
HSL color Cylindrical-coordinate representation of color #307550: hue angle of 147.83º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307550 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 117 | 80 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.54 |
| HSL | 147.83º | 0.42% | 0.32% | - |
| HSV(B) | 147.83º | 0.59% | 0.46% | - |
| XYZ | 9.03 | 13.93 | 9.8 | - |
| YUV | 92.15 | 121.14 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 80 | 0.59 | 0 | 0.32 | 0.54 | 147.83 | 0.42 | 0.32 |
| Hex | 30 | 75 | 50 | 3B | 0 | 20 | 36 | 94 | 2A | 20 |
| Octal | 60 | 165 | 120 | 73 | 0 | 40 | 66 | 224 | 52 | 40 |
| Binary | 110000 | 1110101 | 1010000 | 111011 | 0 | 100000 | 110110 | 10010100 | 101010 | 100000 |
Color Harmonies of #307550
Complementary color
Monochromatic Colors of #307550
Black with #307550
Text Example
Text Example
White with #307550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307550; }
p { color: rgb(48,117,80); }
H1.HeaderClassName
{
color: #307550;
}
.AnyTagClassName
{
color: #307550;
}
</style>
background-color css
<style>
a { background-color: #307550; }
a { background-color: rgb(48,117,80); }
div.DivClassName
{
background-color: #307550;
}
.BgClassName
{
background-color: #307550;
}
</style>
border-color css
<style>
span { border-color: #307550; }
span { border-color: rgb(48,117,80); }
td.TdClassName
{
border-color: #307550;
}
.TagClassName
{
border-color: #307550;
}
</style>