Shades of Amazon #388753
Tints of Amazon #388753
RGB
CMYK
RGB Variations
Color information
#388753 (or 0x388753) is known color: Amazon. HEX triplet: 38, 87 and 53. RGB value is (56,135,83). Sum of RGB (Red+Green+Blue) = 56+135+83=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #388753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388753 is #C778AC. Grayscale: #696969. Windows color (decimal): -13072557 or 5474104. OLE color: 5474104.
HSL color Cylindrical-coordinate representation of color #388753: hue angle of 140.51º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388753 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 83 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.47 |
| HSL | 140.51º | 0.41% | 0.37% | - |
| HSV(B) | 140.51º | 0.59% | 0.53% | - |
| XYZ | 11.86 | 18.79 | 11.19 | - |
| YUV | 105.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 83 | 0.59 | 0 | 0.39 | 0.47 | 140.51 | 0.41 | 0.37 |
| Hex | 38 | 87 | 53 | 3B | 0 | 27 | 2F | 8D | 29 | 25 |
| Octal | 70 | 207 | 123 | 73 | 0 | 47 | 57 | 215 | 51 | 45 |
| Binary | 111000 | 10000111 | 1010011 | 111011 | 0 | 100111 | 101111 | 10001101 | 101001 | 100101 |
Color Harmonies of #388753
Complementary color
Monochromatic Colors of #388753
Black with #388753
Text Example
Text Example
White with #388753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388753; }
p { color: rgb(56,135,83); }
H1.HeaderClassName
{
color: #388753;
}
.AnyTagClassName
{
color: #388753;
}
</style>
background-color css
<style>
a { background-color: #388753; }
a { background-color: rgb(56,135,83); }
div.DivClassName
{
background-color: #388753;
}
.BgClassName
{
background-color: #388753;
}
</style>
border-color css
<style>
span { border-color: #388753; }
span { border-color: rgb(56,135,83); }
td.TdClassName
{
border-color: #388753;
}
.TagClassName
{
border-color: #388753;
}
</style>