Shades of Amazon #367B57
Tints of Amazon #367B57
RGB
CMYK
RGB Variations
Color information
#367B57 (or 0x367B57) is known color: Amazon. HEX triplet: 36, 7B and 57. RGB value is (54,123,87). Sum of RGB (Red+Green+Blue) = 54+123+87=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 123 - color contains mainly: green. Hex color #367B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B57 is #C984A8. Grayscale: #626262. Windows color (decimal): -13206697 or 5733174. OLE color: 5733174.
HSL color Cylindrical-coordinate representation of color #367B57: hue angle of 148.7º 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 #367B57 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 123 | 87 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.52 |
| HSL | 148.7º | 0.39% | 0.35% | - |
| HSV(B) | 148.7º | 0.56% | 0.48% | - |
| XYZ | 10.32 | 15.64 | 11.49 | - |
| YUV | 98.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 87 | 0.56 | 0 | 0.29 | 0.52 | 148.7 | 0.39 | 0.35 |
| Hex | 36 | 7B | 57 | 38 | 0 | 1D | 34 | 95 | 27 | 23 |
| Octal | 66 | 173 | 127 | 70 | 0 | 35 | 64 | 225 | 47 | 43 |
| Binary | 110110 | 1111011 | 1010111 | 111000 | 0 | 11101 | 110100 | 10010101 | 100111 | 100011 |
Color Harmonies of #367B57
Complementary color
Monochromatic Colors of #367B57
Black with #367B57
Text Example
Text Example
White with #367B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B57; }
p { color: rgb(54,123,87); }
H1.HeaderClassName
{
color: #367B57;
}
.AnyTagClassName
{
color: #367B57;
}
</style>
background-color css
<style>
a { background-color: #367B57; }
a { background-color: rgb(54,123,87); }
div.DivClassName
{
background-color: #367B57;
}
.BgClassName
{
background-color: #367B57;
}
</style>
border-color css
<style>
span { border-color: #367B57; }
span { border-color: rgb(54,123,87); }
td.TdClassName
{
border-color: #367B57;
}
.TagClassName
{
border-color: #367B57;
}
</style>