Shades of Amazon #3F8958
Tints of Amazon #3F8958
RGB
CMYK
RGB Variations
Color information
#3F8958 (or 0x3F8958) is known color: Amazon. HEX triplet: 3F, 89 and 58. RGB value is (63,137,88). Sum of RGB (Red+Green+Blue) = 63+137+88=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8958 is #C076A7. Grayscale: #6D6D6D. Windows color (decimal): -12613288 or 5802303. OLE color: 5802303.
HSL color Cylindrical-coordinate representation of color #3F8958: hue angle of 140.27º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8958 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 88 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.46 |
| HSL | 140.27º | 0.37% | 0.39% | - |
| HSV(B) | 140.27º | 0.54% | 0.54% | - |
| XYZ | 12.76 | 19.65 | 12.35 | - |
| YUV | 109.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 88 | 0.54 | 0 | 0.36 | 0.46 | 140.27 | 0.37 | 0.39 |
| Hex | 3F | 89 | 58 | 36 | 0 | 24 | 2E | 8C | 25 | 27 |
| Octal | 77 | 211 | 130 | 66 | 0 | 44 | 56 | 214 | 45 | 47 |
| Binary | 111111 | 10001001 | 1011000 | 110110 | 0 | 100100 | 101110 | 10001100 | 100101 | 100111 |
Color Harmonies of #3F8958
Complementary color
Monochromatic Colors of #3F8958
Black with #3F8958
Text Example
Text Example
White with #3F8958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8958; }
p { color: rgb(63,137,88); }
H1.HeaderClassName
{
color: #3F8958;
}
.AnyTagClassName
{
color: #3F8958;
}
</style>
background-color css
<style>
a { background-color: #3F8958; }
a { background-color: rgb(63,137,88); }
div.DivClassName
{
background-color: #3F8958;
}
.BgClassName
{
background-color: #3F8958;
}
</style>
border-color css
<style>
span { border-color: #3F8958; }
span { border-color: rgb(63,137,88); }
td.TdClassName
{
border-color: #3F8958;
}
.TagClassName
{
border-color: #3F8958;
}
</style>