Shades of Amazon #33704F
Tints of Amazon #33704F
RGB
CMYK
RGB Variations
Color information
#33704F (or 0x33704F) is known color: Amazon. HEX triplet: 33, 70 and 4F. RGB value is (51,112,79). Sum of RGB (Red+Green+Blue) = 51+112+79=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #33704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33704F is #CC8FB0. Grayscale: #5A5A5A. Windows color (decimal): -13406129 or 5206067. OLE color: 5206067.
HSL color Cylindrical-coordinate representation of color #33704F: hue angle of 147.54º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33704F is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 79 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.56 |
| HSL | 147.54º | 0.37% | 0.32% | - |
| HSV(B) | 147.54º | 0.54% | 0.44% | - |
| XYZ | 8.57 | 12.86 | 9.43 | - |
| YUV | 90 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 79 | 0.54 | 0 | 0.29 | 0.56 | 147.54 | 0.37 | 0.32 |
| Hex | 33 | 70 | 4F | 36 | 0 | 1D | 38 | 94 | 25 | 20 |
| Octal | 63 | 160 | 117 | 66 | 0 | 35 | 70 | 224 | 45 | 40 |
| Binary | 110011 | 1110000 | 1001111 | 110110 | 0 | 11101 | 111000 | 10010100 | 100101 | 100000 |
Color Harmonies of #33704F
Complementary color
Monochromatic Colors of #33704F
Black with #33704F
Text Example
Text Example
White with #33704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33704F; }
p { color: rgb(51,112,79); }
H1.HeaderClassName
{
color: #33704F;
}
.AnyTagClassName
{
color: #33704F;
}
</style>
background-color css
<style>
a { background-color: #33704F; }
a { background-color: rgb(51,112,79); }
div.DivClassName
{
background-color: #33704F;
}
.BgClassName
{
background-color: #33704F;
}
</style>
border-color css
<style>
span { border-color: #33704F; }
span { border-color: rgb(51,112,79); }
td.TdClassName
{
border-color: #33704F;
}
.TagClassName
{
border-color: #33704F;
}
</style>