Shades of Amazon #3F8454
Tints of Amazon #3F8454
RGB
CMYK
RGB Variations
Color information
#3F8454 (or 0x3F8454) is known color: Amazon. HEX triplet: 3F, 84 and 54. RGB value is (63,132,84). Sum of RGB (Red+Green+Blue) = 63+132+84=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8454 is #C07BAB. Grayscale: #6A6A6A. Windows color (decimal): -12614572 or 5538879. OLE color: 5538879.
HSL color Cylindrical-coordinate representation of color #3F8454: hue angle of 138.26º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8454 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 132 | 84 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.48 |
| HSL | 138.26º | 0.35% | 0.38% | - |
| HSV(B) | 138.26º | 0.52% | 0.52% | - |
| XYZ | 11.9 | 18.2 | 11.27 | - |
| YUV | 105.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 84 | 0.52 | 0 | 0.36 | 0.48 | 138.26 | 0.35 | 0.38 |
| Hex | 3F | 84 | 54 | 34 | 0 | 24 | 30 | 8A | 23 | 26 |
| Octal | 77 | 204 | 124 | 64 | 0 | 44 | 60 | 212 | 43 | 46 |
| Binary | 111111 | 10000100 | 1010100 | 110100 | 0 | 100100 | 110000 | 10001010 | 100011 | 100110 |
Color Harmonies of #3F8454
Complementary color
Monochromatic Colors of #3F8454
Black with #3F8454
Text Example
Text Example
White with #3F8454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8454; }
p { color: rgb(63,132,84); }
H1.HeaderClassName
{
color: #3F8454;
}
.AnyTagClassName
{
color: #3F8454;
}
</style>
background-color css
<style>
a { background-color: #3F8454; }
a { background-color: rgb(63,132,84); }
div.DivClassName
{
background-color: #3F8454;
}
.BgClassName
{
background-color: #3F8454;
}
</style>
border-color css
<style>
span { border-color: #3F8454; }
span { border-color: rgb(63,132,84); }
td.TdClassName
{
border-color: #3F8454;
}
.TagClassName
{
border-color: #3F8454;
}
</style>