Shades of Amazon #3F785C
Tints of Amazon #3F785C
RGB
CMYK
RGB Variations
Color information
#3F785C (or 0x3F785C) is known color: Amazon. HEX triplet: 3F, 78 and 5C. RGB value is (63,120,92). Sum of RGB (Red+Green+Blue) = 63+120+92=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #3F785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F785C is #C087A3. Grayscale: #636363. Windows color (decimal): -12617636 or 6060095. OLE color: 6060095.
HSL color Cylindrical-coordinate representation of color #3F785C: hue angle of 150.53º 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 #3F785C is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 92 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.53 |
| HSL | 150.53º | 0.31% | 0.36% | - |
| HSV(B) | 150.53º | 0.48% | 0.47% | - |
| XYZ | 10.7 | 15.26 | 12.51 | - |
| YUV | 99.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 92 | 0.48 | 0 | 0.23 | 0.53 | 150.53 | 0.31 | 0.36 |
| Hex | 3F | 78 | 5C | 30 | 0 | 17 | 35 | 97 | 1F | 24 |
| Octal | 77 | 170 | 134 | 60 | 0 | 27 | 65 | 227 | 37 | 44 |
| Binary | 111111 | 1111000 | 1011100 | 110000 | 0 | 10111 | 110101 | 10010111 | 11111 | 100100 |
Color Harmonies of #3F785C
Complementary color
Monochromatic Colors of #3F785C
Black with #3F785C
Text Example
Text Example
White with #3F785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F785C; }
p { color: rgb(63,120,92); }
H1.HeaderClassName
{
color: #3F785C;
}
.AnyTagClassName
{
color: #3F785C;
}
</style>
background-color css
<style>
a { background-color: #3F785C; }
a { background-color: rgb(63,120,92); }
div.DivClassName
{
background-color: #3F785C;
}
.BgClassName
{
background-color: #3F785C;
}
</style>
border-color css
<style>
span { border-color: #3F785C; }
span { border-color: rgb(63,120,92); }
td.TdClassName
{
border-color: #3F785C;
}
.TagClassName
{
border-color: #3F785C;
}
</style>