Shades of Amazon #30764D
Tints of Amazon #30764D
RGB
CMYK
RGB Variations
Color information
#30764D (or 0x30764D) is known color: Amazon. HEX triplet: 30, 76 and 4D. RGB value is (48,118,77). Sum of RGB (Red+Green+Blue) = 48+118+77=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #30764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30764D is #CF89B2. Grayscale: #5C5C5C. Windows color (decimal): -13601203 or 5076528. OLE color: 5076528.
HSL color Cylindrical-coordinate representation of color #30764D: hue angle of 144.86º 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 #30764D is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 118 | 77 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.54 |
| HSL | 144.86º | 0.42% | 0.33% | - |
| HSV(B) | 144.86º | 0.59% | 0.46% | - |
| XYZ | 9.04 | 14.12 | 9.27 | - |
| YUV | 92.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 77 | 0.59 | 0 | 0.35 | 0.54 | 144.86 | 0.42 | 0.33 |
| Hex | 30 | 76 | 4D | 3B | 0 | 23 | 36 | 91 | 2A | 21 |
| Octal | 60 | 166 | 115 | 73 | 0 | 43 | 66 | 221 | 52 | 41 |
| Binary | 110000 | 1110110 | 1001101 | 111011 | 0 | 100011 | 110110 | 10010001 | 101010 | 100001 |
Color Harmonies of #30764D
Complementary color
Monochromatic Colors of #30764D
Black with #30764D
Text Example
Text Example
White with #30764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30764D; }
p { color: rgb(48,118,77); }
H1.HeaderClassName
{
color: #30764D;
}
.AnyTagClassName
{
color: #30764D;
}
</style>
background-color css
<style>
a { background-color: #30764D; }
a { background-color: rgb(48,118,77); }
div.DivClassName
{
background-color: #30764D;
}
.BgClassName
{
background-color: #30764D;
}
</style>
border-color css
<style>
span { border-color: #30764D; }
span { border-color: rgb(48,118,77); }
td.TdClassName
{
border-color: #30764D;
}
.TagClassName
{
border-color: #30764D;
}
</style>