Shades of Amazon #367B55
Tints of Amazon #367B55
RGB
CMYK
RGB Variations
Color information
#367B55 (or 0x367B55) is known color: Amazon. HEX triplet: 36, 7B and 55. RGB value is (54,123,85). Sum of RGB (Red+Green+Blue) = 54+123+85=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #367B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B55 is #C984AA. Grayscale: #626262. Windows color (decimal): -13206699 or 5602102. OLE color: 5602102.
HSL color Cylindrical-coordinate representation of color #367B55: hue angle of 146.96º 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 #367B55 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 123 | 85 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.52 |
| HSL | 146.96º | 0.39% | 0.35% | - |
| HSV(B) | 146.96º | 0.56% | 0.48% | - |
| XYZ | 10.24 | 15.61 | 11.07 | - |
| YUV | 98.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 85 | 0.56 | 0 | 0.31 | 0.52 | 146.96 | 0.39 | 0.35 |
| Hex | 36 | 7B | 55 | 38 | 0 | 1F | 34 | 93 | 27 | 23 |
| Octal | 66 | 173 | 125 | 70 | 0 | 37 | 64 | 223 | 47 | 43 |
| Binary | 110110 | 1111011 | 1010101 | 111000 | 0 | 11111 | 110100 | 10010011 | 100111 | 100011 |
Color Harmonies of #367B55
Complementary color
Monochromatic Colors of #367B55
Black with #367B55
Text Example
Text Example
White with #367B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B55; }
p { color: rgb(54,123,85); }
H1.HeaderClassName
{
color: #367B55;
}
.AnyTagClassName
{
color: #367B55;
}
</style>
background-color css
<style>
a { background-color: #367B55; }
a { background-color: rgb(54,123,85); }
div.DivClassName
{
background-color: #367B55;
}
.BgClassName
{
background-color: #367B55;
}
</style>
border-color css
<style>
span { border-color: #367B55; }
span { border-color: rgb(54,123,85); }
td.TdClassName
{
border-color: #367B55;
}
.TagClassName
{
border-color: #367B55;
}
</style>