Shades of Amazon #3F8554
Tints of Amazon #3F8554
RGB
CMYK
RGB Variations
Color information
#3F8554 (or 0x3F8554) is known color: Amazon. HEX triplet: 3F, 85 and 54. RGB value is (63,133,84). Sum of RGB (Red+Green+Blue) = 63+133+84=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8554 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8554 is #C07AAB. Grayscale: #6A6A6A. Windows color (decimal): -12614316 or 5539135. OLE color: 5539135.
HSL color Cylindrical-coordinate representation of color #3F8554: hue angle of 138º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8554 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 133 | 84 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.48 |
| HSL | 138º | 0.36% | 0.38% | - |
| HSV(B) | 138º | 0.53% | 0.52% | - |
| XYZ | 12.04 | 18.47 | 11.32 | - |
| YUV | 106.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 84 | 0.53 | 0 | 0.37 | 0.48 | 138 | 0.36 | 0.38 |
| Hex | 3F | 85 | 54 | 35 | 0 | 25 | 30 | 8A | 24 | 26 |
| Octal | 77 | 205 | 124 | 65 | 0 | 45 | 60 | 212 | 44 | 46 |
| Binary | 111111 | 10000101 | 1010100 | 110101 | 0 | 100101 | 110000 | 10001010 | 100100 | 100110 |
Color Harmonies of #3F8554
Complementary color
Monochromatic Colors of #3F8554
Black with #3F8554
Text Example
Text Example
White with #3F8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8554; }
p { color: rgb(63,133,84); }
H1.HeaderClassName
{
color: #3F8554;
}
.AnyTagClassName
{
color: #3F8554;
}
</style>
background-color css
<style>
a { background-color: #3F8554; }
a { background-color: rgb(63,133,84); }
div.DivClassName
{
background-color: #3F8554;
}
.BgClassName
{
background-color: #3F8554;
}
</style>
border-color css
<style>
span { border-color: #3F8554; }
span { border-color: rgb(63,133,84); }
td.TdClassName
{
border-color: #3F8554;
}
.TagClassName
{
border-color: #3F8554;
}
</style>