Shades of Amazon #388555
Tints of Amazon #388555
RGB
CMYK
RGB Variations
Color information
#388555 (or 0x388555) is known color: Amazon. HEX triplet: 38, 85 and 55. RGB value is (56,133,85). Sum of RGB (Red+Green+Blue) = 56+133+85=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #388555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388555 is #C77AAA. Grayscale: #686868. Windows color (decimal): -13073067 or 5604664. OLE color: 5604664.
HSL color Cylindrical-coordinate representation of color #388555: hue angle of 142.6º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388555 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 85 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.48 |
| HSL | 142.6º | 0.41% | 0.37% | - |
| HSV(B) | 142.6º | 0.58% | 0.52% | - |
| XYZ | 11.66 | 18.27 | 11.51 | - |
| YUV | 104.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 85 | 0.58 | 0 | 0.36 | 0.48 | 142.6 | 0.41 | 0.37 |
| Hex | 38 | 85 | 55 | 3A | 0 | 24 | 30 | 8F | 29 | 25 |
| Octal | 70 | 205 | 125 | 72 | 0 | 44 | 60 | 217 | 51 | 45 |
| Binary | 111000 | 10000101 | 1010101 | 111010 | 0 | 100100 | 110000 | 10001111 | 101001 | 100101 |
Color Harmonies of #388555
Complementary color
Monochromatic Colors of #388555
Black with #388555
Text Example
Text Example
White with #388555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388555; }
p { color: rgb(56,133,85); }
H1.HeaderClassName
{
color: #388555;
}
.AnyTagClassName
{
color: #388555;
}
</style>
background-color css
<style>
a { background-color: #388555; }
a { background-color: rgb(56,133,85); }
div.DivClassName
{
background-color: #388555;
}
.BgClassName
{
background-color: #388555;
}
</style>
border-color css
<style>
span { border-color: #388555; }
span { border-color: rgb(56,133,85); }
td.TdClassName
{
border-color: #388555;
}
.TagClassName
{
border-color: #388555;
}
</style>