Shades of Amazon #368249
Tints of Amazon #368249
RGB
CMYK
RGB Variations
Color information
#368249 (or 0x368249) is known color: Amazon. HEX triplet: 36, 82 and 49. RGB value is (54,130,73). Sum of RGB (Red+Green+Blue) = 54+130+73=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #368249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368249 is #C97DB6. Grayscale: #646464. Windows color (decimal): -13204919 or 4817462. OLE color: 4817462.
HSL color Cylindrical-coordinate representation of color #368249: hue angle of 135º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368249 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 73 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.49 |
| HSL | 135º | 0.41% | 0.36% | - |
| HSV(B) | 135º | 0.58% | 0.51% | - |
| XYZ | 10.71 | 17.23 | 9.06 | - |
| YUV | 100.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 73 | 0.58 | 0 | 0.44 | 0.49 | 135 | 0.41 | 0.36 |
| Hex | 36 | 82 | 49 | 3A | 0 | 2C | 31 | 87 | 29 | 24 |
| Octal | 66 | 202 | 111 | 72 | 0 | 54 | 61 | 207 | 51 | 44 |
| Binary | 110110 | 10000010 | 1001001 | 111010 | 0 | 101100 | 110001 | 10000111 | 101001 | 100100 |
Color Harmonies of #368249
Complementary color
Monochromatic Colors of #368249
Black with #368249
Text Example
Text Example
White with #368249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368249; }
p { color: rgb(54,130,73); }
H1.HeaderClassName
{
color: #368249;
}
.AnyTagClassName
{
color: #368249;
}
</style>
background-color css
<style>
a { background-color: #368249; }
a { background-color: rgb(54,130,73); }
div.DivClassName
{
background-color: #368249;
}
.BgClassName
{
background-color: #368249;
}
</style>
border-color css
<style>
span { border-color: #368249; }
span { border-color: rgb(54,130,73); }
td.TdClassName
{
border-color: #368249;
}
.TagClassName
{
border-color: #368249;
}
</style>