Shades of Amazon #33724B
Tints of Amazon #33724B
RGB
CMYK
RGB Variations
Color information
#33724B (or 0x33724B) is known color: Amazon. HEX triplet: 33, 72 and 4B. RGB value is (51,114,75). Sum of RGB (Red+Green+Blue) = 51+114+75=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #33724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33724B is #CC8DB4. Grayscale: #5A5A5A. Windows color (decimal): -13405621 or 4944435. OLE color: 4944435.
HSL color Cylindrical-coordinate representation of color #33724B: hue angle of 142.86º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33724B is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 114 | 75 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.55 |
| HSL | 142.86º | 0.38% | 0.32% | - |
| HSV(B) | 142.86º | 0.55% | 0.45% | - |
| XYZ | 8.65 | 13.25 | 8.76 | - |
| YUV | 90.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 75 | 0.55 | 0 | 0.34 | 0.55 | 142.86 | 0.38 | 0.32 |
| Hex | 33 | 72 | 4B | 37 | 0 | 22 | 37 | 8F | 26 | 20 |
| Octal | 63 | 162 | 113 | 67 | 0 | 42 | 67 | 217 | 46 | 40 |
| Binary | 110011 | 1110010 | 1001011 | 110111 | 0 | 100010 | 110111 | 10001111 | 100110 | 100000 |
Color Harmonies of #33724B
Complementary color
Monochromatic Colors of #33724B
Black with #33724B
Text Example
Text Example
White with #33724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33724B; }
p { color: rgb(51,114,75); }
H1.HeaderClassName
{
color: #33724B;
}
.AnyTagClassName
{
color: #33724B;
}
</style>
background-color css
<style>
a { background-color: #33724B; }
a { background-color: rgb(51,114,75); }
div.DivClassName
{
background-color: #33724B;
}
.BgClassName
{
background-color: #33724B;
}
</style>
border-color css
<style>
span { border-color: #33724B; }
span { border-color: rgb(51,114,75); }
td.TdClassName
{
border-color: #33724B;
}
.TagClassName
{
border-color: #33724B;
}
</style>