Shades of Amazon #3F815A
Tints of Amazon #3F815A
RGB
CMYK
RGB Variations
Color information
#3F815A (or 0x3F815A) is known color: Amazon. HEX triplet: 3F, 81 and 5A. RGB value is (63,129,90). Sum of RGB (Red+Green+Blue) = 63+129+90=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #3F815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F815A is #C07EA5. Grayscale: #686868. Windows color (decimal): -12615334 or 5931327. OLE color: 5931327.
HSL color Cylindrical-coordinate representation of color #3F815A: hue angle of 144.55º 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 #3F815A is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 90 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.49 |
| HSL | 144.55º | 0.34% | 0.38% | - |
| HSV(B) | 144.55º | 0.51% | 0.51% | - |
| XYZ | 11.75 | 17.5 | 12.43 | - |
| YUV | 104.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 90 | 0.51 | 0 | 0.30 | 0.49 | 144.55 | 0.34 | 0.38 |
| Hex | 3F | 81 | 5A | 33 | 0 | 1E | 31 | 91 | 22 | 26 |
| Octal | 77 | 201 | 132 | 63 | 0 | 36 | 61 | 221 | 42 | 46 |
| Binary | 111111 | 10000001 | 1011010 | 110011 | 0 | 11110 | 110001 | 10010001 | 100010 | 100110 |
Color Harmonies of #3F815A
Complementary color
Monochromatic Colors of #3F815A
Black with #3F815A
Text Example
Text Example
White with #3F815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F815A; }
p { color: rgb(63,129,90); }
H1.HeaderClassName
{
color: #3F815A;
}
.AnyTagClassName
{
color: #3F815A;
}
</style>
background-color css
<style>
a { background-color: #3F815A; }
a { background-color: rgb(63,129,90); }
div.DivClassName
{
background-color: #3F815A;
}
.BgClassName
{
background-color: #3F815A;
}
</style>
border-color css
<style>
span { border-color: #3F815A; }
span { border-color: rgb(63,129,90); }
td.TdClassName
{
border-color: #3F815A;
}
.TagClassName
{
border-color: #3F815A;
}
</style>