Shades of Amazon #307558
Tints of Amazon #307558
RGB
CMYK
RGB Variations
Color information
#307558 (or 0x307558) is known color: Amazon. HEX triplet: 30, 75 and 58. RGB value is (48,117,88). Sum of RGB (Red+Green+Blue) = 48+117+88=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #307558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307558 is #CF8AA7. Grayscale: #5D5D5D. Windows color (decimal): -13601448 or 5797168. OLE color: 5797168.
HSL color Cylindrical-coordinate representation of color #307558: hue angle of 154.78º 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 #307558 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 117 | 88 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.54 |
| HSL | 154.78º | 0.42% | 0.32% | - |
| HSV(B) | 154.78º | 0.59% | 0.46% | - |
| XYZ | 9.34 | 14.06 | 11.45 | - |
| YUV | 93.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 88 | 0.59 | 0 | 0.25 | 0.54 | 154.78 | 0.42 | 0.32 |
| Hex | 30 | 75 | 58 | 3B | 0 | 19 | 36 | 9B | 2A | 20 |
| Octal | 60 | 165 | 130 | 73 | 0 | 31 | 66 | 233 | 52 | 40 |
| Binary | 110000 | 1110101 | 1011000 | 111011 | 0 | 11001 | 110110 | 10011011 | 101010 | 100000 |
Color Harmonies of #307558
Complementary color
Monochromatic Colors of #307558
Black with #307558
Text Example
Text Example
White with #307558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307558; }
p { color: rgb(48,117,88); }
H1.HeaderClassName
{
color: #307558;
}
.AnyTagClassName
{
color: #307558;
}
</style>
background-color css
<style>
a { background-color: #307558; }
a { background-color: rgb(48,117,88); }
div.DivClassName
{
background-color: #307558;
}
.BgClassName
{
background-color: #307558;
}
</style>
border-color css
<style>
span { border-color: #307558; }
span { border-color: rgb(48,117,88); }
td.TdClassName
{
border-color: #307558;
}
.TagClassName
{
border-color: #307558;
}
</style>