Shades of Amazon #3F875D
Tints of Amazon #3F875D
RGB
CMYK
RGB Variations
Color information
#3F875D (or 0x3F875D) is known color: Amazon. HEX triplet: 3F, 87 and 5D. RGB value is (63,135,93). Sum of RGB (Red+Green+Blue) = 63+135+93=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #3F875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F875D is #C078A2. Grayscale: #6C6C6C. Windows color (decimal): -12613795 or 6129471. OLE color: 6129471.
HSL color Cylindrical-coordinate representation of color #3F875D: hue angle of 145º 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 #3F875D is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 93 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.47 |
| HSL | 145º | 0.36% | 0.39% | - |
| HSV(B) | 145º | 0.53% | 0.53% | - |
| XYZ | 12.69 | 19.18 | 13.39 | - |
| YUV | 108.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 93 | 0.53 | 0 | 0.31 | 0.47 | 145 | 0.36 | 0.39 |
| Hex | 3F | 87 | 5D | 35 | 0 | 1F | 2F | 91 | 24 | 27 |
| Octal | 77 | 207 | 135 | 65 | 0 | 37 | 57 | 221 | 44 | 47 |
| Binary | 111111 | 10000111 | 1011101 | 110101 | 0 | 11111 | 101111 | 10010001 | 100100 | 100111 |
Color Harmonies of #3F875D
Complementary color
Monochromatic Colors of #3F875D
Black with #3F875D
Text Example
Text Example
White with #3F875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F875D; }
p { color: rgb(63,135,93); }
H1.HeaderClassName
{
color: #3F875D;
}
.AnyTagClassName
{
color: #3F875D;
}
</style>
background-color css
<style>
a { background-color: #3F875D; }
a { background-color: rgb(63,135,93); }
div.DivClassName
{
background-color: #3F875D;
}
.BgClassName
{
background-color: #3F875D;
}
</style>
border-color css
<style>
span { border-color: #3F875D; }
span { border-color: rgb(63,135,93); }
td.TdClassName
{
border-color: #3F875D;
}
.TagClassName
{
border-color: #3F875D;
}
</style>