Shades of Amazon #307455
Tints of Amazon #307455
RGB
CMYK
RGB Variations
Color information
#307455 (or 0x307455) is known color: Amazon. HEX triplet: 30, 74 and 55. RGB value is (48,116,85). Sum of RGB (Red+Green+Blue) = 48+116+85=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #307455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307455 is #CF8BAA. Grayscale: #5C5C5C. Windows color (decimal): -13601707 or 5600304. OLE color: 5600304.
HSL color Cylindrical-coordinate representation of color #307455: hue angle of 152.65º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307455 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 85 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.55 |
| HSL | 152.65º | 0.41% | 0.32% | - |
| HSV(B) | 152.65º | 0.59% | 0.45% | - |
| XYZ | 9.1 | 13.78 | 10.77 | - |
| YUV | 92.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 85 | 0.59 | 0 | 0.27 | 0.55 | 152.65 | 0.41 | 0.32 |
| Hex | 30 | 74 | 55 | 3B | 0 | 1B | 37 | 99 | 29 | 20 |
| Octal | 60 | 164 | 125 | 73 | 0 | 33 | 67 | 231 | 51 | 40 |
| Binary | 110000 | 1110100 | 1010101 | 111011 | 0 | 11011 | 110111 | 10011001 | 101001 | 100000 |
Color Harmonies of #307455
Complementary color
Monochromatic Colors of #307455
Black with #307455
Text Example
Text Example
White with #307455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307455; }
p { color: rgb(48,116,85); }
H1.HeaderClassName
{
color: #307455;
}
.AnyTagClassName
{
color: #307455;
}
</style>
background-color css
<style>
a { background-color: #307455; }
a { background-color: rgb(48,116,85); }
div.DivClassName
{
background-color: #307455;
}
.BgClassName
{
background-color: #307455;
}
</style>
border-color css
<style>
span { border-color: #307455; }
span { border-color: rgb(48,116,85); }
td.TdClassName
{
border-color: #307455;
}
.TagClassName
{
border-color: #307455;
}
</style>