Shades of Amazon #307546
Tints of Amazon #307546
RGB
CMYK
RGB Variations
Color information
#307546 (or 0x307546) is known color: Amazon. HEX triplet: 30, 75 and 46. RGB value is (48,117,70). Sum of RGB (Red+Green+Blue) = 48+117+70=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #307546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307546 is #CF8AB9. Grayscale: #5B5B5B. Windows color (decimal): -13601466 or 4617520. OLE color: 4617520.
HSL color Cylindrical-coordinate representation of color #307546: hue angle of 139.13º 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 #307546 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 117 | 70 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.54 |
| HSL | 139.13º | 0.42% | 0.32% | - |
| HSV(B) | 139.13º | 0.59% | 0.46% | - |
| XYZ | 8.69 | 13.79 | 8 | - |
| YUV | 91.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 70 | 0.59 | 0 | 0.40 | 0.54 | 139.13 | 0.42 | 0.32 |
| Hex | 30 | 75 | 46 | 3B | 0 | 28 | 36 | 8B | 2A | 20 |
| Octal | 60 | 165 | 106 | 73 | 0 | 50 | 66 | 213 | 52 | 40 |
| Binary | 110000 | 1110101 | 1000110 | 111011 | 0 | 101000 | 110110 | 10001011 | 101010 | 100000 |
Color Harmonies of #307546
Complementary color
Monochromatic Colors of #307546
Black with #307546
Text Example
Text Example
White with #307546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307546; }
p { color: rgb(48,117,70); }
H1.HeaderClassName
{
color: #307546;
}
.AnyTagClassName
{
color: #307546;
}
</style>
background-color css
<style>
a { background-color: #307546; }
a { background-color: rgb(48,117,70); }
div.DivClassName
{
background-color: #307546;
}
.BgClassName
{
background-color: #307546;
}
</style>
border-color css
<style>
span { border-color: #307546; }
span { border-color: rgb(48,117,70); }
td.TdClassName
{
border-color: #307546;
}
.TagClassName
{
border-color: #307546;
}
</style>