Shades of Amazon #39805D
Tints of Amazon #39805D
RGB
CMYK
RGB Variations
Color information
#39805D (or 0x39805D) is known color: Amazon. HEX triplet: 39, 80 and 5D. RGB value is (57,128,93). Sum of RGB (Red+Green+Blue) = 57+128+93=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #39805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39805D is #C67FA2. Grayscale: #666666. Windows color (decimal): -13008803 or 6127673. OLE color: 6127673.
HSL color Cylindrical-coordinate representation of color #39805D: hue angle of 150.42º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39805D is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 128 | 93 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.50 |
| HSL | 150.42º | 0.38% | 0.36% | - |
| HSV(B) | 150.42º | 0.55% | 0.5% | - |
| XYZ | 11.38 | 17.1 | 13.06 | - |
| YUV | 102.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 93 | 0.55 | 0 | 0.27 | 0.50 | 150.42 | 0.38 | 0.36 |
| Hex | 39 | 80 | 5D | 37 | 0 | 1B | 32 | 96 | 26 | 24 |
| Octal | 71 | 200 | 135 | 67 | 0 | 33 | 62 | 226 | 46 | 44 |
| Binary | 111001 | 10000000 | 1011101 | 110111 | 0 | 11011 | 110010 | 10010110 | 100110 | 100100 |
Color Harmonies of #39805D
Complementary color
Monochromatic Colors of #39805D
Black with #39805D
Text Example
Text Example
White with #39805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39805D; }
p { color: rgb(57,128,93); }
H1.HeaderClassName
{
color: #39805D;
}
.AnyTagClassName
{
color: #39805D;
}
</style>
background-color css
<style>
a { background-color: #39805D; }
a { background-color: rgb(57,128,93); }
div.DivClassName
{
background-color: #39805D;
}
.BgClassName
{
background-color: #39805D;
}
</style>
border-color css
<style>
span { border-color: #39805D; }
span { border-color: rgb(57,128,93); }
td.TdClassName
{
border-color: #39805D;
}
.TagClassName
{
border-color: #39805D;
}
</style>