Shades of Amazon #38845D
Tints of Amazon #38845D
RGB
CMYK
RGB Variations
Color information
#38845D (or 0x38845D) is known color: Amazon. HEX triplet: 38, 84 and 5D. RGB value is (56,132,93). Sum of RGB (Red+Green+Blue) = 56+132+93=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #38845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38845D is #C77BA2. Grayscale: #686868. Windows color (decimal): -13073315 or 6128696. OLE color: 6128696.
HSL color Cylindrical-coordinate representation of color #38845D: hue angle of 149.21º degrees, saturation: 0.4, 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 #38845D is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 93 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.48 |
| HSL | 149.21º | 0.4% | 0.37% | - |
| HSV(B) | 149.21º | 0.58% | 0.52% | - |
| XYZ | 11.86 | 18.13 | 13.23 | - |
| YUV | 104.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 93 | 0.58 | 0 | 0.30 | 0.48 | 149.21 | 0.4 | 0.37 |
| Hex | 38 | 84 | 5D | 3A | 0 | 1E | 30 | 95 | 28 | 25 |
| Octal | 70 | 204 | 135 | 72 | 0 | 36 | 60 | 225 | 50 | 45 |
| Binary | 111000 | 10000100 | 1011101 | 111010 | 0 | 11110 | 110000 | 10010101 | 101000 | 100101 |
Color Harmonies of #38845D
Complementary color
Monochromatic Colors of #38845D
Black with #38845D
Text Example
Text Example
White with #38845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38845D; }
p { color: rgb(56,132,93); }
H1.HeaderClassName
{
color: #38845D;
}
.AnyTagClassName
{
color: #38845D;
}
</style>
background-color css
<style>
a { background-color: #38845D; }
a { background-color: rgb(56,132,93); }
div.DivClassName
{
background-color: #38845D;
}
.BgClassName
{
background-color: #38845D;
}
</style>
border-color css
<style>
span { border-color: #38845D; }
span { border-color: rgb(56,132,93); }
td.TdClassName
{
border-color: #38845D;
}
.TagClassName
{
border-color: #38845D;
}
</style>