Shades of Amazon #33764F
Tints of Amazon #33764F
RGB
CMYK
RGB Variations
Color information
#33764F (or 0x33764F) is known color: Amazon. HEX triplet: 33, 76 and 4F. RGB value is (51,118,79). Sum of RGB (Red+Green+Blue) = 51+118+79=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #33764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33764F is #CC89B0. Grayscale: #5D5D5D. Windows color (decimal): -13404593 or 5207603. OLE color: 5207603.
HSL color Cylindrical-coordinate representation of color #33764F: hue angle of 145.07º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33764F is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 79 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.54 |
| HSL | 145.07º | 0.4% | 0.33% | - |
| HSV(B) | 145.07º | 0.57% | 0.46% | - |
| XYZ | 9.25 | 14.23 | 9.66 | - |
| YUV | 93.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 79 | 0.57 | 0 | 0.33 | 0.54 | 145.07 | 0.4 | 0.33 |
| Hex | 33 | 76 | 4F | 39 | 0 | 21 | 36 | 91 | 28 | 21 |
| Octal | 63 | 166 | 117 | 71 | 0 | 41 | 66 | 221 | 50 | 41 |
| Binary | 110011 | 1110110 | 1001111 | 111001 | 0 | 100001 | 110110 | 10010001 | 101000 | 100001 |
Color Harmonies of #33764F
Complementary color
Monochromatic Colors of #33764F
Black with #33764F
Text Example
Text Example
White with #33764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33764F; }
p { color: rgb(51,118,79); }
H1.HeaderClassName
{
color: #33764F;
}
.AnyTagClassName
{
color: #33764F;
}
</style>
background-color css
<style>
a { background-color: #33764F; }
a { background-color: rgb(51,118,79); }
div.DivClassName
{
background-color: #33764F;
}
.BgClassName
{
background-color: #33764F;
}
</style>
border-color css
<style>
span { border-color: #33764F; }
span { border-color: rgb(51,118,79); }
td.TdClassName
{
border-color: #33764F;
}
.TagClassName
{
border-color: #33764F;
}
</style>