Shades of Amazon #3F825C
Tints of Amazon #3F825C
RGB
CMYK
RGB Variations
Color information
#3F825C (or 0x3F825C) is known color: Amazon. HEX triplet: 3F, 82 and 5C. RGB value is (63,130,92). Sum of RGB (Red+Green+Blue) = 63+130+92=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #3F825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F825C is #C07DA3. Grayscale: #696969. Windows color (decimal): -12615076 or 6062655. OLE color: 6062655.
HSL color Cylindrical-coordinate representation of color #3F825C: hue angle of 145.97º 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 #3F825C is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 92 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.49 |
| HSL | 145.97º | 0.35% | 0.38% | - |
| HSV(B) | 145.97º | 0.52% | 0.51% | - |
| XYZ | 11.96 | 17.79 | 12.93 | - |
| YUV | 105.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 92 | 0.52 | 0 | 0.29 | 0.49 | 145.97 | 0.35 | 0.38 |
| Hex | 3F | 82 | 5C | 34 | 0 | 1D | 31 | 92 | 23 | 26 |
| Octal | 77 | 202 | 134 | 64 | 0 | 35 | 61 | 222 | 43 | 46 |
| Binary | 111111 | 10000010 | 1011100 | 110100 | 0 | 11101 | 110001 | 10010010 | 100011 | 100110 |
Color Harmonies of #3F825C
Complementary color
Monochromatic Colors of #3F825C
Black with #3F825C
Text Example
Text Example
White with #3F825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F825C; }
p { color: rgb(63,130,92); }
H1.HeaderClassName
{
color: #3F825C;
}
.AnyTagClassName
{
color: #3F825C;
}
</style>
background-color css
<style>
a { background-color: #3F825C; }
a { background-color: rgb(63,130,92); }
div.DivClassName
{
background-color: #3F825C;
}
.BgClassName
{
background-color: #3F825C;
}
</style>
border-color css
<style>
span { border-color: #3F825C; }
span { border-color: rgb(63,130,92); }
td.TdClassName
{
border-color: #3F825C;
}
.TagClassName
{
border-color: #3F825C;
}
</style>