Shades of Amazon #3F785A
Tints of Amazon #3F785A
RGB
CMYK
RGB Variations
Color information
#3F785A (or 0x3F785A) is known color: Amazon. HEX triplet: 3F, 78 and 5A. RGB value is (63,120,90). Sum of RGB (Red+Green+Blue) = 63+120+90=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #3F785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F785A is #C087A5. Grayscale: #636363. Windows color (decimal): -12617638 or 5929023. OLE color: 5929023.
HSL color Cylindrical-coordinate representation of color #3F785A: hue angle of 148.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F785A is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 90 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.53 |
| HSL | 148.42º | 0.31% | 0.36% | - |
| HSV(B) | 148.42º | 0.48% | 0.47% | - |
| XYZ | 10.61 | 15.23 | 12.05 | - |
| YUV | 99.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 90 | 0.48 | 0 | 0.25 | 0.53 | 148.42 | 0.31 | 0.36 |
| Hex | 3F | 78 | 5A | 30 | 0 | 19 | 35 | 94 | 1F | 24 |
| Octal | 77 | 170 | 132 | 60 | 0 | 31 | 65 | 224 | 37 | 44 |
| Binary | 111111 | 1111000 | 1011010 | 110000 | 0 | 11001 | 110101 | 10010100 | 11111 | 100100 |
Color Harmonies of #3F785A
Complementary color
Monochromatic Colors of #3F785A
Black with #3F785A
Text Example
Text Example
White with #3F785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F785A; }
p { color: rgb(63,120,90); }
H1.HeaderClassName
{
color: #3F785A;
}
.AnyTagClassName
{
color: #3F785A;
}
</style>
background-color css
<style>
a { background-color: #3F785A; }
a { background-color: rgb(63,120,90); }
div.DivClassName
{
background-color: #3F785A;
}
.BgClassName
{
background-color: #3F785A;
}
</style>
border-color css
<style>
span { border-color: #3F785A; }
span { border-color: rgb(63,120,90); }
td.TdClassName
{
border-color: #3F785A;
}
.TagClassName
{
border-color: #3F785A;
}
</style>