Shades of Amazon #338249
Tints of Amazon #338249
RGB
CMYK
RGB Variations
Color information
#338249 (or 0x338249) is known color: Amazon. HEX triplet: 33, 82 and 49. RGB value is (51,130,73). Sum of RGB (Red+Green+Blue) = 51+130+73=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #338249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338249 is #CC7DB6. Grayscale: #646464. Windows color (decimal): -13401527 or 4817459. OLE color: 4817459.
HSL color Cylindrical-coordinate representation of color #338249: hue angle of 136.71º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338249 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 73 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.49 |
| HSL | 136.71º | 0.44% | 0.35% | - |
| HSV(B) | 136.71º | 0.61% | 0.51% | - |
| XYZ | 10.55 | 17.15 | 9.06 | - |
| YUV | 99.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 73 | 0.61 | 0 | 0.44 | 0.49 | 136.71 | 0.44 | 0.35 |
| Hex | 33 | 82 | 49 | 3D | 0 | 2C | 31 | 89 | 2C | 23 |
| Octal | 63 | 202 | 111 | 75 | 0 | 54 | 61 | 211 | 54 | 43 |
| Binary | 110011 | 10000010 | 1001001 | 111101 | 0 | 101100 | 110001 | 10001001 | 101100 | 100011 |
Color Harmonies of #338249
Complementary color
Monochromatic Colors of #338249
Black with #338249
Text Example
Text Example
White with #338249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338249; }
p { color: rgb(51,130,73); }
H1.HeaderClassName
{
color: #338249;
}
.AnyTagClassName
{
color: #338249;
}
</style>
background-color css
<style>
a { background-color: #338249; }
a { background-color: rgb(51,130,73); }
div.DivClassName
{
background-color: #338249;
}
.BgClassName
{
background-color: #338249;
}
</style>
border-color css
<style>
span { border-color: #338249; }
span { border-color: rgb(51,130,73); }
td.TdClassName
{
border-color: #338249;
}
.TagClassName
{
border-color: #338249;
}
</style>