Shades of Amazon #307054
Tints of Amazon #307054
RGB
CMYK
RGB Variations
Color information
#307054 (or 0x307054) is known color: Amazon. HEX triplet: 30, 70 and 54. RGB value is (48,112,84). Sum of RGB (Red+Green+Blue) = 48+112+84=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #307054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307054 is #CF8FAB. Grayscale: #595959. Windows color (decimal): -13602732 or 5533744. OLE color: 5533744.
HSL color Cylindrical-coordinate representation of color #307054: hue angle of 153.75º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307054 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 84 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.56 |
| HSL | 153.75º | 0.4% | 0.31% | - |
| HSV(B) | 153.75º | 0.57% | 0.44% | - |
| XYZ | 8.61 | 12.86 | 10.42 | - |
| YUV | 89.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 84 | 0.57 | 0 | 0.25 | 0.56 | 153.75 | 0.4 | 0.31 |
| Hex | 30 | 70 | 54 | 39 | 0 | 19 | 38 | 9A | 28 | 1F |
| Octal | 60 | 160 | 124 | 71 | 0 | 31 | 70 | 232 | 50 | 37 |
| Binary | 110000 | 1110000 | 1010100 | 111001 | 0 | 11001 | 111000 | 10011010 | 101000 | 11111 |
Color Harmonies of #307054
Complementary color
Monochromatic Colors of #307054
Black with #307054
Text Example
Text Example
White with #307054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307054; }
p { color: rgb(48,112,84); }
H1.HeaderClassName
{
color: #307054;
}
.AnyTagClassName
{
color: #307054;
}
</style>
background-color css
<style>
a { background-color: #307054; }
a { background-color: rgb(48,112,84); }
div.DivClassName
{
background-color: #307054;
}
.BgClassName
{
background-color: #307054;
}
</style>
border-color css
<style>
span { border-color: #307054; }
span { border-color: rgb(48,112,84); }
td.TdClassName
{
border-color: #307054;
}
.TagClassName
{
border-color: #307054;
}
</style>