Shades of Amazon #3F7A58
Tints of Amazon #3F7A58
RGB
CMYK
RGB Variations
Color information
#3F7A58 (or 0x3F7A58) is known color: Amazon. HEX triplet: 3F, 7A and 58. RGB value is (63,122,88). Sum of RGB (Red+Green+Blue) = 63+122+88=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A58 is #C085A7. Grayscale: #646464. Windows color (decimal): -12617128 or 5798463. OLE color: 5798463.
HSL color Cylindrical-coordinate representation of color #3F7A58: hue angle of 145.42º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A58 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 88 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.52 |
| HSL | 145.42º | 0.32% | 0.36% | - |
| HSV(B) | 145.42º | 0.48% | 0.48% | - |
| XYZ | 10.77 | 15.68 | 11.69 | - |
| YUV | 100.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 88 | 0.48 | 0 | 0.28 | 0.52 | 145.42 | 0.32 | 0.36 |
| Hex | 3F | 7A | 58 | 30 | 0 | 1C | 34 | 91 | 20 | 24 |
| Octal | 77 | 172 | 130 | 60 | 0 | 34 | 64 | 221 | 40 | 44 |
| Binary | 111111 | 1111010 | 1011000 | 110000 | 0 | 11100 | 110100 | 10010001 | 100000 | 100100 |
Color Harmonies of #3F7A58
Complementary color
Monochromatic Colors of #3F7A58
Black with #3F7A58
Text Example
Text Example
White with #3F7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A58; }
p { color: rgb(63,122,88); }
H1.HeaderClassName
{
color: #3F7A58;
}
.AnyTagClassName
{
color: #3F7A58;
}
</style>
background-color css
<style>
a { background-color: #3F7A58; }
a { background-color: rgb(63,122,88); }
div.DivClassName
{
background-color: #3F7A58;
}
.BgClassName
{
background-color: #3F7A58;
}
</style>
border-color css
<style>
span { border-color: #3F7A58; }
span { border-color: rgb(63,122,88); }
td.TdClassName
{
border-color: #3F7A58;
}
.TagClassName
{
border-color: #3F7A58;
}
</style>