Shades of Amazon #39805F
Tints of Amazon #39805F
RGB
CMYK
RGB Variations
Color information
#39805F (or 0x39805F) is known color: Amazon. HEX triplet: 39, 80 and 5F. RGB value is (57,128,95). Sum of RGB (Red+Green+Blue) = 57+128+95=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #39805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39805F is #C67FA0. Grayscale: #676767. Windows color (decimal): -13008801 or 6258745. OLE color: 6258745.
HSL color Cylindrical-coordinate representation of color #39805F: hue angle of 152.11º 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 #39805F is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 128 | 95 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.50 |
| HSL | 152.11º | 0.38% | 0.36% | - |
| HSV(B) | 152.11º | 0.55% | 0.5% | - |
| XYZ | 11.47 | 17.13 | 13.53 | - |
| YUV | 103.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 95 | 0.55 | 0 | 0.26 | 0.50 | 152.11 | 0.38 | 0.36 |
| Hex | 39 | 80 | 5F | 37 | 0 | 1A | 32 | 98 | 26 | 24 |
| Octal | 71 | 200 | 137 | 67 | 0 | 32 | 62 | 230 | 46 | 44 |
| Binary | 111001 | 10000000 | 1011111 | 110111 | 0 | 11010 | 110010 | 10011000 | 100110 | 100100 |
Color Harmonies of #39805F
Complementary color
Monochromatic Colors of #39805F
Black with #39805F
Text Example
Text Example
White with #39805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39805F; }
p { color: rgb(57,128,95); }
H1.HeaderClassName
{
color: #39805F;
}
.AnyTagClassName
{
color: #39805F;
}
</style>
background-color css
<style>
a { background-color: #39805F; }
a { background-color: rgb(57,128,95); }
div.DivClassName
{
background-color: #39805F;
}
.BgClassName
{
background-color: #39805F;
}
</style>
border-color css
<style>
span { border-color: #39805F; }
span { border-color: rgb(57,128,95); }
td.TdClassName
{
border-color: #39805F;
}
.TagClassName
{
border-color: #39805F;
}
</style>