Shades of Amazon #368949
Tints of Amazon #368949
RGB
CMYK
RGB Variations
Color information
#368949 (or 0x368949) is known color: Amazon. HEX triplet: 36, 89 and 49. RGB value is (54,137,73). Sum of RGB (Red+Green+Blue) = 54+137+73=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #368949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368949 is #C976B6. Grayscale: #696969. Windows color (decimal): -13203127 or 4819254. OLE color: 4819254.
HSL color Cylindrical-coordinate representation of color #368949: hue angle of 133.73º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368949 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 137 | 73 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.46 |
| HSL | 133.73º | 0.43% | 0.37% | - |
| HSV(B) | 133.73º | 0.61% | 0.54% | - |
| XYZ | 11.67 | 19.16 | 9.39 | - |
| YUV | 104.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 73 | 0.61 | 0 | 0.47 | 0.46 | 133.73 | 0.43 | 0.37 |
| Hex | 36 | 89 | 49 | 3D | 0 | 2F | 2E | 86 | 2B | 25 |
| Octal | 66 | 211 | 111 | 75 | 0 | 57 | 56 | 206 | 53 | 45 |
| Binary | 110110 | 10001001 | 1001001 | 111101 | 0 | 101111 | 101110 | 10000110 | 101011 | 100101 |
Color Harmonies of #368949
Complementary color
Monochromatic Colors of #368949
Black with #368949
Text Example
Text Example
White with #368949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368949; }
p { color: rgb(54,137,73); }
H1.HeaderClassName
{
color: #368949;
}
.AnyTagClassName
{
color: #368949;
}
</style>
background-color css
<style>
a { background-color: #368949; }
a { background-color: rgb(54,137,73); }
div.DivClassName
{
background-color: #368949;
}
.BgClassName
{
background-color: #368949;
}
</style>
border-color css
<style>
span { border-color: #368949; }
span { border-color: rgb(54,137,73); }
td.TdClassName
{
border-color: #368949;
}
.TagClassName
{
border-color: #368949;
}
</style>