Shades of Amazon #388259
Tints of Amazon #388259
RGB
CMYK
RGB Variations
Color information
#388259 (or 0x388259) is known color: Amazon. HEX triplet: 38, 82 and 59. RGB value is (56,130,89). Sum of RGB (Red+Green+Blue) = 56+130+89=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #388259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388259 is #C77DA6. Grayscale: #676767. Windows color (decimal): -13073831 or 5866040. OLE color: 5866040.
HSL color Cylindrical-coordinate representation of color #388259: hue angle of 146.76º 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 #388259 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 89 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.49 |
| HSL | 146.76º | 0.4% | 0.36% | - |
| HSV(B) | 146.76º | 0.57% | 0.51% | - |
| XYZ | 11.42 | 17.53 | 12.23 | - |
| YUV | 103.2 | 119.98 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 89 | 0.57 | 0 | 0.32 | 0.49 | 146.76 | 0.4 | 0.36 |
| Hex | 38 | 82 | 59 | 39 | 0 | 20 | 31 | 93 | 28 | 24 |
| Octal | 70 | 202 | 131 | 71 | 0 | 40 | 61 | 223 | 50 | 44 |
| Binary | 111000 | 10000010 | 1011001 | 111001 | 0 | 100000 | 110001 | 10010011 | 101000 | 100100 |
Color Harmonies of #388259
Complementary color
Monochromatic Colors of #388259
Black with #388259
Text Example
Text Example
White with #388259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388259; }
p { color: rgb(56,130,89); }
H1.HeaderClassName
{
color: #388259;
}
.AnyTagClassName
{
color: #388259;
}
</style>
background-color css
<style>
a { background-color: #388259; }
a { background-color: rgb(56,130,89); }
div.DivClassName
{
background-color: #388259;
}
.BgClassName
{
background-color: #388259;
}
</style>
border-color css
<style>
span { border-color: #388259; }
span { border-color: rgb(56,130,89); }
td.TdClassName
{
border-color: #388259;
}
.TagClassName
{
border-color: #388259;
}
</style>