Shades of Amazon #3F825B
Tints of Amazon #3F825B
RGB
CMYK
RGB Variations
Color information
#3F825B (or 0x3F825B) is known color: Amazon. HEX triplet: 3F, 82 and 5B. RGB value is (63,130,91). Sum of RGB (Red+Green+Blue) = 63+130+91=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #3F825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F825B is #C07DA4. Grayscale: #696969. Windows color (decimal): -12615077 or 5997119. OLE color: 5997119.
HSL color Cylindrical-coordinate representation of color #3F825B: hue angle of 145.07º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F825B is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 91 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.49 |
| HSL | 145.07º | 0.35% | 0.38% | - |
| HSV(B) | 145.07º | 0.52% | 0.51% | - |
| XYZ | 11.92 | 17.78 | 12.7 | - |
| YUV | 105.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 91 | 0.52 | 0 | 0.30 | 0.49 | 145.07 | 0.35 | 0.38 |
| Hex | 3F | 82 | 5B | 34 | 0 | 1E | 31 | 91 | 23 | 26 |
| Octal | 77 | 202 | 133 | 64 | 0 | 36 | 61 | 221 | 43 | 46 |
| Binary | 111111 | 10000010 | 1011011 | 110100 | 0 | 11110 | 110001 | 10010001 | 100011 | 100110 |
Color Harmonies of #3F825B
Complementary color
Monochromatic Colors of #3F825B
Black with #3F825B
Text Example
Text Example
White with #3F825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F825B; }
p { color: rgb(63,130,91); }
H1.HeaderClassName
{
color: #3F825B;
}
.AnyTagClassName
{
color: #3F825B;
}
</style>
background-color css
<style>
a { background-color: #3F825B; }
a { background-color: rgb(63,130,91); }
div.DivClassName
{
background-color: #3F825B;
}
.BgClassName
{
background-color: #3F825B;
}
</style>
border-color css
<style>
span { border-color: #3F825B; }
span { border-color: rgb(63,130,91); }
td.TdClassName
{
border-color: #3F825B;
}
.TagClassName
{
border-color: #3F825B;
}
</style>