Shades of Amazon #3F825F
Tints of Amazon #3F825F
RGB
CMYK
RGB Variations
Color information
#3F825F (or 0x3F825F) is known color: Amazon. HEX triplet: 3F, 82 and 5F. RGB value is (63,130,95). Sum of RGB (Red+Green+Blue) = 63+130+95=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #3F825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F825F is #C07DA0. Grayscale: #6A6A6A. Windows color (decimal): -12615073 or 6259263. OLE color: 6259263.
HSL color Cylindrical-coordinate representation of color #3F825F: hue angle of 148.66º 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 #3F825F is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 95 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.49 |
| HSL | 148.66º | 0.35% | 0.38% | - |
| HSV(B) | 148.66º | 0.52% | 0.51% | - |
| XYZ | 12.1 | 17.85 | 13.63 | - |
| YUV | 105.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 95 | 0.52 | 0 | 0.27 | 0.49 | 148.66 | 0.35 | 0.38 |
| Hex | 3F | 82 | 5F | 34 | 0 | 1B | 31 | 95 | 23 | 26 |
| Octal | 77 | 202 | 137 | 64 | 0 | 33 | 61 | 225 | 43 | 46 |
| Binary | 111111 | 10000010 | 1011111 | 110100 | 0 | 11011 | 110001 | 10010101 | 100011 | 100110 |
Color Harmonies of #3F825F
Complementary color
Monochromatic Colors of #3F825F
Black with #3F825F
Text Example
Text Example
White with #3F825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F825F; }
p { color: rgb(63,130,95); }
H1.HeaderClassName
{
color: #3F825F;
}
.AnyTagClassName
{
color: #3F825F;
}
</style>
background-color css
<style>
a { background-color: #3F825F; }
a { background-color: rgb(63,130,95); }
div.DivClassName
{
background-color: #3F825F;
}
.BgClassName
{
background-color: #3F825F;
}
</style>
border-color css
<style>
span { border-color: #3F825F; }
span { border-color: rgb(63,130,95); }
td.TdClassName
{
border-color: #3F825F;
}
.TagClassName
{
border-color: #3F825F;
}
</style>