Shades of Amazon #39755D
Tints of Amazon #39755D
RGB
CMYK
RGB Variations
Color information
#39755D (or 0x39755D) is known color: Amazon. HEX triplet: 39, 75 and 5D. RGB value is (57,117,93). Sum of RGB (Red+Green+Blue) = 57+117+93=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #39755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39755D is #C68AA2. Grayscale: #606060. Windows color (decimal): -13011619 or 6124857. OLE color: 6124857.
HSL color Cylindrical-coordinate representation of color #39755D: hue angle of 156º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39755D is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 93 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.54 |
| HSL | 156º | 0.34% | 0.34% | - |
| HSV(B) | 156º | 0.51% | 0.46% | - |
| XYZ | 10.02 | 14.38 | 12.6 | - |
| YUV | 96.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 93 | 0.51 | 0 | 0.21 | 0.54 | 156 | 0.34 | 0.34 |
| Hex | 39 | 75 | 5D | 33 | 0 | 15 | 36 | 9C | 22 | 22 |
| Octal | 71 | 165 | 135 | 63 | 0 | 25 | 66 | 234 | 42 | 42 |
| Binary | 111001 | 1110101 | 1011101 | 110011 | 0 | 10101 | 110110 | 10011100 | 100010 | 100010 |
Color Harmonies of #39755D
Complementary color
Monochromatic Colors of #39755D
Black with #39755D
Text Example
Text Example
White with #39755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39755D; }
p { color: rgb(57,117,93); }
H1.HeaderClassName
{
color: #39755D;
}
.AnyTagClassName
{
color: #39755D;
}
</style>
background-color css
<style>
a { background-color: #39755D; }
a { background-color: rgb(57,117,93); }
div.DivClassName
{
background-color: #39755D;
}
.BgClassName
{
background-color: #39755D;
}
</style>
border-color css
<style>
span { border-color: #39755D; }
span { border-color: rgb(57,117,93); }
td.TdClassName
{
border-color: #39755D;
}
.TagClassName
{
border-color: #39755D;
}
</style>