Shades of Amazon #39785B
Tints of Amazon #39785B
RGB
CMYK
RGB Variations
Color information
#39785B (or 0x39785B) is known color: Amazon. HEX triplet: 39, 78 and 5B. RGB value is (57,120,91). Sum of RGB (Red+Green+Blue) = 57+120+91=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #39785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39785B is #C687A4. Grayscale: #616161. Windows color (decimal): -13010853 or 5994553. OLE color: 5994553.
HSL color Cylindrical-coordinate representation of color #39785B: hue angle of 152.38º 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 #39785B is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 91 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.53 |
| HSL | 152.38º | 0.36% | 0.35% | - |
| HSV(B) | 152.38º | 0.53% | 0.47% | - |
| XYZ | 10.29 | 15.06 | 12.26 | - |
| YUV | 97.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 91 | 0.52 | 0 | 0.24 | 0.53 | 152.38 | 0.36 | 0.35 |
| Hex | 39 | 78 | 5B | 34 | 0 | 18 | 35 | 98 | 24 | 23 |
| Octal | 71 | 170 | 133 | 64 | 0 | 30 | 65 | 230 | 44 | 43 |
| Binary | 111001 | 1111000 | 1011011 | 110100 | 0 | 11000 | 110101 | 10011000 | 100100 | 100011 |
Color Harmonies of #39785B
Complementary color
Monochromatic Colors of #39785B
Black with #39785B
Text Example
Text Example
White with #39785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39785B; }
p { color: rgb(57,120,91); }
H1.HeaderClassName
{
color: #39785B;
}
.AnyTagClassName
{
color: #39785B;
}
</style>
background-color css
<style>
a { background-color: #39785B; }
a { background-color: rgb(57,120,91); }
div.DivClassName
{
background-color: #39785B;
}
.BgClassName
{
background-color: #39785B;
}
</style>
border-color css
<style>
span { border-color: #39785B; }
span { border-color: rgb(57,120,91); }
td.TdClassName
{
border-color: #39785B;
}
.TagClassName
{
border-color: #39785B;
}
</style>