Shades of Amazon #3F815D
Tints of Amazon #3F815D
RGB
CMYK
RGB Variations
Color information
#3F815D (or 0x3F815D) is known color: Amazon. HEX triplet: 3F, 81 and 5D. RGB value is (63,129,93). Sum of RGB (Red+Green+Blue) = 63+129+93=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #3F815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F815D is #C07EA2. Grayscale: #696969. Windows color (decimal): -12615331 or 6127935. OLE color: 6127935.
HSL color Cylindrical-coordinate representation of color #3F815D: hue angle of 147.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F815D is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 93 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.49 |
| HSL | 147.27º | 0.34% | 0.38% | - |
| HSV(B) | 147.27º | 0.51% | 0.51% | - |
| XYZ | 11.88 | 17.55 | 13.12 | - |
| YUV | 105.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 93 | 0.51 | 0 | 0.28 | 0.49 | 147.27 | 0.34 | 0.38 |
| Hex | 3F | 81 | 5D | 33 | 0 | 1C | 31 | 93 | 22 | 26 |
| Octal | 77 | 201 | 135 | 63 | 0 | 34 | 61 | 223 | 42 | 46 |
| Binary | 111111 | 10000001 | 1011101 | 110011 | 0 | 11100 | 110001 | 10010011 | 100010 | 100110 |
Color Harmonies of #3F815D
Complementary color
Monochromatic Colors of #3F815D
Black with #3F815D
Text Example
Text Example
White with #3F815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F815D; }
p { color: rgb(63,129,93); }
H1.HeaderClassName
{
color: #3F815D;
}
.AnyTagClassName
{
color: #3F815D;
}
</style>
background-color css
<style>
a { background-color: #3F815D; }
a { background-color: rgb(63,129,93); }
div.DivClassName
{
background-color: #3F815D;
}
.BgClassName
{
background-color: #3F815D;
}
</style>
border-color css
<style>
span { border-color: #3F815D; }
span { border-color: rgb(63,129,93); }
td.TdClassName
{
border-color: #3F815D;
}
.TagClassName
{
border-color: #3F815D;
}
</style>