Shades of Amazon #3F7A5C
Tints of Amazon #3F7A5C
RGB
CMYK
RGB Variations
Color information
#3F7A5C (or 0x3F7A5C) is known color: Amazon. HEX triplet: 3F, 7A and 5C. RGB value is (63,122,92). Sum of RGB (Red+Green+Blue) = 63+122+92=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A5C is #C085A3. Grayscale: #656565. Windows color (decimal): -12617124 or 6060607. OLE color: 6060607.
HSL color Cylindrical-coordinate representation of color #3F7A5C: hue angle of 149.49º 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 #3F7A5C is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 92 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.52 |
| HSL | 149.49º | 0.32% | 0.36% | - |
| HSV(B) | 149.49º | 0.48% | 0.48% | - |
| XYZ | 10.94 | 15.75 | 12.59 | - |
| YUV | 100.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 92 | 0.48 | 0 | 0.25 | 0.52 | 149.49 | 0.32 | 0.36 |
| Hex | 3F | 7A | 5C | 30 | 0 | 19 | 34 | 95 | 20 | 24 |
| Octal | 77 | 172 | 134 | 60 | 0 | 31 | 64 | 225 | 40 | 44 |
| Binary | 111111 | 1111010 | 1011100 | 110000 | 0 | 11001 | 110100 | 10010101 | 100000 | 100100 |
Color Harmonies of #3F7A5C
Complementary color
Monochromatic Colors of #3F7A5C
Black with #3F7A5C
Text Example
Text Example
White with #3F7A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A5C; }
p { color: rgb(63,122,92); }
H1.HeaderClassName
{
color: #3F7A5C;
}
.AnyTagClassName
{
color: #3F7A5C;
}
</style>
background-color css
<style>
a { background-color: #3F7A5C; }
a { background-color: rgb(63,122,92); }
div.DivClassName
{
background-color: #3F7A5C;
}
.BgClassName
{
background-color: #3F7A5C;
}
</style>
border-color css
<style>
span { border-color: #3F7A5C; }
span { border-color: rgb(63,122,92); }
td.TdClassName
{
border-color: #3F7A5C;
}
.TagClassName
{
border-color: #3F7A5C;
}
</style>