Shades of Amazon #368045
Tints of Amazon #368045
RGB
CMYK
RGB Variations
Color information
#368045 (or 0x368045) is known color: Amazon. HEX triplet: 36, 80 and 45. RGB value is (54,128,69). Sum of RGB (Red+Green+Blue) = 54+128+69=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #368045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368045 is #C97FBA. Grayscale: #636363. Windows color (decimal): -13205435 or 4554806. OLE color: 4554806.
HSL color Cylindrical-coordinate representation of color #368045: hue angle of 132.16º 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 #368045 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 69 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.50 |
| HSL | 132.16º | 0.41% | 0.36% | - |
| HSV(B) | 132.16º | 0.58% | 0.5% | - |
| XYZ | 10.31 | 16.65 | 8.3 | - |
| YUV | 99.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 69 | 0.58 | 0 | 0.46 | 0.50 | 132.16 | 0.41 | 0.36 |
| Hex | 36 | 80 | 45 | 3A | 0 | 2E | 32 | 84 | 29 | 24 |
| Octal | 66 | 200 | 105 | 72 | 0 | 56 | 62 | 204 | 51 | 44 |
| Binary | 110110 | 10000000 | 1000101 | 111010 | 0 | 101110 | 110010 | 10000100 | 101001 | 100100 |
Color Harmonies of #368045
Complementary color
Monochromatic Colors of #368045
Black with #368045
Text Example
Text Example
White with #368045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368045; }
p { color: rgb(54,128,69); }
H1.HeaderClassName
{
color: #368045;
}
.AnyTagClassName
{
color: #368045;
}
</style>
background-color css
<style>
a { background-color: #368045; }
a { background-color: rgb(54,128,69); }
div.DivClassName
{
background-color: #368045;
}
.BgClassName
{
background-color: #368045;
}
</style>
border-color css
<style>
span { border-color: #368045; }
span { border-color: rgb(54,128,69); }
td.TdClassName
{
border-color: #368045;
}
.TagClassName
{
border-color: #368045;
}
</style>