Shades of Amazon #28764C
Tints of Amazon #28764C
RGB
CMYK
RGB Variations
Color information
#28764C (or 0x28764C) is known color: Amazon. HEX triplet: 28, 76 and 4C. RGB value is (40,118,76). Sum of RGB (Red+Green+Blue) = 40+118+76=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #28764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28764C is #D789B3. Grayscale: #595959. Windows color (decimal): -14125492 or 5010984. OLE color: 5010984.
HSL color Cylindrical-coordinate representation of color #28764C: hue angle of 147.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28764C is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 76 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.54 |
| HSL | 147.69º | 0.49% | 0.31% | - |
| HSV(B) | 147.69º | 0.66% | 0.46% | - |
| XYZ | 8.66 | 13.93 | 9.07 | - |
| YUV | 89.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 76 | 0.66 | 0 | 0.36 | 0.54 | 147.69 | 0.49 | 0.31 |
| Hex | 28 | 76 | 4C | 42 | 0 | 24 | 36 | 94 | 31 | 1F |
| Octal | 50 | 166 | 114 | 102 | 0 | 44 | 66 | 224 | 61 | 37 |
| Binary | 101000 | 1110110 | 1001100 | 1000010 | 0 | 100100 | 110110 | 10010100 | 110001 | 11111 |
Color Harmonies of #28764C
Complementary color
Monochromatic Colors of #28764C
Black with #28764C
Text Example
Text Example
White with #28764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28764C; }
p { color: rgb(40,118,76); }
H1.HeaderClassName
{
color: #28764C;
}
.AnyTagClassName
{
color: #28764C;
}
</style>
background-color css
<style>
a { background-color: #28764C; }
a { background-color: rgb(40,118,76); }
div.DivClassName
{
background-color: #28764C;
}
.BgClassName
{
background-color: #28764C;
}
</style>
border-color css
<style>
span { border-color: #28764C; }
span { border-color: rgb(40,118,76); }
td.TdClassName
{
border-color: #28764C;
}
.TagClassName
{
border-color: #28764C;
}
</style>