Shades of Amazon #3F875B
Tints of Amazon #3F875B
RGB
CMYK
RGB Variations
Color information
#3F875B (or 0x3F875B) is known color: Amazon. HEX triplet: 3F, 87 and 5B. RGB value is (63,135,91). Sum of RGB (Red+Green+Blue) = 63+135+91=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #3F875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F875B is #C078A4. Grayscale: #6C6C6C. Windows color (decimal): -12613797 or 5998399. OLE color: 5998399.
HSL color Cylindrical-coordinate representation of color #3F875B: hue angle of 143.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F875B is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 91 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.47 |
| HSL | 143.33º | 0.36% | 0.39% | - |
| HSV(B) | 143.33º | 0.53% | 0.53% | - |
| XYZ | 12.6 | 19.14 | 12.93 | - |
| YUV | 108.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 91 | 0.53 | 0 | 0.33 | 0.47 | 143.33 | 0.36 | 0.39 |
| Hex | 3F | 87 | 5B | 35 | 0 | 21 | 2F | 8F | 24 | 27 |
| Octal | 77 | 207 | 133 | 65 | 0 | 41 | 57 | 217 | 44 | 47 |
| Binary | 111111 | 10000111 | 1011011 | 110101 | 0 | 100001 | 101111 | 10001111 | 100100 | 100111 |
Color Harmonies of #3F875B
Complementary color
Monochromatic Colors of #3F875B
Black with #3F875B
Text Example
Text Example
White with #3F875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F875B; }
p { color: rgb(63,135,91); }
H1.HeaderClassName
{
color: #3F875B;
}
.AnyTagClassName
{
color: #3F875B;
}
</style>
background-color css
<style>
a { background-color: #3F875B; }
a { background-color: rgb(63,135,91); }
div.DivClassName
{
background-color: #3F875B;
}
.BgClassName
{
background-color: #3F875B;
}
</style>
border-color css
<style>
span { border-color: #3F875B; }
span { border-color: rgb(63,135,91); }
td.TdClassName
{
border-color: #3F875B;
}
.TagClassName
{
border-color: #3F875B;
}
</style>