Shades of Amazon #33794C
Tints of Amazon #33794C
RGB
CMYK
RGB Variations
Color information
#33794C (or 0x33794C) is known color: Amazon. HEX triplet: 33, 79 and 4C. RGB value is (51,121,76). Sum of RGB (Red+Green+Blue) = 51+121+76=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #33794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33794C is #CC86B3. Grayscale: #5F5F5F. Windows color (decimal): -13403828 or 5011763. OLE color: 5011763.
HSL color Cylindrical-coordinate representation of color #33794C: hue angle of 141.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33794C is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 76 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.53 |
| HSL | 141.43º | 0.41% | 0.34% | - |
| HSV(B) | 141.43º | 0.58% | 0.47% | - |
| XYZ | 9.51 | 14.9 | 9.21 | - |
| YUV | 94.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 76 | 0.58 | 0 | 0.37 | 0.53 | 141.43 | 0.41 | 0.34 |
| Hex | 33 | 79 | 4C | 3A | 0 | 25 | 35 | 8D | 29 | 22 |
| Octal | 63 | 171 | 114 | 72 | 0 | 45 | 65 | 215 | 51 | 42 |
| Binary | 110011 | 1111001 | 1001100 | 111010 | 0 | 100101 | 110101 | 10001101 | 101001 | 100010 |
Color Harmonies of #33794C
Complementary color
Monochromatic Colors of #33794C
Black with #33794C
Text Example
Text Example
White with #33794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33794C; }
p { color: rgb(51,121,76); }
H1.HeaderClassName
{
color: #33794C;
}
.AnyTagClassName
{
color: #33794C;
}
</style>
background-color css
<style>
a { background-color: #33794C; }
a { background-color: rgb(51,121,76); }
div.DivClassName
{
background-color: #33794C;
}
.BgClassName
{
background-color: #33794C;
}
</style>
border-color css
<style>
span { border-color: #33794C; }
span { border-color: rgb(51,121,76); }
td.TdClassName
{
border-color: #33794C;
}
.TagClassName
{
border-color: #33794C;
}
</style>