Shades of Amazon #307552
Tints of Amazon #307552
RGB
CMYK
RGB Variations
Color information
#307552 (or 0x307552) is known color: Amazon. HEX triplet: 30, 75 and 52. RGB value is (48,117,82). Sum of RGB (Red+Green+Blue) = 48+117+82=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #307552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307552 is #CF8AAD. Grayscale: #5C5C5C. Windows color (decimal): -13601454 or 5403952. OLE color: 5403952.
HSL color Cylindrical-coordinate representation of color #307552: hue angle of 149.57º 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 #307552 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 117 | 82 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.54 |
| HSL | 149.57º | 0.42% | 0.32% | - |
| HSV(B) | 149.57º | 0.59% | 0.46% | - |
| XYZ | 9.1 | 13.96 | 10.2 | - |
| YUV | 92.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 82 | 0.59 | 0 | 0.30 | 0.54 | 149.57 | 0.42 | 0.32 |
| Hex | 30 | 75 | 52 | 3B | 0 | 1E | 36 | 96 | 2A | 20 |
| Octal | 60 | 165 | 122 | 73 | 0 | 36 | 66 | 226 | 52 | 40 |
| Binary | 110000 | 1110101 | 1010010 | 111011 | 0 | 11110 | 110110 | 10010110 | 101010 | 100000 |
Color Harmonies of #307552
Complementary color
Monochromatic Colors of #307552
Black with #307552
Text Example
Text Example
White with #307552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307552; }
p { color: rgb(48,117,82); }
H1.HeaderClassName
{
color: #307552;
}
.AnyTagClassName
{
color: #307552;
}
</style>
background-color css
<style>
a { background-color: #307552; }
a { background-color: rgb(48,117,82); }
div.DivClassName
{
background-color: #307552;
}
.BgClassName
{
background-color: #307552;
}
</style>
border-color css
<style>
span { border-color: #307552; }
span { border-color: rgb(48,117,82); }
td.TdClassName
{
border-color: #307552;
}
.TagClassName
{
border-color: #307552;
}
</style>