Shades of Amazon #39755A
Tints of Amazon #39755A
RGB
CMYK
RGB Variations
Color information
#39755A (or 0x39755A) is known color: Amazon. HEX triplet: 39, 75 and 5A. RGB value is (57,117,90). Sum of RGB (Red+Green+Blue) = 57+117+90=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #39755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39755A is #C68AA5. Grayscale: #606060. Windows color (decimal): -13011622 or 5928249. OLE color: 5928249.
HSL color Cylindrical-coordinate representation of color #39755A: hue angle of 153º 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 #39755A is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 90 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.54 |
| HSL | 153º | 0.34% | 0.34% | - |
| HSV(B) | 153º | 0.51% | 0.46% | - |
| XYZ | 9.89 | 14.33 | 11.92 | - |
| YUV | 95.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 90 | 0.51 | 0 | 0.23 | 0.54 | 153 | 0.34 | 0.34 |
| Hex | 39 | 75 | 5A | 33 | 0 | 17 | 36 | 99 | 22 | 22 |
| Octal | 71 | 165 | 132 | 63 | 0 | 27 | 66 | 231 | 42 | 42 |
| Binary | 111001 | 1110101 | 1011010 | 110011 | 0 | 10111 | 110110 | 10011001 | 100010 | 100010 |
Color Harmonies of #39755A
Complementary color
Monochromatic Colors of #39755A
Black with #39755A
Text Example
Text Example
White with #39755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39755A; }
p { color: rgb(57,117,90); }
H1.HeaderClassName
{
color: #39755A;
}
.AnyTagClassName
{
color: #39755A;
}
</style>
background-color css
<style>
a { background-color: #39755A; }
a { background-color: rgb(57,117,90); }
div.DivClassName
{
background-color: #39755A;
}
.BgClassName
{
background-color: #39755A;
}
</style>
border-color css
<style>
span { border-color: #39755A; }
span { border-color: rgb(57,117,90); }
td.TdClassName
{
border-color: #39755A;
}
.TagClassName
{
border-color: #39755A;
}
</style>