Shades of Amazon #387258
Tints of Amazon #387258
RGB
CMYK
RGB Variations
Color information
#387258 (or 0x387258) is known color: Amazon. HEX triplet: 38, 72 and 58. RGB value is (56,114,88). Sum of RGB (Red+Green+Blue) = 56+114+88=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #387258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387258 is #C78DA7. Grayscale: #5D5D5D. Windows color (decimal): -13077928 or 5796408. OLE color: 5796408.
HSL color Cylindrical-coordinate representation of color #387258: hue angle of 153.1º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387258 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 88 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.55 |
| HSL | 153.1º | 0.34% | 0.33% | - |
| HSV(B) | 153.1º | 0.51% | 0.45% | - |
| XYZ | 9.41 | 13.58 | 11.36 | - |
| YUV | 93.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 88 | 0.51 | 0 | 0.23 | 0.55 | 153.1 | 0.34 | 0.33 |
| Hex | 38 | 72 | 58 | 33 | 0 | 17 | 37 | 99 | 22 | 21 |
| Octal | 70 | 162 | 130 | 63 | 0 | 27 | 67 | 231 | 42 | 41 |
| Binary | 111000 | 1110010 | 1011000 | 110011 | 0 | 10111 | 110111 | 10011001 | 100010 | 100001 |
Color Harmonies of #387258
Complementary color
Monochromatic Colors of #387258
Black with #387258
Text Example
Text Example
White with #387258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387258; }
p { color: rgb(56,114,88); }
H1.HeaderClassName
{
color: #387258;
}
.AnyTagClassName
{
color: #387258;
}
</style>
background-color css
<style>
a { background-color: #387258; }
a { background-color: rgb(56,114,88); }
div.DivClassName
{
background-color: #387258;
}
.BgClassName
{
background-color: #387258;
}
</style>
border-color css
<style>
span { border-color: #387258; }
span { border-color: rgb(56,114,88); }
td.TdClassName
{
border-color: #387258;
}
.TagClassName
{
border-color: #387258;
}
</style>