Shades of Amazon #33785D
Tints of Amazon #33785D
RGB
CMYK
RGB Variations
Color information
#33785D (or 0x33785D) is known color: Amazon. HEX triplet: 33, 78 and 5D. RGB value is (51,120,93). Sum of RGB (Red+Green+Blue) = 51+120+93=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #33785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33785D is #CC87A2. Grayscale: #606060. Windows color (decimal): -13404067 or 6125619. OLE color: 6125619.
HSL color Cylindrical-coordinate representation of color #33785D: hue angle of 156.52º 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 #33785D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 93 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.53 |
| HSL | 156.52º | 0.4% | 0.34% | - |
| HSV(B) | 156.52º | 0.58% | 0.47% | - |
| XYZ | 10.06 | 14.93 | 12.71 | - |
| YUV | 96.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 93 | 0.58 | 0 | 0.22 | 0.53 | 156.52 | 0.4 | 0.34 |
| Hex | 33 | 78 | 5D | 3A | 0 | 16 | 35 | 9D | 28 | 22 |
| Octal | 63 | 170 | 135 | 72 | 0 | 26 | 65 | 235 | 50 | 42 |
| Binary | 110011 | 1111000 | 1011101 | 111010 | 0 | 10110 | 110101 | 10011101 | 101000 | 100010 |
Color Harmonies of #33785D
Complementary color
Monochromatic Colors of #33785D
Black with #33785D
Text Example
Text Example
White with #33785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33785D; }
p { color: rgb(51,120,93); }
H1.HeaderClassName
{
color: #33785D;
}
.AnyTagClassName
{
color: #33785D;
}
</style>
background-color css
<style>
a { background-color: #33785D; }
a { background-color: rgb(51,120,93); }
div.DivClassName
{
background-color: #33785D;
}
.BgClassName
{
background-color: #33785D;
}
</style>
border-color css
<style>
span { border-color: #33785D; }
span { border-color: rgb(51,120,93); }
td.TdClassName
{
border-color: #33785D;
}
.TagClassName
{
border-color: #33785D;
}
</style>