Shades of Amazon #38884E
Tints of Amazon #38884E
RGB
CMYK
RGB Variations
Color information
#38884E (or 0x38884E) is known color: Amazon. HEX triplet: 38, 88 and 4E. RGB value is (56,136,78). Sum of RGB (Red+Green+Blue) = 56+136+78=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #38884E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38884E is #C777B1. Grayscale: #696969. Windows color (decimal): -13072306 or 5146680. OLE color: 5146680.
HSL color Cylindrical-coordinate representation of color #38884E: hue angle of 136.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38884E is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 78 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.47 |
| HSL | 136.5º | 0.42% | 0.38% | - |
| HSV(B) | 136.5º | 0.59% | 0.53% | - |
| XYZ | 11.81 | 19 | 10.25 | - |
| YUV | 105.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 78 | 0.59 | 0 | 0.43 | 0.47 | 136.5 | 0.42 | 0.38 |
| Hex | 38 | 88 | 4E | 3B | 0 | 2B | 2F | 88 | 2A | 26 |
| Octal | 70 | 210 | 116 | 73 | 0 | 53 | 57 | 210 | 52 | 46 |
| Binary | 111000 | 10001000 | 1001110 | 111011 | 0 | 101011 | 101111 | 10001000 | 101010 | 100110 |
Color Harmonies of #38884E
Complementary color
Monochromatic Colors of #38884E
Black with #38884E
Text Example
Text Example
White with #38884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38884E; }
p { color: rgb(56,136,78); }
H1.HeaderClassName
{
color: #38884E;
}
.AnyTagClassName
{
color: #38884E;
}
</style>
background-color css
<style>
a { background-color: #38884E; }
a { background-color: rgb(56,136,78); }
div.DivClassName
{
background-color: #38884E;
}
.BgClassName
{
background-color: #38884E;
}
</style>
border-color css
<style>
span { border-color: #38884E; }
span { border-color: rgb(56,136,78); }
td.TdClassName
{
border-color: #38884E;
}
.TagClassName
{
border-color: #38884E;
}
</style>