Shades of Amazon #33824D
Tints of Amazon #33824D
RGB
CMYK
RGB Variations
Color information
#33824D (or 0x33824D) is known color: Amazon. HEX triplet: 33, 82 and 4D. RGB value is (51,130,77). Sum of RGB (Red+Green+Blue) = 51+130+77=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #33824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33824D is #CC7DB2. Grayscale: #646464. Windows color (decimal): -13401523 or 5079603. OLE color: 5079603.
HSL color Cylindrical-coordinate representation of color #33824D: hue angle of 139.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33824D is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 77 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.49 |
| HSL | 139.75º | 0.44% | 0.35% | - |
| HSV(B) | 139.75º | 0.61% | 0.51% | - |
| XYZ | 10.69 | 17.2 | 9.78 | - |
| YUV | 100.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 77 | 0.61 | 0 | 0.41 | 0.49 | 139.75 | 0.44 | 0.35 |
| Hex | 33 | 82 | 4D | 3D | 0 | 29 | 31 | 8C | 2C | 23 |
| Octal | 63 | 202 | 115 | 75 | 0 | 51 | 61 | 214 | 54 | 43 |
| Binary | 110011 | 10000010 | 1001101 | 111101 | 0 | 101001 | 110001 | 10001100 | 101100 | 100011 |
Color Harmonies of #33824D
Complementary color
Monochromatic Colors of #33824D
Black with #33824D
Text Example
Text Example
White with #33824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33824D; }
p { color: rgb(51,130,77); }
H1.HeaderClassName
{
color: #33824D;
}
.AnyTagClassName
{
color: #33824D;
}
</style>
background-color css
<style>
a { background-color: #33824D; }
a { background-color: rgb(51,130,77); }
div.DivClassName
{
background-color: #33824D;
}
.BgClassName
{
background-color: #33824D;
}
</style>
border-color css
<style>
span { border-color: #33824D; }
span { border-color: rgb(51,130,77); }
td.TdClassName
{
border-color: #33824D;
}
.TagClassName
{
border-color: #33824D;
}
</style>