Shades of Amazon #367A45
Tints of Amazon #367A45
RGB
CMYK
RGB Variations
Color information
#367A45 (or 0x367A45) is known color: Amazon. HEX triplet: 36, 7A and 45. RGB value is (54,122,69). Sum of RGB (Red+Green+Blue) = 54+122+69=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #367A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A45 is #C985BA. Grayscale: #5F5F5F. Windows color (decimal): -13206971 or 4553270. OLE color: 4553270.
HSL color Cylindrical-coordinate representation of color #367A45: hue angle of 133.24º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A45 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 122 | 69 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.52 |
| HSL | 133.24º | 0.39% | 0.35% | - |
| HSV(B) | 133.24º | 0.56% | 0.48% | - |
| XYZ | 9.56 | 15.13 | 8.05 | - |
| YUV | 95.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 69 | 0.56 | 0 | 0.43 | 0.52 | 133.24 | 0.39 | 0.35 |
| Hex | 36 | 7A | 45 | 38 | 0 | 2B | 34 | 85 | 27 | 23 |
| Octal | 66 | 172 | 105 | 70 | 0 | 53 | 64 | 205 | 47 | 43 |
| Binary | 110110 | 1111010 | 1000101 | 111000 | 0 | 101011 | 110100 | 10000101 | 100111 | 100011 |
Color Harmonies of #367A45
Complementary color
Monochromatic Colors of #367A45
Black with #367A45
Text Example
Text Example
White with #367A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367A45; }
p { color: rgb(54,122,69); }
H1.HeaderClassName
{
color: #367A45;
}
.AnyTagClassName
{
color: #367A45;
}
</style>
background-color css
<style>
a { background-color: #367A45; }
a { background-color: rgb(54,122,69); }
div.DivClassName
{
background-color: #367A45;
}
.BgClassName
{
background-color: #367A45;
}
</style>
border-color css
<style>
span { border-color: #367A45; }
span { border-color: rgb(54,122,69); }
td.TdClassName
{
border-color: #367A45;
}
.TagClassName
{
border-color: #367A45;
}
</style>