Shades of Amazon #33824F
Tints of Amazon #33824F
RGB
CMYK
RGB Variations
Color information
#33824F (or 0x33824F) is known color: Amazon. HEX triplet: 33, 82 and 4F. RGB value is (51,130,79). Sum of RGB (Red+Green+Blue) = 51+130+79=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #33824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33824F is #CC7DB0. Grayscale: #646464. Windows color (decimal): -13401521 or 5210675. OLE color: 5210675.
HSL color Cylindrical-coordinate representation of color #33824F: hue angle of 141.27º 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 #33824F is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 79 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.49 |
| HSL | 141.27º | 0.44% | 0.35% | - |
| HSV(B) | 141.27º | 0.61% | 0.51% | - |
| XYZ | 10.76 | 17.23 | 10.16 | - |
| YUV | 100.57 | 115.83 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 79 | 0.61 | 0 | 0.39 | 0.49 | 141.27 | 0.44 | 0.35 |
| Hex | 33 | 82 | 4F | 3D | 0 | 27 | 31 | 8D | 2C | 23 |
| Octal | 63 | 202 | 117 | 75 | 0 | 47 | 61 | 215 | 54 | 43 |
| Binary | 110011 | 10000010 | 1001111 | 111101 | 0 | 100111 | 110001 | 10001101 | 101100 | 100011 |
Color Harmonies of #33824F
Complementary color
Monochromatic Colors of #33824F
Black with #33824F
Text Example
Text Example
White with #33824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33824F; }
p { color: rgb(51,130,79); }
H1.HeaderClassName
{
color: #33824F;
}
.AnyTagClassName
{
color: #33824F;
}
</style>
background-color css
<style>
a { background-color: #33824F; }
a { background-color: rgb(51,130,79); }
div.DivClassName
{
background-color: #33824F;
}
.BgClassName
{
background-color: #33824F;
}
</style>
border-color css
<style>
span { border-color: #33824F; }
span { border-color: rgb(51,130,79); }
td.TdClassName
{
border-color: #33824F;
}
.TagClassName
{
border-color: #33824F;
}
</style>