Shades of Amazon #338353
Tints of Amazon #338353
RGB
CMYK
RGB Variations
Color information
#338353 (or 0x338353) is known color: Amazon. HEX triplet: 33, 83 and 53. RGB value is (51,131,83). Sum of RGB (Red+Green+Blue) = 51+131+83=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #338353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338353 is #CC7CAC. Grayscale: #656565. Windows color (decimal): -13401261 or 5473075. OLE color: 5473075.
HSL color Cylindrical-coordinate representation of color #338353: hue angle of 144º 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 #338353 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 83 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.49 |
| HSL | 144º | 0.44% | 0.36% | - |
| HSV(B) | 144º | 0.61% | 0.51% | - |
| XYZ | 11.04 | 17.56 | 10.99 | - |
| YUV | 101.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 83 | 0.61 | 0 | 0.37 | 0.49 | 144 | 0.44 | 0.36 |
| Hex | 33 | 83 | 53 | 3D | 0 | 25 | 31 | 90 | 2C | 24 |
| Octal | 63 | 203 | 123 | 75 | 0 | 45 | 61 | 220 | 54 | 44 |
| Binary | 110011 | 10000011 | 1010011 | 111101 | 0 | 100101 | 110001 | 10010000 | 101100 | 100100 |
Color Harmonies of #338353
Complementary color
Monochromatic Colors of #338353
Black with #338353
Text Example
Text Example
White with #338353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338353; }
p { color: rgb(51,131,83); }
H1.HeaderClassName
{
color: #338353;
}
.AnyTagClassName
{
color: #338353;
}
</style>
background-color css
<style>
a { background-color: #338353; }
a { background-color: rgb(51,131,83); }
div.DivClassName
{
background-color: #338353;
}
.BgClassName
{
background-color: #338353;
}
</style>
border-color css
<style>
span { border-color: #338353; }
span { border-color: rgb(51,131,83); }
td.TdClassName
{
border-color: #338353;
}
.TagClassName
{
border-color: #338353;
}
</style>