Shades of Amazon #3F8753
Tints of Amazon #3F8753
RGB
CMYK
RGB Variations
Color information
#3F8753 (or 0x3F8753) is known color: Amazon. HEX triplet: 3F, 87 and 53. RGB value is (63,135,83). Sum of RGB (Red+Green+Blue) = 63+135+83=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8753 is #C078AC. Grayscale: #6B6B6B. Windows color (decimal): -12613805 or 5474111. OLE color: 5474111.
HSL color Cylindrical-coordinate representation of color #3F8753: hue angle of 136.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8753 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 83 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.47 |
| HSL | 136.67º | 0.36% | 0.39% | - |
| HSV(B) | 136.67º | 0.53% | 0.53% | - |
| XYZ | 12.28 | 19.01 | 11.21 | - |
| YUV | 107.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 83 | 0.53 | 0 | 0.39 | 0.47 | 136.67 | 0.36 | 0.39 |
| Hex | 3F | 87 | 53 | 35 | 0 | 27 | 2F | 89 | 24 | 27 |
| Octal | 77 | 207 | 123 | 65 | 0 | 47 | 57 | 211 | 44 | 47 |
| Binary | 111111 | 10000111 | 1010011 | 110101 | 0 | 100111 | 101111 | 10001001 | 100100 | 100111 |
Color Harmonies of #3F8753
Complementary color
Monochromatic Colors of #3F8753
Black with #3F8753
Text Example
Text Example
White with #3F8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8753; }
p { color: rgb(63,135,83); }
H1.HeaderClassName
{
color: #3F8753;
}
.AnyTagClassName
{
color: #3F8753;
}
</style>
background-color css
<style>
a { background-color: #3F8753; }
a { background-color: rgb(63,135,83); }
div.DivClassName
{
background-color: #3F8753;
}
.BgClassName
{
background-color: #3F8753;
}
</style>
border-color css
<style>
span { border-color: #3F8753; }
span { border-color: rgb(63,135,83); }
td.TdClassName
{
border-color: #3F8753;
}
.TagClassName
{
border-color: #3F8753;
}
</style>