Shades of Amazon #387E4B
Tints of Amazon #387E4B
RGB
CMYK
RGB Variations
Color information
#387E4B (or 0x387E4B) is known color: Amazon. HEX triplet: 38, 7E and 4B. RGB value is (56,126,75). Sum of RGB (Red+Green+Blue) = 56+126+75=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #387E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E4B is #C781B4. Grayscale: #636363. Windows color (decimal): -13074869 or 4947512. OLE color: 4947512.
HSL color Cylindrical-coordinate representation of color #387E4B: hue angle of 136.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E4B is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 75 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.51 |
| HSL | 136.29º | 0.38% | 0.36% | - |
| HSV(B) | 136.29º | 0.56% | 0.49% | - |
| XYZ | 10.36 | 16.27 | 9.25 | - |
| YUV | 99.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 75 | 0.56 | 0 | 0.40 | 0.51 | 136.29 | 0.38 | 0.36 |
| Hex | 38 | 7E | 4B | 38 | 0 | 28 | 33 | 88 | 26 | 24 |
| Octal | 70 | 176 | 113 | 70 | 0 | 50 | 63 | 210 | 46 | 44 |
| Binary | 111000 | 1111110 | 1001011 | 111000 | 0 | 101000 | 110011 | 10001000 | 100110 | 100100 |
Color Harmonies of #387E4B
Complementary color
Monochromatic Colors of #387E4B
Black with #387E4B
Text Example
Text Example
White with #387E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E4B; }
p { color: rgb(56,126,75); }
H1.HeaderClassName
{
color: #387E4B;
}
.AnyTagClassName
{
color: #387E4B;
}
</style>
background-color css
<style>
a { background-color: #387E4B; }
a { background-color: rgb(56,126,75); }
div.DivClassName
{
background-color: #387E4B;
}
.BgClassName
{
background-color: #387E4B;
}
</style>
border-color css
<style>
span { border-color: #387E4B; }
span { border-color: rgb(56,126,75); }
td.TdClassName
{
border-color: #387E4B;
}
.TagClassName
{
border-color: #387E4B;
}
</style>