Shades of Amazon #307556
Tints of Amazon #307556
RGB
CMYK
RGB Variations
Color information
#307556 (or 0x307556) is known color: Amazon. HEX triplet: 30, 75 and 56. RGB value is (48,117,86). Sum of RGB (Red+Green+Blue) = 48+117+86=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #307556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307556 is #CF8AA9. Grayscale: #5C5C5C. Windows color (decimal): -13601450 or 5666096. OLE color: 5666096.
HSL color Cylindrical-coordinate representation of color #307556: hue angle of 153.04º 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 #307556 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 117 | 86 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.54 |
| HSL | 153.04º | 0.42% | 0.32% | - |
| HSV(B) | 153.04º | 0.59% | 0.46% | - |
| XYZ | 9.26 | 14.02 | 11.02 | - |
| YUV | 92.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 86 | 0.59 | 0 | 0.26 | 0.54 | 153.04 | 0.42 | 0.32 |
| Hex | 30 | 75 | 56 | 3B | 0 | 1A | 36 | 99 | 2A | 20 |
| Octal | 60 | 165 | 126 | 73 | 0 | 32 | 66 | 231 | 52 | 40 |
| Binary | 110000 | 1110101 | 1010110 | 111011 | 0 | 11010 | 110110 | 10011001 | 101010 | 100000 |
Color Harmonies of #307556
Complementary color
Monochromatic Colors of #307556
Black with #307556
Text Example
Text Example
White with #307556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307556; }
p { color: rgb(48,117,86); }
H1.HeaderClassName
{
color: #307556;
}
.AnyTagClassName
{
color: #307556;
}
</style>
background-color css
<style>
a { background-color: #307556; }
a { background-color: rgb(48,117,86); }
div.DivClassName
{
background-color: #307556;
}
.BgClassName
{
background-color: #307556;
}
</style>
border-color css
<style>
span { border-color: #307556; }
span { border-color: rgb(48,117,86); }
td.TdClassName
{
border-color: #307556;
}
.TagClassName
{
border-color: #307556;
}
</style>