Shades of Amazon #38894D
Tints of Amazon #38894D
RGB
CMYK
RGB Variations
Color information
#38894D (or 0x38894D) is known color: Amazon. HEX triplet: 38, 89 and 4D. RGB value is (56,137,77). Sum of RGB (Red+Green+Blue) = 56+137+77=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #38894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38894D is #C776B2. Grayscale: #6A6A6A. Windows color (decimal): -13072051 or 5081400. OLE color: 5081400.
HSL color Cylindrical-coordinate representation of color #38894D: hue angle of 135.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38894D is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 77 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.46 |
| HSL | 135.56º | 0.42% | 0.38% | - |
| HSV(B) | 135.56º | 0.59% | 0.54% | - |
| XYZ | 11.92 | 19.27 | 10.11 | - |
| YUV | 105.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 77 | 0.59 | 0 | 0.44 | 0.46 | 135.56 | 0.42 | 0.38 |
| Hex | 38 | 89 | 4D | 3B | 0 | 2C | 2E | 88 | 2A | 26 |
| Octal | 70 | 211 | 115 | 73 | 0 | 54 | 56 | 210 | 52 | 46 |
| Binary | 111000 | 10001001 | 1001101 | 111011 | 0 | 101100 | 101110 | 10001000 | 101010 | 100110 |
Color Harmonies of #38894D
Complementary color
Monochromatic Colors of #38894D
Black with #38894D
Text Example
Text Example
White with #38894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38894D; }
p { color: rgb(56,137,77); }
H1.HeaderClassName
{
color: #38894D;
}
.AnyTagClassName
{
color: #38894D;
}
</style>
background-color css
<style>
a { background-color: #38894D; }
a { background-color: rgb(56,137,77); }
div.DivClassName
{
background-color: #38894D;
}
.BgClassName
{
background-color: #38894D;
}
</style>
border-color css
<style>
span { border-color: #38894D; }
span { border-color: rgb(56,137,77); }
td.TdClassName
{
border-color: #38894D;
}
.TagClassName
{
border-color: #38894D;
}
</style>