Shades of Amazon #33785C
Tints of Amazon #33785C
RGB
CMYK
RGB Variations
Color information
#33785C (or 0x33785C) is known color: Amazon. HEX triplet: 33, 78 and 5C. RGB value is (51,120,92). Sum of RGB (Red+Green+Blue) = 51+120+92=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #33785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33785C is #CC87A3. Grayscale: #606060. Windows color (decimal): -13404068 or 6060083. OLE color: 6060083.
HSL color Cylindrical-coordinate representation of color #33785C: hue angle of 155.65º 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 #33785C is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 92 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.53 |
| HSL | 155.65º | 0.4% | 0.34% | - |
| HSV(B) | 155.65º | 0.58% | 0.47% | - |
| XYZ | 10.01 | 14.91 | 12.48 | - |
| YUV | 96.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 92 | 0.58 | 0 | 0.23 | 0.53 | 155.65 | 0.4 | 0.34 |
| Hex | 33 | 78 | 5C | 3A | 0 | 17 | 35 | 9C | 28 | 22 |
| Octal | 63 | 170 | 134 | 72 | 0 | 27 | 65 | 234 | 50 | 42 |
| Binary | 110011 | 1111000 | 1011100 | 111010 | 0 | 10111 | 110101 | 10011100 | 101000 | 100010 |
Color Harmonies of #33785C
Complementary color
Monochromatic Colors of #33785C
Black with #33785C
Text Example
Text Example
White with #33785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33785C; }
p { color: rgb(51,120,92); }
H1.HeaderClassName
{
color: #33785C;
}
.AnyTagClassName
{
color: #33785C;
}
</style>
background-color css
<style>
a { background-color: #33785C; }
a { background-color: rgb(51,120,92); }
div.DivClassName
{
background-color: #33785C;
}
.BgClassName
{
background-color: #33785C;
}
</style>
border-color css
<style>
span { border-color: #33785C; }
span { border-color: rgb(51,120,92); }
td.TdClassName
{
border-color: #33785C;
}
.TagClassName
{
border-color: #33785C;
}
</style>