Shades of Amazon #30775C
Tints of Amazon #30775C
RGB
CMYK
RGB Variations
Color information
#30775C (or 0x30775C) is known color: Amazon. HEX triplet: 30, 77 and 5C. RGB value is (48,119,92). Sum of RGB (Red+Green+Blue) = 48+119+92=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #30775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30775C is #CF88A3. Grayscale: #5E5E5E. Windows color (decimal): -13600932 or 6059824. OLE color: 6059824.
HSL color Cylindrical-coordinate representation of color #30775C: hue angle of 157.18º 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 #30775C is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 92 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.53 |
| HSL | 157.18º | 0.43% | 0.33% | - |
| HSV(B) | 157.18º | 0.6% | 0.47% | - |
| XYZ | 9.75 | 14.59 | 12.43 | - |
| YUV | 94.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 92 | 0.60 | 0 | 0.23 | 0.53 | 157.18 | 0.43 | 0.33 |
| Hex | 30 | 77 | 5C | 3C | 0 | 17 | 35 | 9D | 2B | 21 |
| Octal | 60 | 167 | 134 | 74 | 0 | 27 | 65 | 235 | 53 | 41 |
| Binary | 110000 | 1110111 | 1011100 | 111100 | 0 | 10111 | 110101 | 10011101 | 101011 | 100001 |
Color Harmonies of #30775C
Complementary color
Monochromatic Colors of #30775C
Black with #30775C
Text Example
Text Example
White with #30775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30775C; }
p { color: rgb(48,119,92); }
H1.HeaderClassName
{
color: #30775C;
}
.AnyTagClassName
{
color: #30775C;
}
</style>
background-color css
<style>
a { background-color: #30775C; }
a { background-color: rgb(48,119,92); }
div.DivClassName
{
background-color: #30775C;
}
.BgClassName
{
background-color: #30775C;
}
</style>
border-color css
<style>
span { border-color: #30775C; }
span { border-color: rgb(48,119,92); }
td.TdClassName
{
border-color: #30775C;
}
.TagClassName
{
border-color: #30775C;
}
</style>