Shades of Amazon #38775E
Tints of Amazon #38775E
RGB
CMYK
RGB Variations
Color information
#38775E (or 0x38775E) is known color: Amazon. HEX triplet: 38, 77 and 5E. RGB value is (56,119,94). Sum of RGB (Red+Green+Blue) = 56+119+94=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #38775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38775E is #C788A1. Grayscale: #616161. Windows color (decimal): -13076642 or 6190904. OLE color: 6190904.
HSL color Cylindrical-coordinate representation of color #38775E: hue angle of 156.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38775E is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 94 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.53 |
| HSL | 156.19º | 0.36% | 0.34% | - |
| HSV(B) | 156.19º | 0.53% | 0.47% | - |
| XYZ | 10.25 | 14.84 | 12.91 | - |
| YUV | 97.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 94 | 0.53 | 0 | 0.21 | 0.53 | 156.19 | 0.36 | 0.34 |
| Hex | 38 | 77 | 5E | 35 | 0 | 15 | 35 | 9C | 24 | 22 |
| Octal | 70 | 167 | 136 | 65 | 0 | 25 | 65 | 234 | 44 | 42 |
| Binary | 111000 | 1110111 | 1011110 | 110101 | 0 | 10101 | 110101 | 10011100 | 100100 | 100010 |
Color Harmonies of #38775E
Complementary color
Monochromatic Colors of #38775E
Black with #38775E
Text Example
Text Example
White with #38775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38775E; }
p { color: rgb(56,119,94); }
H1.HeaderClassName
{
color: #38775E;
}
.AnyTagClassName
{
color: #38775E;
}
</style>
background-color css
<style>
a { background-color: #38775E; }
a { background-color: rgb(56,119,94); }
div.DivClassName
{
background-color: #38775E;
}
.BgClassName
{
background-color: #38775E;
}
</style>
border-color css
<style>
span { border-color: #38775E; }
span { border-color: rgb(56,119,94); }
td.TdClassName
{
border-color: #38775E;
}
.TagClassName
{
border-color: #38775E;
}
</style>