Shades of Amazon #367D45
Tints of Amazon #367D45
RGB
CMYK
RGB Variations
Color information
#367D45 (or 0x367D45) is known color: Amazon. HEX triplet: 36, 7D and 45. RGB value is (54,125,69). Sum of RGB (Red+Green+Blue) = 54+125+69=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #367D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D45 is #C982BA. Grayscale: #616161. Windows color (decimal): -13206203 or 4554038. OLE color: 4554038.
HSL color Cylindrical-coordinate representation of color #367D45: hue angle of 132.68º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367D45 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 125 | 69 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.51 |
| HSL | 132.68º | 0.4% | 0.35% | - |
| HSV(B) | 132.68º | 0.57% | 0.49% | - |
| XYZ | 9.93 | 15.88 | 8.17 | - |
| YUV | 97.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 69 | 0.57 | 0 | 0.45 | 0.51 | 132.68 | 0.4 | 0.35 |
| Hex | 36 | 7D | 45 | 39 | 0 | 2D | 33 | 85 | 28 | 23 |
| Octal | 66 | 175 | 105 | 71 | 0 | 55 | 63 | 205 | 50 | 43 |
| Binary | 110110 | 1111101 | 1000101 | 111001 | 0 | 101101 | 110011 | 10000101 | 101000 | 100011 |
Color Harmonies of #367D45
Complementary color
Monochromatic Colors of #367D45
Black with #367D45
Text Example
Text Example
White with #367D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D45; }
p { color: rgb(54,125,69); }
H1.HeaderClassName
{
color: #367D45;
}
.AnyTagClassName
{
color: #367D45;
}
</style>
background-color css
<style>
a { background-color: #367D45; }
a { background-color: rgb(54,125,69); }
div.DivClassName
{
background-color: #367D45;
}
.BgClassName
{
background-color: #367D45;
}
</style>
border-color css
<style>
span { border-color: #367D45; }
span { border-color: rgb(54,125,69); }
td.TdClassName
{
border-color: #367D45;
}
.TagClassName
{
border-color: #367D45;
}
</style>