Shades of Amazon #33844B
Tints of Amazon #33844B
RGB
CMYK
RGB Variations
Color information
#33844B (or 0x33844B) is known color: Amazon. HEX triplet: 33, 84 and 4B. RGB value is (51,132,75). Sum of RGB (Red+Green+Blue) = 51+132+75=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #33844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33844B is #CC7BB4. Grayscale: #656565. Windows color (decimal): -13401013 or 4949043. OLE color: 4949043.
HSL color Cylindrical-coordinate representation of color #33844B: hue angle of 137.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33844B is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 132 | 75 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.48 |
| HSL | 137.78º | 0.44% | 0.36% | - |
| HSV(B) | 137.78º | 0.61% | 0.52% | - |
| XYZ | 10.89 | 17.71 | 9.5 | - |
| YUV | 101.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 75 | 0.61 | 0 | 0.43 | 0.48 | 137.78 | 0.44 | 0.36 |
| Hex | 33 | 84 | 4B | 3D | 0 | 2B | 30 | 8A | 2C | 24 |
| Octal | 63 | 204 | 113 | 75 | 0 | 53 | 60 | 212 | 54 | 44 |
| Binary | 110011 | 10000100 | 1001011 | 111101 | 0 | 101011 | 110000 | 10001010 | 101100 | 100100 |
Color Harmonies of #33844B
Complementary color
Monochromatic Colors of #33844B
Black with #33844B
Text Example
Text Example
White with #33844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33844B; }
p { color: rgb(51,132,75); }
H1.HeaderClassName
{
color: #33844B;
}
.AnyTagClassName
{
color: #33844B;
}
</style>
background-color css
<style>
a { background-color: #33844B; }
a { background-color: rgb(51,132,75); }
div.DivClassName
{
background-color: #33844B;
}
.BgClassName
{
background-color: #33844B;
}
</style>
border-color css
<style>
span { border-color: #33844B; }
span { border-color: rgb(51,132,75); }
td.TdClassName
{
border-color: #33844B;
}
.TagClassName
{
border-color: #33844B;
}
</style>