Shades of Amazon #338649
Tints of Amazon #338649
RGB
CMYK
RGB Variations
Color information
#338649 (or 0x338649) is known color: Amazon. HEX triplet: 33, 86 and 49. RGB value is (51,134,73). Sum of RGB (Red+Green+Blue) = 51+134+73=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #338649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338649 is #CC79B6. Grayscale: #666666. Windows color (decimal): -13400503 or 4818483. OLE color: 4818483.
HSL color Cylindrical-coordinate representation of color #338649: hue angle of 135.9º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338649 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 134 | 73 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.47 |
| HSL | 135.9º | 0.45% | 0.36% | - |
| HSV(B) | 135.9º | 0.62% | 0.53% | - |
| XYZ | 11.09 | 18.24 | 9.24 | - |
| YUV | 102.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 73 | 0.62 | 0 | 0.46 | 0.47 | 135.9 | 0.45 | 0.36 |
| Hex | 33 | 86 | 49 | 3E | 0 | 2E | 2F | 88 | 2D | 24 |
| Octal | 63 | 206 | 111 | 76 | 0 | 56 | 57 | 210 | 55 | 44 |
| Binary | 110011 | 10000110 | 1001001 | 111110 | 0 | 101110 | 101111 | 10001000 | 101101 | 100100 |
Color Harmonies of #338649
Complementary color
Monochromatic Colors of #338649
Black with #338649
Text Example
Text Example
White with #338649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338649; }
p { color: rgb(51,134,73); }
H1.HeaderClassName
{
color: #338649;
}
.AnyTagClassName
{
color: #338649;
}
</style>
background-color css
<style>
a { background-color: #338649; }
a { background-color: rgb(51,134,73); }
div.DivClassName
{
background-color: #338649;
}
.BgClassName
{
background-color: #338649;
}
</style>
border-color css
<style>
span { border-color: #338649; }
span { border-color: rgb(51,134,73); }
td.TdClassName
{
border-color: #338649;
}
.TagClassName
{
border-color: #338649;
}
</style>