Shades of Amazon #388456
Tints of Amazon #388456
RGB
CMYK
RGB Variations
Color information
#388456 (or 0x388456) is known color: Amazon. HEX triplet: 38, 84 and 56. RGB value is (56,132,86). Sum of RGB (Red+Green+Blue) = 56+132+86=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #388456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388456 is #C77BA9. Grayscale: #686868. Windows color (decimal): -13073322 or 5669944. OLE color: 5669944.
HSL color Cylindrical-coordinate representation of color #388456: hue angle of 143.68º degrees, saturation: 0.4, 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 #388456 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 86 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.48 |
| HSL | 143.68º | 0.4% | 0.37% | - |
| HSV(B) | 143.68º | 0.58% | 0.52% | - |
| XYZ | 11.56 | 18.02 | 11.67 | - |
| YUV | 104.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 86 | 0.58 | 0 | 0.35 | 0.48 | 143.68 | 0.4 | 0.37 |
| Hex | 38 | 84 | 56 | 3A | 0 | 23 | 30 | 90 | 28 | 25 |
| Octal | 70 | 204 | 126 | 72 | 0 | 43 | 60 | 220 | 50 | 45 |
| Binary | 111000 | 10000100 | 1010110 | 111010 | 0 | 100011 | 110000 | 10010000 | 101000 | 100101 |
Color Harmonies of #388456
Complementary color
Monochromatic Colors of #388456
Black with #388456
Text Example
Text Example
White with #388456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388456; }
p { color: rgb(56,132,86); }
H1.HeaderClassName
{
color: #388456;
}
.AnyTagClassName
{
color: #388456;
}
</style>
background-color css
<style>
a { background-color: #388456; }
a { background-color: rgb(56,132,86); }
div.DivClassName
{
background-color: #388456;
}
.BgClassName
{
background-color: #388456;
}
</style>
border-color css
<style>
span { border-color: #388456; }
span { border-color: rgb(56,132,86); }
td.TdClassName
{
border-color: #388456;
}
.TagClassName
{
border-color: #388456;
}
</style>