Shades of Amazon #387F4B
Tints of Amazon #387F4B
RGB
CMYK
RGB Variations
Color information
#387F4B (or 0x387F4B) is known color: Amazon. HEX triplet: 38, 7F and 4B. RGB value is (56,127,75). Sum of RGB (Red+Green+Blue) = 56+127+75=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #387F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F4B is #C780B4. Grayscale: #636363. Windows color (decimal): -13074613 or 4947768. OLE color: 4947768.
HSL color Cylindrical-coordinate representation of color #387F4B: hue angle of 136.06º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F4B is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 127 | 75 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.50 |
| HSL | 136.06º | 0.39% | 0.36% | - |
| HSV(B) | 136.06º | 0.56% | 0.5% | - |
| XYZ | 10.49 | 16.53 | 9.29 | - |
| YUV | 99.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 75 | 0.56 | 0 | 0.41 | 0.50 | 136.06 | 0.39 | 0.36 |
| Hex | 38 | 7F | 4B | 38 | 0 | 29 | 32 | 88 | 27 | 24 |
| Octal | 70 | 177 | 113 | 70 | 0 | 51 | 62 | 210 | 47 | 44 |
| Binary | 111000 | 1111111 | 1001011 | 111000 | 0 | 101001 | 110010 | 10001000 | 100111 | 100100 |
Color Harmonies of #387F4B
Complementary color
Monochromatic Colors of #387F4B
Black with #387F4B
Text Example
Text Example
White with #387F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F4B; }
p { color: rgb(56,127,75); }
H1.HeaderClassName
{
color: #387F4B;
}
.AnyTagClassName
{
color: #387F4B;
}
</style>
background-color css
<style>
a { background-color: #387F4B; }
a { background-color: rgb(56,127,75); }
div.DivClassName
{
background-color: #387F4B;
}
.BgClassName
{
background-color: #387F4B;
}
</style>
border-color css
<style>
span { border-color: #387F4B; }
span { border-color: rgb(56,127,75); }
td.TdClassName
{
border-color: #387F4B;
}
.TagClassName
{
border-color: #387F4B;
}
</style>