Shades of Amazon #307547
Tints of Amazon #307547
RGB
CMYK
RGB Variations
Color information
#307547 (or 0x307547) is known color: Amazon. HEX triplet: 30, 75 and 47. RGB value is (48,117,71). Sum of RGB (Red+Green+Blue) = 48+117+71=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #307547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307547 is #CF8AB8. Grayscale: #5B5B5B. Windows color (decimal): -13601465 or 4683056. OLE color: 4683056.
HSL color Cylindrical-coordinate representation of color #307547: hue angle of 140º 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 #307547 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 117 | 71 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.54 |
| HSL | 140º | 0.42% | 0.32% | - |
| HSV(B) | 140º | 0.59% | 0.46% | - |
| XYZ | 8.72 | 13.81 | 8.17 | - |
| YUV | 91.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 71 | 0.59 | 0 | 0.39 | 0.54 | 140 | 0.42 | 0.32 |
| Hex | 30 | 75 | 47 | 3B | 0 | 27 | 36 | 8C | 2A | 20 |
| Octal | 60 | 165 | 107 | 73 | 0 | 47 | 66 | 214 | 52 | 40 |
| Binary | 110000 | 1110101 | 1000111 | 111011 | 0 | 100111 | 110110 | 10001100 | 101010 | 100000 |
Color Harmonies of #307547
Complementary color
Monochromatic Colors of #307547
Black with #307547
Text Example
Text Example
White with #307547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307547; }
p { color: rgb(48,117,71); }
H1.HeaderClassName
{
color: #307547;
}
.AnyTagClassName
{
color: #307547;
}
</style>
background-color css
<style>
a { background-color: #307547; }
a { background-color: rgb(48,117,71); }
div.DivClassName
{
background-color: #307547;
}
.BgClassName
{
background-color: #307547;
}
</style>
border-color css
<style>
span { border-color: #307547; }
span { border-color: rgb(48,117,71); }
td.TdClassName
{
border-color: #307547;
}
.TagClassName
{
border-color: #307547;
}
</style>