Shades of Amazon #30775A
Tints of Amazon #30775A
RGB
CMYK
RGB Variations
Color information
#30775A (or 0x30775A) is known color: Amazon. HEX triplet: 30, 77 and 5A. RGB value is (48,119,90). Sum of RGB (Red+Green+Blue) = 48+119+90=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #30775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30775A is #CF88A5. Grayscale: #5E5E5E. Windows color (decimal): -13600934 or 5928752. OLE color: 5928752.
HSL color Cylindrical-coordinate representation of color #30775A: hue angle of 155.49º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30775A is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 90 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.53 |
| HSL | 155.49º | 0.43% | 0.33% | - |
| HSV(B) | 155.49º | 0.6% | 0.47% | - |
| XYZ | 9.66 | 14.56 | 11.97 | - |
| YUV | 94.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 90 | 0.60 | 0 | 0.24 | 0.53 | 155.49 | 0.43 | 0.33 |
| Hex | 30 | 77 | 5A | 3C | 0 | 18 | 35 | 9B | 2B | 21 |
| Octal | 60 | 167 | 132 | 74 | 0 | 30 | 65 | 233 | 53 | 41 |
| Binary | 110000 | 1110111 | 1011010 | 111100 | 0 | 11000 | 110101 | 10011011 | 101011 | 100001 |
Color Harmonies of #30775A
Complementary color
Monochromatic Colors of #30775A
Black with #30775A
Text Example
Text Example
White with #30775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30775A; }
p { color: rgb(48,119,90); }
H1.HeaderClassName
{
color: #30775A;
}
.AnyTagClassName
{
color: #30775A;
}
</style>
background-color css
<style>
a { background-color: #30775A; }
a { background-color: rgb(48,119,90); }
div.DivClassName
{
background-color: #30775A;
}
.BgClassName
{
background-color: #30775A;
}
</style>
border-color css
<style>
span { border-color: #30775A; }
span { border-color: rgb(48,119,90); }
td.TdClassName
{
border-color: #30775A;
}
.TagClassName
{
border-color: #30775A;
}
</style>