Shades of Amazon #33795C
Tints of Amazon #33795C
RGB
CMYK
RGB Variations
Color information
#33795C (or 0x33795C) is known color: Amazon. HEX triplet: 33, 79 and 5C. RGB value is (51,121,92). Sum of RGB (Red+Green+Blue) = 51+121+92=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #33795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33795C is #CC86A3. Grayscale: #606060. Windows color (decimal): -13403812 or 6060339. OLE color: 6060339.
HSL color Cylindrical-coordinate representation of color #33795C: hue angle of 155.14º 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 #33795C is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 92 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.53 |
| HSL | 155.14º | 0.41% | 0.34% | - |
| HSV(B) | 155.14º | 0.58% | 0.47% | - |
| XYZ | 10.13 | 15.15 | 12.52 | - |
| YUV | 96.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 92 | 0.58 | 0 | 0.24 | 0.53 | 155.14 | 0.41 | 0.34 |
| Hex | 33 | 79 | 5C | 3A | 0 | 18 | 35 | 9B | 29 | 22 |
| Octal | 63 | 171 | 134 | 72 | 0 | 30 | 65 | 233 | 51 | 42 |
| Binary | 110011 | 1111001 | 1011100 | 111010 | 0 | 11000 | 110101 | 10011011 | 101001 | 100010 |
Color Harmonies of #33795C
Complementary color
Monochromatic Colors of #33795C
Black with #33795C
Text Example
Text Example
White with #33795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33795C; }
p { color: rgb(51,121,92); }
H1.HeaderClassName
{
color: #33795C;
}
.AnyTagClassName
{
color: #33795C;
}
</style>
background-color css
<style>
a { background-color: #33795C; }
a { background-color: rgb(51,121,92); }
div.DivClassName
{
background-color: #33795C;
}
.BgClassName
{
background-color: #33795C;
}
</style>
border-color css
<style>
span { border-color: #33795C; }
span { border-color: rgb(51,121,92); }
td.TdClassName
{
border-color: #33795C;
}
.TagClassName
{
border-color: #33795C;
}
</style>