Shades of Amazon #39755C
Tints of Amazon #39755C
RGB
CMYK
RGB Variations
Color information
#39755C (or 0x39755C) is known color: Amazon. HEX triplet: 39, 75 and 5C. RGB value is (57,117,92). Sum of RGB (Red+Green+Blue) = 57+117+92=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #39755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39755C is #C68AA3. Grayscale: #606060. Windows color (decimal): -13011620 or 6059321. OLE color: 6059321.
HSL color Cylindrical-coordinate representation of color #39755C: hue angle of 155º 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 #39755C is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 117 | 92 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.54 |
| HSL | 155º | 0.34% | 0.34% | - |
| HSV(B) | 155º | 0.51% | 0.46% | - |
| XYZ | 9.98 | 14.37 | 12.37 | - |
| YUV | 96.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 92 | 0.51 | 0 | 0.21 | 0.54 | 155 | 0.34 | 0.34 |
| Hex | 39 | 75 | 5C | 33 | 0 | 15 | 36 | 9B | 22 | 22 |
| Octal | 71 | 165 | 134 | 63 | 0 | 25 | 66 | 233 | 42 | 42 |
| Binary | 111001 | 1110101 | 1011100 | 110011 | 0 | 10101 | 110110 | 10011011 | 100010 | 100010 |
Color Harmonies of #39755C
Complementary color
Monochromatic Colors of #39755C
Black with #39755C
Text Example
Text Example
White with #39755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39755C; }
p { color: rgb(57,117,92); }
H1.HeaderClassName
{
color: #39755C;
}
.AnyTagClassName
{
color: #39755C;
}
</style>
background-color css
<style>
a { background-color: #39755C; }
a { background-color: rgb(57,117,92); }
div.DivClassName
{
background-color: #39755C;
}
.BgClassName
{
background-color: #39755C;
}
</style>
border-color css
<style>
span { border-color: #39755C; }
span { border-color: rgb(57,117,92); }
td.TdClassName
{
border-color: #39755C;
}
.TagClassName
{
border-color: #39755C;
}
</style>