Shades of Amazon #388556
Tints of Amazon #388556
RGB
CMYK
RGB Variations
Color information
#388556 (or 0x388556) is known color: Amazon. HEX triplet: 38, 85 and 56. RGB value is (56,133,86). Sum of RGB (Red+Green+Blue) = 56+133+86=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #388556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388556 is #C77AA9. Grayscale: #686868. Windows color (decimal): -13073066 or 5670200. OLE color: 5670200.
HSL color Cylindrical-coordinate representation of color #388556: hue angle of 143.38º 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 #388556 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 86 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.48 |
| HSL | 143.38º | 0.41% | 0.37% | - |
| HSV(B) | 143.38º | 0.58% | 0.52% | - |
| XYZ | 11.7 | 18.29 | 11.72 | - |
| YUV | 104.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 86 | 0.58 | 0 | 0.35 | 0.48 | 143.38 | 0.41 | 0.37 |
| Hex | 38 | 85 | 56 | 3A | 0 | 23 | 30 | 8F | 29 | 25 |
| Octal | 70 | 205 | 126 | 72 | 0 | 43 | 60 | 217 | 51 | 45 |
| Binary | 111000 | 10000101 | 1010110 | 111010 | 0 | 100011 | 110000 | 10001111 | 101001 | 100101 |
Color Harmonies of #388556
Complementary color
Monochromatic Colors of #388556
Black with #388556
Text Example
Text Example
White with #388556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388556; }
p { color: rgb(56,133,86); }
H1.HeaderClassName
{
color: #388556;
}
.AnyTagClassName
{
color: #388556;
}
</style>
background-color css
<style>
a { background-color: #388556; }
a { background-color: rgb(56,133,86); }
div.DivClassName
{
background-color: #388556;
}
.BgClassName
{
background-color: #388556;
}
</style>
border-color css
<style>
span { border-color: #388556; }
span { border-color: rgb(56,133,86); }
td.TdClassName
{
border-color: #388556;
}
.TagClassName
{
border-color: #388556;
}
</style>