Shades of Amazon #388255
Tints of Amazon #388255
RGB
CMYK
RGB Variations
Color information
#388255 (or 0x388255) is known color: Amazon. HEX triplet: 38, 82 and 55. RGB value is (56,130,85). Sum of RGB (Red+Green+Blue) = 56+130+85=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #388255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388255 is #C77DAA. Grayscale: #666666. Windows color (decimal): -13073835 or 5603896. OLE color: 5603896.
HSL color Cylindrical-coordinate representation of color #388255: hue angle of 143.51º 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 #388255 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 85 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.49 |
| HSL | 143.51º | 0.4% | 0.36% | - |
| HSV(B) | 143.51º | 0.57% | 0.51% | - |
| XYZ | 11.25 | 17.46 | 11.37 | - |
| YUV | 102.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 85 | 0.57 | 0 | 0.35 | 0.49 | 143.51 | 0.4 | 0.36 |
| Hex | 38 | 82 | 55 | 39 | 0 | 23 | 31 | 90 | 28 | 24 |
| Octal | 70 | 202 | 125 | 71 | 0 | 43 | 61 | 220 | 50 | 44 |
| Binary | 111000 | 10000010 | 1010101 | 111001 | 0 | 100011 | 110001 | 10010000 | 101000 | 100100 |
Color Harmonies of #388255
Complementary color
Monochromatic Colors of #388255
Black with #388255
Text Example
Text Example
White with #388255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388255; }
p { color: rgb(56,130,85); }
H1.HeaderClassName
{
color: #388255;
}
.AnyTagClassName
{
color: #388255;
}
</style>
background-color css
<style>
a { background-color: #388255; }
a { background-color: rgb(56,130,85); }
div.DivClassName
{
background-color: #388255;
}
.BgClassName
{
background-color: #388255;
}
</style>
border-color css
<style>
span { border-color: #388255; }
span { border-color: rgb(56,130,85); }
td.TdClassName
{
border-color: #388255;
}
.TagClassName
{
border-color: #388255;
}
</style>