Shades of Amazon #368946
Tints of Amazon #368946
RGB
CMYK
RGB Variations
Color information
#368946 (or 0x368946) is known color: Amazon. HEX triplet: 36, 89 and 46. RGB value is (54,137,70). Sum of RGB (Red+Green+Blue) = 54+137+70=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #368946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368946 is #C976B9. Grayscale: #686868. Windows color (decimal): -13203130 or 4622646. OLE color: 4622646.
HSL color Cylindrical-coordinate representation of color #368946: hue angle of 131.57º 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 #368946 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 137 | 70 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.46 |
| HSL | 131.57º | 0.43% | 0.37% | - |
| HSV(B) | 131.57º | 0.61% | 0.54% | - |
| XYZ | 11.57 | 19.12 | 8.87 | - |
| YUV | 104.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 70 | 0.61 | 0 | 0.49 | 0.46 | 131.57 | 0.43 | 0.37 |
| Hex | 36 | 89 | 46 | 3D | 0 | 31 | 2E | 84 | 2B | 25 |
| Octal | 66 | 211 | 106 | 75 | 0 | 61 | 56 | 204 | 53 | 45 |
| Binary | 110110 | 10001001 | 1000110 | 111101 | 0 | 110001 | 101110 | 10000100 | 101011 | 100101 |
Color Harmonies of #368946
Complementary color
Monochromatic Colors of #368946
Black with #368946
Text Example
Text Example
White with #368946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368946; }
p { color: rgb(54,137,70); }
H1.HeaderClassName
{
color: #368946;
}
.AnyTagClassName
{
color: #368946;
}
</style>
background-color css
<style>
a { background-color: #368946; }
a { background-color: rgb(54,137,70); }
div.DivClassName
{
background-color: #368946;
}
.BgClassName
{
background-color: #368946;
}
</style>
border-color css
<style>
span { border-color: #368946; }
span { border-color: rgb(54,137,70); }
td.TdClassName
{
border-color: #368946;
}
.TagClassName
{
border-color: #368946;
}
</style>