Shades of Amazon #33804E
Tints of Amazon #33804E
RGB
CMYK
RGB Variations
Color information
#33804E (or 0x33804E) is known color: Amazon. HEX triplet: 33, 80 and 4E. RGB value is (51,128,78). Sum of RGB (Red+Green+Blue) = 51+128+78=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #33804E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33804E is #CC7FB1. Grayscale: #636363. Windows color (decimal): -13402034 or 5144627. OLE color: 5144627.
HSL color Cylindrical-coordinate representation of color #33804E: hue angle of 141.04º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33804E is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 128 | 78 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.50 |
| HSL | 141.04º | 0.43% | 0.35% | - |
| HSV(B) | 141.04º | 0.6% | 0.5% | - |
| XYZ | 10.46 | 16.69 | 9.88 | - |
| YUV | 99.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 78 | 0.60 | 0 | 0.39 | 0.50 | 141.04 | 0.43 | 0.35 |
| Hex | 33 | 80 | 4E | 3C | 0 | 27 | 32 | 8D | 2B | 23 |
| Octal | 63 | 200 | 116 | 74 | 0 | 47 | 62 | 215 | 53 | 43 |
| Binary | 110011 | 10000000 | 1001110 | 111100 | 0 | 100111 | 110010 | 10001101 | 101011 | 100011 |
Color Harmonies of #33804E
Complementary color
Monochromatic Colors of #33804E
Black with #33804E
Text Example
Text Example
White with #33804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33804E; }
p { color: rgb(51,128,78); }
H1.HeaderClassName
{
color: #33804E;
}
.AnyTagClassName
{
color: #33804E;
}
</style>
background-color css
<style>
a { background-color: #33804E; }
a { background-color: rgb(51,128,78); }
div.DivClassName
{
background-color: #33804E;
}
.BgClassName
{
background-color: #33804E;
}
</style>
border-color css
<style>
span { border-color: #33804E; }
span { border-color: rgb(51,128,78); }
td.TdClassName
{
border-color: #33804E;
}
.TagClassName
{
border-color: #33804E;
}
</style>