Shades of Amazon #33734D
Tints of Amazon #33734D
RGB
CMYK
RGB Variations
Color information
#33734D (or 0x33734D) is known color: Amazon. HEX triplet: 33, 73 and 4D. RGB value is (51,115,77). Sum of RGB (Red+Green+Blue) = 51+115+77=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #33734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33734D is #CC8CB2. Grayscale: #5B5B5B. Windows color (decimal): -13405363 or 5075763. OLE color: 5075763.
HSL color Cylindrical-coordinate representation of color #33734D: hue angle of 144.38º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33734D is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 115 | 77 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.55 |
| HSL | 144.38º | 0.39% | 0.33% | - |
| HSV(B) | 144.38º | 0.56% | 0.45% | - |
| XYZ | 8.84 | 13.5 | 9.16 | - |
| YUV | 91.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 77 | 0.56 | 0 | 0.33 | 0.55 | 144.38 | 0.39 | 0.33 |
| Hex | 33 | 73 | 4D | 38 | 0 | 21 | 37 | 90 | 27 | 21 |
| Octal | 63 | 163 | 115 | 70 | 0 | 41 | 67 | 220 | 47 | 41 |
| Binary | 110011 | 1110011 | 1001101 | 111000 | 0 | 100001 | 110111 | 10010000 | 100111 | 100001 |
Color Harmonies of #33734D
Complementary color
Monochromatic Colors of #33734D
Black with #33734D
Text Example
Text Example
White with #33734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33734D; }
p { color: rgb(51,115,77); }
H1.HeaderClassName
{
color: #33734D;
}
.AnyTagClassName
{
color: #33734D;
}
</style>
background-color css
<style>
a { background-color: #33734D; }
a { background-color: rgb(51,115,77); }
div.DivClassName
{
background-color: #33734D;
}
.BgClassName
{
background-color: #33734D;
}
</style>
border-color css
<style>
span { border-color: #33734D; }
span { border-color: rgb(51,115,77); }
td.TdClassName
{
border-color: #33734D;
}
.TagClassName
{
border-color: #33734D;
}
</style>