Shades of Amazon #3F7A5D
Tints of Amazon #3F7A5D
RGB
CMYK
RGB Variations
Color information
#3F7A5D (or 0x3F7A5D) is known color: Amazon. HEX triplet: 3F, 7A and 5D. RGB value is (63,122,93). Sum of RGB (Red+Green+Blue) = 63+122+93=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A5D is #C085A2. Grayscale: #656565. Windows color (decimal): -12617123 or 6126143. OLE color: 6126143.
HSL color Cylindrical-coordinate representation of color #3F7A5D: hue angle of 150.51º 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 #3F7A5D is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 93 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.52 |
| HSL | 150.51º | 0.32% | 0.36% | - |
| HSV(B) | 150.51º | 0.48% | 0.48% | - |
| XYZ | 10.99 | 15.77 | 12.82 | - |
| YUV | 101.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 93 | 0.48 | 0 | 0.24 | 0.52 | 150.51 | 0.32 | 0.36 |
| Hex | 3F | 7A | 5D | 30 | 0 | 18 | 34 | 97 | 20 | 24 |
| Octal | 77 | 172 | 135 | 60 | 0 | 30 | 64 | 227 | 40 | 44 |
| Binary | 111111 | 1111010 | 1011101 | 110000 | 0 | 11000 | 110100 | 10010111 | 100000 | 100100 |
Color Harmonies of #3F7A5D
Complementary color
Monochromatic Colors of #3F7A5D
Black with #3F7A5D
Text Example
Text Example
White with #3F7A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A5D; }
p { color: rgb(63,122,93); }
H1.HeaderClassName
{
color: #3F7A5D;
}
.AnyTagClassName
{
color: #3F7A5D;
}
</style>
background-color css
<style>
a { background-color: #3F7A5D; }
a { background-color: rgb(63,122,93); }
div.DivClassName
{
background-color: #3F7A5D;
}
.BgClassName
{
background-color: #3F7A5D;
}
</style>
border-color css
<style>
span { border-color: #3F7A5D; }
span { border-color: rgb(63,122,93); }
td.TdClassName
{
border-color: #3F7A5D;
}
.TagClassName
{
border-color: #3F7A5D;
}
</style>