Shades of Amazon #367151
Tints of Amazon #367151
RGB
CMYK
RGB Variations
Color information
#367151 (or 0x367151) is known color: Amazon. HEX triplet: 36, 71 and 51. RGB value is (54,113,81). Sum of RGB (Red+Green+Blue) = 54+113+81=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #367151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367151 is #C98EAE. Grayscale: #5B5B5B. Windows color (decimal): -13209263 or 5337398. OLE color: 5337398.
HSL color Cylindrical-coordinate representation of color #367151: hue angle of 147.46º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367151 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 81 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.56 |
| HSL | 147.46º | 0.35% | 0.33% | - |
| HSV(B) | 147.46º | 0.52% | 0.44% | - |
| XYZ | 8.91 | 13.19 | 9.86 | - |
| YUV | 91.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 81 | 0.52 | 0 | 0.28 | 0.56 | 147.46 | 0.35 | 0.33 |
| Hex | 36 | 71 | 51 | 34 | 0 | 1C | 38 | 93 | 23 | 21 |
| Octal | 66 | 161 | 121 | 64 | 0 | 34 | 70 | 223 | 43 | 41 |
| Binary | 110110 | 1110001 | 1010001 | 110100 | 0 | 11100 | 111000 | 10010011 | 100011 | 100001 |
Color Harmonies of #367151
Complementary color
Monochromatic Colors of #367151
Black with #367151
Text Example
Text Example
White with #367151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367151; }
p { color: rgb(54,113,81); }
H1.HeaderClassName
{
color: #367151;
}
.AnyTagClassName
{
color: #367151;
}
</style>
background-color css
<style>
a { background-color: #367151; }
a { background-color: rgb(54,113,81); }
div.DivClassName
{
background-color: #367151;
}
.BgClassName
{
background-color: #367151;
}
</style>
border-color css
<style>
span { border-color: #367151; }
span { border-color: rgb(54,113,81); }
td.TdClassName
{
border-color: #367151;
}
.TagClassName
{
border-color: #367151;
}
</style>