Shades of Amazon #33784A
Tints of Amazon #33784A
RGB
CMYK
RGB Variations
Color information
#33784A (or 0x33784A) is known color: Amazon. HEX triplet: 33, 78 and 4A. RGB value is (51,120,74). Sum of RGB (Red+Green+Blue) = 51+120+74=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #33784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33784A is #CC87B5. Grayscale: #5E5E5E. Windows color (decimal): -13404086 or 4880435. OLE color: 4880435.
HSL color Cylindrical-coordinate representation of color #33784A: hue angle of 140º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33784A is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 74 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.53 |
| HSL | 140º | 0.4% | 0.34% | - |
| HSV(B) | 140º | 0.58% | 0.47% | - |
| XYZ | 9.32 | 14.63 | 8.81 | - |
| YUV | 94.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 74 | 0.58 | 0 | 0.38 | 0.53 | 140 | 0.4 | 0.34 |
| Hex | 33 | 78 | 4A | 3A | 0 | 26 | 35 | 8C | 28 | 22 |
| Octal | 63 | 170 | 112 | 72 | 0 | 46 | 65 | 214 | 50 | 42 |
| Binary | 110011 | 1111000 | 1001010 | 111010 | 0 | 100110 | 110101 | 10001100 | 101000 | 100010 |
Color Harmonies of #33784A
Complementary color
Monochromatic Colors of #33784A
Black with #33784A
Text Example
Text Example
White with #33784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33784A; }
p { color: rgb(51,120,74); }
H1.HeaderClassName
{
color: #33784A;
}
.AnyTagClassName
{
color: #33784A;
}
</style>
background-color css
<style>
a { background-color: #33784A; }
a { background-color: rgb(51,120,74); }
div.DivClassName
{
background-color: #33784A;
}
.BgClassName
{
background-color: #33784A;
}
</style>
border-color css
<style>
span { border-color: #33784A; }
span { border-color: rgb(51,120,74); }
td.TdClassName
{
border-color: #33784A;
}
.TagClassName
{
border-color: #33784A;
}
</style>