Shades of Amazon #307C55
Tints of Amazon #307C55
RGB
CMYK
RGB Variations
Color information
#307C55 (or 0x307C55) is known color: Amazon. HEX triplet: 30, 7C and 55. RGB value is (48,124,85). Sum of RGB (Red+Green+Blue) = 48+124+85=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #307C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C55 is #CF83AA. Grayscale: #606060. Windows color (decimal): -13599659 or 5602352. OLE color: 5602352.
HSL color Cylindrical-coordinate representation of color #307C55: hue angle of 149.21º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C55 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 85 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.51 |
| HSL | 149.21º | 0.44% | 0.34% | - |
| HSV(B) | 149.21º | 0.61% | 0.49% | - |
| XYZ | 10.07 | 15.7 | 11.09 | - |
| YUV | 96.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 85 | 0.61 | 0 | 0.31 | 0.51 | 149.21 | 0.44 | 0.34 |
| Hex | 30 | 7C | 55 | 3D | 0 | 1F | 33 | 95 | 2C | 22 |
| Octal | 60 | 174 | 125 | 75 | 0 | 37 | 63 | 225 | 54 | 42 |
| Binary | 110000 | 1111100 | 1010101 | 111101 | 0 | 11111 | 110011 | 10010101 | 101100 | 100010 |
Color Harmonies of #307C55
Complementary color
Monochromatic Colors of #307C55
Black with #307C55
Text Example
Text Example
White with #307C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C55; }
p { color: rgb(48,124,85); }
H1.HeaderClassName
{
color: #307C55;
}
.AnyTagClassName
{
color: #307C55;
}
</style>
background-color css
<style>
a { background-color: #307C55; }
a { background-color: rgb(48,124,85); }
div.DivClassName
{
background-color: #307C55;
}
.BgClassName
{
background-color: #307C55;
}
</style>
border-color css
<style>
span { border-color: #307C55; }
span { border-color: rgb(48,124,85); }
td.TdClassName
{
border-color: #307C55;
}
.TagClassName
{
border-color: #307C55;
}
</style>