Shades of Amazon #38714E
Tints of Amazon #38714E
RGB
CMYK
RGB Variations
Color information
#38714E (or 0x38714E) is known color: Amazon. HEX triplet: 38, 71 and 4E. RGB value is (56,113,78). Sum of RGB (Red+Green+Blue) = 56+113+78=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #38714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38714E is #C78EB1. Grayscale: #5C5C5C. Windows color (decimal): -13078194 or 5140792. OLE color: 5140792.
HSL color Cylindrical-coordinate representation of color #38714E: hue angle of 143.16º 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 #38714E is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 78 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.56 |
| HSL | 143.16º | 0.34% | 0.33% | - |
| HSV(B) | 143.16º | 0.5% | 0.44% | - |
| XYZ | 8.91 | 13.2 | 9.29 | - |
| YUV | 91.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 78 | 0.50 | 0 | 0.31 | 0.56 | 143.16 | 0.34 | 0.33 |
| Hex | 38 | 71 | 4E | 32 | 0 | 1F | 38 | 8F | 22 | 21 |
| Octal | 70 | 161 | 116 | 62 | 0 | 37 | 70 | 217 | 42 | 41 |
| Binary | 111000 | 1110001 | 1001110 | 110010 | 0 | 11111 | 111000 | 10001111 | 100010 | 100001 |
Color Harmonies of #38714E
Complementary color
Monochromatic Colors of #38714E
Black with #38714E
Text Example
Text Example
White with #38714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38714E; }
p { color: rgb(56,113,78); }
H1.HeaderClassName
{
color: #38714E;
}
.AnyTagClassName
{
color: #38714E;
}
</style>
background-color css
<style>
a { background-color: #38714E; }
a { background-color: rgb(56,113,78); }
div.DivClassName
{
background-color: #38714E;
}
.BgClassName
{
background-color: #38714E;
}
</style>
border-color css
<style>
span { border-color: #38714E; }
span { border-color: rgb(56,113,78); }
td.TdClassName
{
border-color: #38714E;
}
.TagClassName
{
border-color: #38714E;
}
</style>