Shades of Amazon #388748
Tints of Amazon #388748
RGB
CMYK
RGB Variations
Color information
#388748 (or 0x388748) is known color: Amazon. HEX triplet: 38, 87 and 48. RGB value is (56,135,72). Sum of RGB (Red+Green+Blue) = 56+135+72=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #388748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388748 is #C778B7. Grayscale: #686868. Windows color (decimal): -13072568 or 4753208. OLE color: 4753208.
HSL color Cylindrical-coordinate representation of color #388748: hue angle of 132.15º 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 #388748 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 72 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.47 |
| HSL | 132.15º | 0.41% | 0.37% | - |
| HSV(B) | 132.15º | 0.59% | 0.53% | - |
| XYZ | 11.46 | 18.64 | 9.12 | - |
| YUV | 104.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 72 | 0.59 | 0 | 0.47 | 0.47 | 132.15 | 0.41 | 0.37 |
| Hex | 38 | 87 | 48 | 3B | 0 | 2F | 2F | 84 | 29 | 25 |
| Octal | 70 | 207 | 110 | 73 | 0 | 57 | 57 | 204 | 51 | 45 |
| Binary | 111000 | 10000111 | 1001000 | 111011 | 0 | 101111 | 101111 | 10000100 | 101001 | 100101 |
Color Harmonies of #388748
Complementary color
Monochromatic Colors of #388748
Black with #388748
Text Example
Text Example
White with #388748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388748; }
p { color: rgb(56,135,72); }
H1.HeaderClassName
{
color: #388748;
}
.AnyTagClassName
{
color: #388748;
}
</style>
background-color css
<style>
a { background-color: #388748; }
a { background-color: rgb(56,135,72); }
div.DivClassName
{
background-color: #388748;
}
.BgClassName
{
background-color: #388748;
}
</style>
border-color css
<style>
span { border-color: #388748; }
span { border-color: rgb(56,135,72); }
td.TdClassName
{
border-color: #388748;
}
.TagClassName
{
border-color: #388748;
}
</style>