Shades of Amazon #307E5A
Tints of Amazon #307E5A
RGB
CMYK
RGB Variations
Color information
#307E5A (or 0x307E5A) is known color: Amazon. HEX triplet: 30, 7E and 5A. RGB value is (48,126,90). Sum of RGB (Red+Green+Blue) = 48+126+90=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #307E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E5A is #CF81A5. Grayscale: #626262. Windows color (decimal): -13599142 or 5930544. OLE color: 5930544.
HSL color Cylindrical-coordinate representation of color #307E5A: hue angle of 152.31º 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 #307E5A is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 126 | 90 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.51 |
| HSL | 152.31º | 0.45% | 0.34% | - |
| HSV(B) | 152.31º | 0.62% | 0.49% | - |
| XYZ | 10.53 | 16.29 | 12.26 | - |
| YUV | 98.57 | 123.16 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 90 | 0.62 | 0 | 0.29 | 0.51 | 152.31 | 0.45 | 0.34 |
| Hex | 30 | 7E | 5A | 3E | 0 | 1D | 33 | 98 | 2D | 22 |
| Octal | 60 | 176 | 132 | 76 | 0 | 35 | 63 | 230 | 55 | 42 |
| Binary | 110000 | 1111110 | 1011010 | 111110 | 0 | 11101 | 110011 | 10011000 | 101101 | 100010 |
Color Harmonies of #307E5A
Complementary color
Monochromatic Colors of #307E5A
Black with #307E5A
Text Example
Text Example
White with #307E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E5A; }
p { color: rgb(48,126,90); }
H1.HeaderClassName
{
color: #307E5A;
}
.AnyTagClassName
{
color: #307E5A;
}
</style>
background-color css
<style>
a { background-color: #307E5A; }
a { background-color: rgb(48,126,90); }
div.DivClassName
{
background-color: #307E5A;
}
.BgClassName
{
background-color: #307E5A;
}
</style>
border-color css
<style>
span { border-color: #307E5A; }
span { border-color: rgb(48,126,90); }
td.TdClassName
{
border-color: #307E5A;
}
.TagClassName
{
border-color: #307E5A;
}
</style>