Shades of Amazon #388754
Tints of Amazon #388754
RGB
CMYK
RGB Variations
Color information
#388754 (or 0x388754) is known color: Amazon. HEX triplet: 38, 87 and 54. RGB value is (56,135,84). Sum of RGB (Red+Green+Blue) = 56+135+84=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #388754 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388754 is #C778AB. Grayscale: #696969. Windows color (decimal): -13072556 or 5539640. OLE color: 5539640.
HSL color Cylindrical-coordinate representation of color #388754: hue angle of 141.27º 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 #388754 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 84 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.47 |
| HSL | 141.27º | 0.41% | 0.37% | - |
| HSV(B) | 141.27º | 0.59% | 0.53% | - |
| XYZ | 11.9 | 18.81 | 11.39 | - |
| YUV | 105.57 | 115.83 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 84 | 0.59 | 0 | 0.38 | 0.47 | 141.27 | 0.41 | 0.37 |
| Hex | 38 | 87 | 54 | 3B | 0 | 26 | 2F | 8D | 29 | 25 |
| Octal | 70 | 207 | 124 | 73 | 0 | 46 | 57 | 215 | 51 | 45 |
| Binary | 111000 | 10000111 | 1010100 | 111011 | 0 | 100110 | 101111 | 10001101 | 101001 | 100101 |
Color Harmonies of #388754
Complementary color
Monochromatic Colors of #388754
Black with #388754
Text Example
Text Example
White with #388754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388754; }
p { color: rgb(56,135,84); }
H1.HeaderClassName
{
color: #388754;
}
.AnyTagClassName
{
color: #388754;
}
</style>
background-color css
<style>
a { background-color: #388754; }
a { background-color: rgb(56,135,84); }
div.DivClassName
{
background-color: #388754;
}
.BgClassName
{
background-color: #388754;
}
</style>
border-color css
<style>
span { border-color: #388754; }
span { border-color: rgb(56,135,84); }
td.TdClassName
{
border-color: #388754;
}
.TagClassName
{
border-color: #388754;
}
</style>