Shades of Amazon #38854D
Tints of Amazon #38854D
RGB
CMYK
RGB Variations
Color information
#38854D (or 0x38854D) is known color: Amazon. HEX triplet: 38, 85 and 4D. RGB value is (56,133,77). Sum of RGB (Red+Green+Blue) = 56+133+77=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #38854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38854D is #C77AB2. Grayscale: #676767. Windows color (decimal): -13073075 or 5080376. OLE color: 5080376.
HSL color Cylindrical-coordinate representation of color #38854D: hue angle of 136.36º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38854D is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 77 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.48 |
| HSL | 136.36º | 0.41% | 0.37% | - |
| HSV(B) | 136.36º | 0.58% | 0.52% | - |
| XYZ | 11.36 | 18.15 | 9.93 | - |
| YUV | 103.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 77 | 0.58 | 0 | 0.42 | 0.48 | 136.36 | 0.41 | 0.37 |
| Hex | 38 | 85 | 4D | 3A | 0 | 2A | 30 | 88 | 29 | 25 |
| Octal | 70 | 205 | 115 | 72 | 0 | 52 | 60 | 210 | 51 | 45 |
| Binary | 111000 | 10000101 | 1001101 | 111010 | 0 | 101010 | 110000 | 10001000 | 101001 | 100101 |
Color Harmonies of #38854D
Complementary color
Monochromatic Colors of #38854D
Black with #38854D
Text Example
Text Example
White with #38854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38854D; }
p { color: rgb(56,133,77); }
H1.HeaderClassName
{
color: #38854D;
}
.AnyTagClassName
{
color: #38854D;
}
</style>
background-color css
<style>
a { background-color: #38854D; }
a { background-color: rgb(56,133,77); }
div.DivClassName
{
background-color: #38854D;
}
.BgClassName
{
background-color: #38854D;
}
</style>
border-color css
<style>
span { border-color: #38854D; }
span { border-color: rgb(56,133,77); }
td.TdClassName
{
border-color: #38854D;
}
.TagClassName
{
border-color: #38854D;
}
</style>