Shades of Amazon #33834F
Tints of Amazon #33834F
RGB
CMYK
RGB Variations
Color information
#33834F (or 0x33834F) is known color: Amazon. HEX triplet: 33, 83 and 4F. RGB value is (51,131,79). Sum of RGB (Red+Green+Blue) = 51+131+79=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #33834F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33834F is #CC7CB0. Grayscale: #656565. Windows color (decimal): -13401265 or 5210931. OLE color: 5210931.
HSL color Cylindrical-coordinate representation of color #33834F: hue angle of 141º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33834F is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 79 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.49 |
| HSL | 141º | 0.44% | 0.36% | - |
| HSV(B) | 141º | 0.61% | 0.51% | - |
| XYZ | 10.89 | 17.5 | 10.2 | - |
| YUV | 101.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 79 | 0.61 | 0 | 0.40 | 0.49 | 141 | 0.44 | 0.36 |
| Hex | 33 | 83 | 4F | 3D | 0 | 28 | 31 | 8D | 2C | 24 |
| Octal | 63 | 203 | 117 | 75 | 0 | 50 | 61 | 215 | 54 | 44 |
| Binary | 110011 | 10000011 | 1001111 | 111101 | 0 | 101000 | 110001 | 10001101 | 101100 | 100100 |
Color Harmonies of #33834F
Complementary color
Monochromatic Colors of #33834F
Black with #33834F
Text Example
Text Example
White with #33834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33834F; }
p { color: rgb(51,131,79); }
H1.HeaderClassName
{
color: #33834F;
}
.AnyTagClassName
{
color: #33834F;
}
</style>
background-color css
<style>
a { background-color: #33834F; }
a { background-color: rgb(51,131,79); }
div.DivClassName
{
background-color: #33834F;
}
.BgClassName
{
background-color: #33834F;
}
</style>
border-color css
<style>
span { border-color: #33834F; }
span { border-color: rgb(51,131,79); }
td.TdClassName
{
border-color: #33834F;
}
.TagClassName
{
border-color: #33834F;
}
</style>