Shades of Amazon #338549
Tints of Amazon #338549
RGB
CMYK
RGB Variations
Color information
#338549 (or 0x338549) is known color: Amazon. HEX triplet: 33, 85 and 49. RGB value is (51,133,73). Sum of RGB (Red+Green+Blue) = 51+133+73=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #338549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338549 is #CC7AB6. Grayscale: #656565. Windows color (decimal): -13400759 or 4818227. OLE color: 4818227.
HSL color Cylindrical-coordinate representation of color #338549: hue angle of 136.1º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338549 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 73 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.48 |
| HSL | 136.1º | 0.45% | 0.36% | - |
| HSV(B) | 136.1º | 0.62% | 0.52% | - |
| XYZ | 10.96 | 17.96 | 9.19 | - |
| YUV | 101.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 73 | 0.62 | 0 | 0.45 | 0.48 | 136.1 | 0.45 | 0.36 |
| Hex | 33 | 85 | 49 | 3E | 0 | 2D | 30 | 88 | 2D | 24 |
| Octal | 63 | 205 | 111 | 76 | 0 | 55 | 60 | 210 | 55 | 44 |
| Binary | 110011 | 10000101 | 1001001 | 111110 | 0 | 101101 | 110000 | 10001000 | 101101 | 100100 |
Color Harmonies of #338549
Complementary color
Monochromatic Colors of #338549
Black with #338549
Text Example
Text Example
White with #338549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338549; }
p { color: rgb(51,133,73); }
H1.HeaderClassName
{
color: #338549;
}
.AnyTagClassName
{
color: #338549;
}
</style>
background-color css
<style>
a { background-color: #338549; }
a { background-color: rgb(51,133,73); }
div.DivClassName
{
background-color: #338549;
}
.BgClassName
{
background-color: #338549;
}
</style>
border-color css
<style>
span { border-color: #338549; }
span { border-color: rgb(51,133,73); }
td.TdClassName
{
border-color: #338549;
}
.TagClassName
{
border-color: #338549;
}
</style>