Shades of Amazon #338354
Tints of Amazon #338354
RGB
CMYK
RGB Variations
Color information
#338354 (or 0x338354) is known color: Amazon. HEX triplet: 33, 83 and 54. RGB value is (51,131,84). Sum of RGB (Red+Green+Blue) = 51+131+84=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #338354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338354 is #CC7CAB. Grayscale: #656565. Windows color (decimal): -13401260 or 5538611. OLE color: 5538611.
HSL color Cylindrical-coordinate representation of color #338354: hue angle of 144.75º 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 #338354 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 84 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.49 |
| HSL | 144.75º | 0.44% | 0.36% | - |
| HSV(B) | 144.75º | 0.61% | 0.51% | - |
| XYZ | 11.08 | 17.58 | 11.2 | - |
| YUV | 101.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 84 | 0.61 | 0 | 0.36 | 0.49 | 144.75 | 0.44 | 0.36 |
| Hex | 33 | 83 | 54 | 3D | 0 | 24 | 31 | 91 | 2C | 24 |
| Octal | 63 | 203 | 124 | 75 | 0 | 44 | 61 | 221 | 54 | 44 |
| Binary | 110011 | 10000011 | 1010100 | 111101 | 0 | 100100 | 110001 | 10010001 | 101100 | 100100 |
Color Harmonies of #338354
Complementary color
Monochromatic Colors of #338354
Black with #338354
Text Example
Text Example
White with #338354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338354; }
p { color: rgb(51,131,84); }
H1.HeaderClassName
{
color: #338354;
}
.AnyTagClassName
{
color: #338354;
}
</style>
background-color css
<style>
a { background-color: #338354; }
a { background-color: rgb(51,131,84); }
div.DivClassName
{
background-color: #338354;
}
.BgClassName
{
background-color: #338354;
}
</style>
border-color css
<style>
span { border-color: #338354; }
span { border-color: rgb(51,131,84); }
td.TdClassName
{
border-color: #338354;
}
.TagClassName
{
border-color: #338354;
}
</style>