Shades of Amazon #338159
Tints of Amazon #338159
RGB
CMYK
RGB Variations
Color information
#338159 (or 0x338159) is known color: Amazon. HEX triplet: 33, 81 and 59. RGB value is (51,129,89). Sum of RGB (Red+Green+Blue) = 51+129+89=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #338159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338159 is #CC7EA6. Grayscale: #656565. Windows color (decimal): -13401767 or 5865779. OLE color: 5865779.
HSL color Cylindrical-coordinate representation of color #338159: hue angle of 149.23º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338159 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 89 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.49 |
| HSL | 149.23º | 0.43% | 0.35% | - |
| HSV(B) | 149.23º | 0.6% | 0.51% | - |
| XYZ | 11.02 | 17.13 | 12.18 | - |
| YUV | 101.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 89 | 0.60 | 0 | 0.31 | 0.49 | 149.23 | 0.43 | 0.35 |
| Hex | 33 | 81 | 59 | 3C | 0 | 1F | 31 | 95 | 2B | 23 |
| Octal | 63 | 201 | 131 | 74 | 0 | 37 | 61 | 225 | 53 | 43 |
| Binary | 110011 | 10000001 | 1011001 | 111100 | 0 | 11111 | 110001 | 10010101 | 101011 | 100011 |
Color Harmonies of #338159
Complementary color
Monochromatic Colors of #338159
Black with #338159
Text Example
Text Example
White with #338159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338159; }
p { color: rgb(51,129,89); }
H1.HeaderClassName
{
color: #338159;
}
.AnyTagClassName
{
color: #338159;
}
</style>
background-color css
<style>
a { background-color: #338159; }
a { background-color: rgb(51,129,89); }
div.DivClassName
{
background-color: #338159;
}
.BgClassName
{
background-color: #338159;
}
</style>
border-color css
<style>
span { border-color: #338159; }
span { border-color: rgb(51,129,89); }
td.TdClassName
{
border-color: #338159;
}
.TagClassName
{
border-color: #338159;
}
</style>