Shades of Amazon #368647
Tints of Amazon #368647
RGB
CMYK
RGB Variations
Color information
#368647 (or 0x368647) is known color: Amazon. HEX triplet: 36, 86 and 47. RGB value is (54,134,71). Sum of RGB (Red+Green+Blue) = 54+134+71=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #368647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368647 is #C979B8. Grayscale: #676767. Windows color (decimal): -13203897 or 4687414. OLE color: 4687414.
HSL color Cylindrical-coordinate representation of color #368647: hue angle of 132.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368647 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 134 | 71 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.47 |
| HSL | 132.75º | 0.43% | 0.37% | - |
| HSV(B) | 132.75º | 0.6% | 0.53% | - |
| XYZ | 11.18 | 18.29 | 8.9 | - |
| YUV | 102.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 71 | 0.60 | 0 | 0.47 | 0.47 | 132.75 | 0.43 | 0.37 |
| Hex | 36 | 86 | 47 | 3C | 0 | 2F | 2F | 85 | 2B | 25 |
| Octal | 66 | 206 | 107 | 74 | 0 | 57 | 57 | 205 | 53 | 45 |
| Binary | 110110 | 10000110 | 1000111 | 111100 | 0 | 101111 | 101111 | 10000101 | 101011 | 100101 |
Color Harmonies of #368647
Complementary color
Monochromatic Colors of #368647
Black with #368647
Text Example
Text Example
White with #368647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368647; }
p { color: rgb(54,134,71); }
H1.HeaderClassName
{
color: #368647;
}
.AnyTagClassName
{
color: #368647;
}
</style>
background-color css
<style>
a { background-color: #368647; }
a { background-color: rgb(54,134,71); }
div.DivClassName
{
background-color: #368647;
}
.BgClassName
{
background-color: #368647;
}
</style>
border-color css
<style>
span { border-color: #368647; }
span { border-color: rgb(54,134,71); }
td.TdClassName
{
border-color: #368647;
}
.TagClassName
{
border-color: #368647;
}
</style>