Shades of Amazon #3F825A
Tints of Amazon #3F825A
RGB
CMYK
RGB Variations
Color information
#3F825A (or 0x3F825A) is known color: Amazon. HEX triplet: 3F, 82 and 5A. RGB value is (63,130,90). Sum of RGB (Red+Green+Blue) = 63+130+90=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #3F825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F825A is #C07DA5. Grayscale: #696969. Windows color (decimal): -12615078 or 5931583. OLE color: 5931583.
HSL color Cylindrical-coordinate representation of color #3F825A: hue angle of 144.18º 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 #3F825A is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 90 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.49 |
| HSL | 144.18º | 0.35% | 0.38% | - |
| HSV(B) | 144.18º | 0.52% | 0.51% | - |
| XYZ | 11.88 | 17.76 | 12.47 | - |
| YUV | 105.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 90 | 0.52 | 0 | 0.31 | 0.49 | 144.18 | 0.35 | 0.38 |
| Hex | 3F | 82 | 5A | 34 | 0 | 1F | 31 | 90 | 23 | 26 |
| Octal | 77 | 202 | 132 | 64 | 0 | 37 | 61 | 220 | 43 | 46 |
| Binary | 111111 | 10000010 | 1011010 | 110100 | 0 | 11111 | 110001 | 10010000 | 100011 | 100110 |
Color Harmonies of #3F825A
Complementary color
Monochromatic Colors of #3F825A
Black with #3F825A
Text Example
Text Example
White with #3F825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F825A; }
p { color: rgb(63,130,90); }
H1.HeaderClassName
{
color: #3F825A;
}
.AnyTagClassName
{
color: #3F825A;
}
</style>
background-color css
<style>
a { background-color: #3F825A; }
a { background-color: rgb(63,130,90); }
div.DivClassName
{
background-color: #3F825A;
}
.BgClassName
{
background-color: #3F825A;
}
</style>
border-color css
<style>
span { border-color: #3F825A; }
span { border-color: rgb(63,130,90); }
td.TdClassName
{
border-color: #3F825A;
}
.TagClassName
{
border-color: #3F825A;
}
</style>