Shades of Amazon #307E56
Tints of Amazon #307E56
RGB
CMYK
RGB Variations
Color information
#307E56 (or 0x307E56) is known color: Amazon. HEX triplet: 30, 7E and 56. RGB value is (48,126,86). Sum of RGB (Red+Green+Blue) = 48+126+86=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 126 (49.61% from 255 or 48.46% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 126 - color contains mainly: green. Hex color #307E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E56 is #CF81A9. Grayscale: #626262. Windows color (decimal): -13599146 or 5668400. OLE color: 5668400.
HSL color Cylindrical-coordinate representation of color #307E56: hue angle of 149.23º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E56 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 126 | 86 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.51 |
| HSL | 149.23º | 0.45% | 0.34% | - |
| HSV(B) | 149.23º | 0.62% | 0.49% | - |
| XYZ | 10.36 | 16.22 | 11.39 | - |
| YUV | 98.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 86 | 0.62 | 0 | 0.32 | 0.51 | 149.23 | 0.45 | 0.34 |
| Hex | 30 | 7E | 56 | 3E | 0 | 20 | 33 | 95 | 2D | 22 |
| Octal | 60 | 176 | 126 | 76 | 0 | 40 | 63 | 225 | 55 | 42 |
| Binary | 110000 | 1111110 | 1010110 | 111110 | 0 | 100000 | 110011 | 10010101 | 101101 | 100010 |
Color Harmonies of #307E56
Complementary color
Monochromatic Colors of #307E56
Black with #307E56
Text Example
Text Example
White with #307E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E56; }
p { color: rgb(48,126,86); }
H1.HeaderClassName
{
color: #307E56;
}
.AnyTagClassName
{
color: #307E56;
}
</style>
background-color css
<style>
a { background-color: #307E56; }
a { background-color: rgb(48,126,86); }
div.DivClassName
{
background-color: #307E56;
}
.BgClassName
{
background-color: #307E56;
}
</style>
border-color css
<style>
span { border-color: #307E56; }
span { border-color: rgb(48,126,86); }
td.TdClassName
{
border-color: #307E56;
}
.TagClassName
{
border-color: #307E56;
}
</style>