Shades of Amazon #39825C
Tints of Amazon #39825C
RGB
CMYK
RGB Variations
Color information
#39825C (or 0x39825C) is known color: Amazon. HEX triplet: 39, 82 and 5C. RGB value is (57,130,92). Sum of RGB (Red+Green+Blue) = 57+130+92=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #39825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39825C is #C67DA3. Grayscale: #676767. Windows color (decimal): -13008292 or 6062649. OLE color: 6062649.
HSL color Cylindrical-coordinate representation of color #39825C: hue angle of 148.77º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39825C is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 130 | 92 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.49 |
| HSL | 148.77º | 0.39% | 0.37% | - |
| HSV(B) | 148.77º | 0.56% | 0.51% | - |
| XYZ | 11.6 | 17.61 | 12.91 | - |
| YUV | 103.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 92 | 0.56 | 0 | 0.29 | 0.49 | 148.77 | 0.39 | 0.37 |
| Hex | 39 | 82 | 5C | 38 | 0 | 1D | 31 | 95 | 27 | 25 |
| Octal | 71 | 202 | 134 | 70 | 0 | 35 | 61 | 225 | 47 | 45 |
| Binary | 111001 | 10000010 | 1011100 | 111000 | 0 | 11101 | 110001 | 10010101 | 100111 | 100101 |
Color Harmonies of #39825C
Complementary color
Monochromatic Colors of #39825C
Black with #39825C
Text Example
Text Example
White with #39825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39825C; }
p { color: rgb(57,130,92); }
H1.HeaderClassName
{
color: #39825C;
}
.AnyTagClassName
{
color: #39825C;
}
</style>
background-color css
<style>
a { background-color: #39825C; }
a { background-color: rgb(57,130,92); }
div.DivClassName
{
background-color: #39825C;
}
.BgClassName
{
background-color: #39825C;
}
</style>
border-color css
<style>
span { border-color: #39825C; }
span { border-color: rgb(57,130,92); }
td.TdClassName
{
border-color: #39825C;
}
.TagClassName
{
border-color: #39825C;
}
</style>