Shades of Amazon #3F7B5C
Tints of Amazon #3F7B5C
RGB
CMYK
RGB Variations
Color information
#3F7B5C (or 0x3F7B5C) is known color: Amazon. HEX triplet: 3F, 7B and 5C. RGB value is (63,123,92). Sum of RGB (Red+Green+Blue) = 63+123+92=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7B5C is #C084A3. Grayscale: #656565. Windows color (decimal): -12616868 or 6060863. OLE color: 6060863.
HSL color Cylindrical-coordinate representation of color #3F7B5C: hue angle of 149º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7B5C is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 123 | 92 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.52 |
| HSL | 149º | 0.32% | 0.36% | - |
| HSV(B) | 149º | 0.49% | 0.48% | - |
| XYZ | 11.06 | 16 | 12.63 | - |
| YUV | 101.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 92 | 0.49 | 0 | 0.25 | 0.52 | 149 | 0.32 | 0.36 |
| Hex | 3F | 7B | 5C | 31 | 0 | 19 | 34 | 95 | 20 | 24 |
| Octal | 77 | 173 | 134 | 61 | 0 | 31 | 64 | 225 | 40 | 44 |
| Binary | 111111 | 1111011 | 1011100 | 110001 | 0 | 11001 | 110100 | 10010101 | 100000 | 100100 |
Color Harmonies of #3F7B5C
Complementary color
Monochromatic Colors of #3F7B5C
Black with #3F7B5C
Text Example
Text Example
White with #3F7B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7B5C; }
p { color: rgb(63,123,92); }
H1.HeaderClassName
{
color: #3F7B5C;
}
.AnyTagClassName
{
color: #3F7B5C;
}
</style>
background-color css
<style>
a { background-color: #3F7B5C; }
a { background-color: rgb(63,123,92); }
div.DivClassName
{
background-color: #3F7B5C;
}
.BgClassName
{
background-color: #3F7B5C;
}
</style>
border-color css
<style>
span { border-color: #3F7B5C; }
span { border-color: rgb(63,123,92); }
td.TdClassName
{
border-color: #3F7B5C;
}
.TagClassName
{
border-color: #3F7B5C;
}
</style>