Shades of Amazon #368046
Tints of Amazon #368046
RGB
CMYK
RGB Variations
Color information
#368046 (or 0x368046) is known color: Amazon. HEX triplet: 36, 80 and 46. RGB value is (54,128,70). Sum of RGB (Red+Green+Blue) = 54+128+70=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #368046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368046 is #C97FB9. Grayscale: #636363. Windows color (decimal): -13205434 or 4620342. OLE color: 4620342.
HSL color Cylindrical-coordinate representation of color #368046: hue angle of 132.97º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368046 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 70 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.50 |
| HSL | 132.97º | 0.41% | 0.36% | - |
| HSV(B) | 132.97º | 0.58% | 0.5% | - |
| XYZ | 10.35 | 16.66 | 8.47 | - |
| YUV | 99.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 70 | 0.58 | 0 | 0.45 | 0.50 | 132.97 | 0.41 | 0.36 |
| Hex | 36 | 80 | 46 | 3A | 0 | 2D | 32 | 85 | 29 | 24 |
| Octal | 66 | 200 | 106 | 72 | 0 | 55 | 62 | 205 | 51 | 44 |
| Binary | 110110 | 10000000 | 1000110 | 111010 | 0 | 101101 | 110010 | 10000101 | 101001 | 100100 |
Color Harmonies of #368046
Complementary color
Monochromatic Colors of #368046
Black with #368046
Text Example
Text Example
White with #368046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368046; }
p { color: rgb(54,128,70); }
H1.HeaderClassName
{
color: #368046;
}
.AnyTagClassName
{
color: #368046;
}
</style>
background-color css
<style>
a { background-color: #368046; }
a { background-color: rgb(54,128,70); }
div.DivClassName
{
background-color: #368046;
}
.BgClassName
{
background-color: #368046;
}
</style>
border-color css
<style>
span { border-color: #368046; }
span { border-color: rgb(54,128,70); }
td.TdClassName
{
border-color: #368046;
}
.TagClassName
{
border-color: #368046;
}
</style>