Shades of Amazon #387152
Tints of Amazon #387152
RGB
CMYK
RGB Variations
Color information
#387152 (or 0x387152) is known color: Amazon. HEX triplet: 38, 71 and 52. RGB value is (56,113,82). Sum of RGB (Red+Green+Blue) = 56+113+82=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #387152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387152 is #C78EAD. Grayscale: #5C5C5C. Windows color (decimal): -13078190 or 5402936. OLE color: 5402936.
HSL color Cylindrical-coordinate representation of color #387152: hue angle of 147.37º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387152 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 82 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.56 |
| HSL | 147.37º | 0.34% | 0.33% | - |
| HSV(B) | 147.37º | 0.5% | 0.44% | - |
| XYZ | 9.06 | 13.26 | 10.06 | - |
| YUV | 92.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 82 | 0.50 | 0 | 0.27 | 0.56 | 147.37 | 0.34 | 0.33 |
| Hex | 38 | 71 | 52 | 32 | 0 | 1B | 38 | 93 | 22 | 21 |
| Octal | 70 | 161 | 122 | 62 | 0 | 33 | 70 | 223 | 42 | 41 |
| Binary | 111000 | 1110001 | 1010010 | 110010 | 0 | 11011 | 111000 | 10010011 | 100010 | 100001 |
Color Harmonies of #387152
Complementary color
Monochromatic Colors of #387152
Black with #387152
Text Example
Text Example
White with #387152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387152; }
p { color: rgb(56,113,82); }
H1.HeaderClassName
{
color: #387152;
}
.AnyTagClassName
{
color: #387152;
}
</style>
background-color css
<style>
a { background-color: #387152; }
a { background-color: rgb(56,113,82); }
div.DivClassName
{
background-color: #387152;
}
.BgClassName
{
background-color: #387152;
}
</style>
border-color css
<style>
span { border-color: #387152; }
span { border-color: rgb(56,113,82); }
td.TdClassName
{
border-color: #387152;
}
.TagClassName
{
border-color: #387152;
}
</style>