Shades of Amazon #38824D
Tints of Amazon #38824D
RGB
CMYK
RGB Variations
Color information
#38824D (or 0x38824D) is known color: Amazon. HEX triplet: 38, 82 and 4D. RGB value is (56,130,77). Sum of RGB (Red+Green+Blue) = 56+130+77=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #38824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38824D is #C77DB2. Grayscale: #656565. Windows color (decimal): -13073843 or 5079608. OLE color: 5079608.
HSL color Cylindrical-coordinate representation of color #38824D: hue angle of 137.03º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38824D is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 77 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.49 |
| HSL | 137.03º | 0.4% | 0.36% | - |
| HSV(B) | 137.03º | 0.57% | 0.51% | - |
| XYZ | 10.95 | 17.34 | 9.79 | - |
| YUV | 101.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 77 | 0.57 | 0 | 0.41 | 0.49 | 137.03 | 0.4 | 0.36 |
| Hex | 38 | 82 | 4D | 39 | 0 | 29 | 31 | 89 | 28 | 24 |
| Octal | 70 | 202 | 115 | 71 | 0 | 51 | 61 | 211 | 50 | 44 |
| Binary | 111000 | 10000010 | 1001101 | 111001 | 0 | 101001 | 110001 | 10001001 | 101000 | 100100 |
Color Harmonies of #38824D
Complementary color
Monochromatic Colors of #38824D
Black with #38824D
Text Example
Text Example
White with #38824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38824D; }
p { color: rgb(56,130,77); }
H1.HeaderClassName
{
color: #38824D;
}
.AnyTagClassName
{
color: #38824D;
}
</style>
background-color css
<style>
a { background-color: #38824D; }
a { background-color: rgb(56,130,77); }
div.DivClassName
{
background-color: #38824D;
}
.BgClassName
{
background-color: #38824D;
}
</style>
border-color css
<style>
span { border-color: #38824D; }
span { border-color: rgb(56,130,77); }
td.TdClassName
{
border-color: #38824D;
}
.TagClassName
{
border-color: #38824D;
}
</style>