Shades of Amazon #38874D
Tints of Amazon #38874D
RGB
CMYK
RGB Variations
Color information
#38874D (or 0x38874D) is known color: Amazon. HEX triplet: 38, 87 and 4D. RGB value is (56,135,77). Sum of RGB (Red+Green+Blue) = 56+135+77=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #38874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38874D is #C778B2. Grayscale: #686868. Windows color (decimal): -13072563 or 5080888. OLE color: 5080888.
HSL color Cylindrical-coordinate representation of color #38874D: hue angle of 135.95º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38874D is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 77 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.47 |
| HSL | 135.95º | 0.41% | 0.37% | - |
| HSV(B) | 135.95º | 0.59% | 0.53% | - |
| XYZ | 11.63 | 18.7 | 10.02 | - |
| YUV | 104.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 77 | 0.59 | 0 | 0.43 | 0.47 | 135.95 | 0.41 | 0.37 |
| Hex | 38 | 87 | 4D | 3B | 0 | 2B | 2F | 88 | 29 | 25 |
| Octal | 70 | 207 | 115 | 73 | 0 | 53 | 57 | 210 | 51 | 45 |
| Binary | 111000 | 10000111 | 1001101 | 111011 | 0 | 101011 | 101111 | 10001000 | 101001 | 100101 |
Color Harmonies of #38874D
Complementary color
Monochromatic Colors of #38874D
Black with #38874D
Text Example
Text Example
White with #38874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38874D; }
p { color: rgb(56,135,77); }
H1.HeaderClassName
{
color: #38874D;
}
.AnyTagClassName
{
color: #38874D;
}
</style>
background-color css
<style>
a { background-color: #38874D; }
a { background-color: rgb(56,135,77); }
div.DivClassName
{
background-color: #38874D;
}
.BgClassName
{
background-color: #38874D;
}
</style>
border-color css
<style>
span { border-color: #38874D; }
span { border-color: rgb(56,135,77); }
td.TdClassName
{
border-color: #38874D;
}
.TagClassName
{
border-color: #38874D;
}
</style>