Shades of Amazon #307653
Tints of Amazon #307653
RGB
CMYK
RGB Variations
Color information
#307653 (or 0x307653) is known color: Amazon. HEX triplet: 30, 76 and 53. RGB value is (48,118,83). Sum of RGB (Red+Green+Blue) = 48+118+83=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #307653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307653 is #CF89AC. Grayscale: #5D5D5D. Windows color (decimal): -13601197 or 5469744. OLE color: 5469744.
HSL color Cylindrical-coordinate representation of color #307653: hue angle of 150º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307653 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 118 | 83 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.54 |
| HSL | 150º | 0.42% | 0.33% | - |
| HSV(B) | 150º | 0.59% | 0.46% | - |
| XYZ | 9.26 | 14.21 | 10.44 | - |
| YUV | 93.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 83 | 0.59 | 0 | 0.30 | 0.54 | 150 | 0.42 | 0.33 |
| Hex | 30 | 76 | 53 | 3B | 0 | 1E | 36 | 96 | 2A | 21 |
| Octal | 60 | 166 | 123 | 73 | 0 | 36 | 66 | 226 | 52 | 41 |
| Binary | 110000 | 1110110 | 1010011 | 111011 | 0 | 11110 | 110110 | 10010110 | 101010 | 100001 |
Color Harmonies of #307653
Complementary color
Monochromatic Colors of #307653
Black with #307653
Text Example
Text Example
White with #307653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307653; }
p { color: rgb(48,118,83); }
H1.HeaderClassName
{
color: #307653;
}
.AnyTagClassName
{
color: #307653;
}
</style>
background-color css
<style>
a { background-color: #307653; }
a { background-color: rgb(48,118,83); }
div.DivClassName
{
background-color: #307653;
}
.BgClassName
{
background-color: #307653;
}
</style>
border-color css
<style>
span { border-color: #307653; }
span { border-color: rgb(48,118,83); }
td.TdClassName
{
border-color: #307653;
}
.TagClassName
{
border-color: #307653;
}
</style>