Shades of Amazon #39785D
Tints of Amazon #39785D
RGB
CMYK
RGB Variations
Color information
#39785D (or 0x39785D) is known color: Amazon. HEX triplet: 39, 78 and 5D. RGB value is (57,120,93). Sum of RGB (Red+Green+Blue) = 57+120+93=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #39785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39785D is #C687A2. Grayscale: #626262. Windows color (decimal): -13010851 or 6125625. OLE color: 6125625.
HSL color Cylindrical-coordinate representation of color #39785D: hue angle of 154.29º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39785D is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 93 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.53 |
| HSL | 154.29º | 0.36% | 0.35% | - |
| HSV(B) | 154.29º | 0.53% | 0.47% | - |
| XYZ | 10.38 | 15.09 | 12.72 | - |
| YUV | 98.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 93 | 0.52 | 0 | 0.22 | 0.53 | 154.29 | 0.36 | 0.35 |
| Hex | 39 | 78 | 5D | 34 | 0 | 16 | 35 | 9A | 24 | 23 |
| Octal | 71 | 170 | 135 | 64 | 0 | 26 | 65 | 232 | 44 | 43 |
| Binary | 111001 | 1111000 | 1011101 | 110100 | 0 | 10110 | 110101 | 10011010 | 100100 | 100011 |
Color Harmonies of #39785D
Complementary color
Monochromatic Colors of #39785D
Black with #39785D
Text Example
Text Example
White with #39785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39785D; }
p { color: rgb(57,120,93); }
H1.HeaderClassName
{
color: #39785D;
}
.AnyTagClassName
{
color: #39785D;
}
</style>
background-color css
<style>
a { background-color: #39785D; }
a { background-color: rgb(57,120,93); }
div.DivClassName
{
background-color: #39785D;
}
.BgClassName
{
background-color: #39785D;
}
</style>
border-color css
<style>
span { border-color: #39785D; }
span { border-color: rgb(57,120,93); }
td.TdClassName
{
border-color: #39785D;
}
.TagClassName
{
border-color: #39785D;
}
</style>