Shades of Amazon #367951
Tints of Amazon #367951
RGB
CMYK
RGB Variations
Color information
#367951 (or 0x367951) is known color: Amazon. HEX triplet: 36, 79 and 51. RGB value is (54,121,81). Sum of RGB (Red+Green+Blue) = 54+121+81=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #367951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367951 is #C986AE. Grayscale: #606060. Windows color (decimal): -13207215 or 5339446. OLE color: 5339446.
HSL color Cylindrical-coordinate representation of color #367951: hue angle of 144.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367951 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 121 | 81 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.53 |
| HSL | 144.18º | 0.38% | 0.34% | - |
| HSV(B) | 144.18º | 0.55% | 0.47% | - |
| XYZ | 9.84 | 15.05 | 10.17 | - |
| YUV | 96.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 81 | 0.55 | 0 | 0.33 | 0.53 | 144.18 | 0.38 | 0.34 |
| Hex | 36 | 79 | 51 | 37 | 0 | 21 | 35 | 90 | 26 | 22 |
| Octal | 66 | 171 | 121 | 67 | 0 | 41 | 65 | 220 | 46 | 42 |
| Binary | 110110 | 1111001 | 1010001 | 110111 | 0 | 100001 | 110101 | 10010000 | 100110 | 100010 |
Color Harmonies of #367951
Complementary color
Monochromatic Colors of #367951
Black with #367951
Text Example
Text Example
White with #367951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367951; }
p { color: rgb(54,121,81); }
H1.HeaderClassName
{
color: #367951;
}
.AnyTagClassName
{
color: #367951;
}
</style>
background-color css
<style>
a { background-color: #367951; }
a { background-color: rgb(54,121,81); }
div.DivClassName
{
background-color: #367951;
}
.BgClassName
{
background-color: #367951;
}
</style>
border-color css
<style>
span { border-color: #367951; }
span { border-color: rgb(54,121,81); }
td.TdClassName
{
border-color: #367951;
}
.TagClassName
{
border-color: #367951;
}
</style>