Shades of Amazon #39854A
Tints of Amazon #39854A
RGB
CMYK
RGB Variations
Color information
#39854A (or 0x39854A) is known color: Amazon. HEX triplet: 39, 85 and 4A. RGB value is (57,133,74). Sum of RGB (Red+Green+Blue) = 57+133+74=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #39854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39854A is #C67AB5. Grayscale: #676767. Windows color (decimal): -13007542 or 4883769. OLE color: 4883769.
HSL color Cylindrical-coordinate representation of color #39854A: hue angle of 133.42º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39854A is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 74 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.48 |
| HSL | 133.42º | 0.4% | 0.37% | - |
| HSV(B) | 133.42º | 0.57% | 0.52% | - |
| XYZ | 11.31 | 18.14 | 9.38 | - |
| YUV | 103.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 74 | 0.57 | 0 | 0.44 | 0.48 | 133.42 | 0.4 | 0.37 |
| Hex | 39 | 85 | 4A | 39 | 0 | 2C | 30 | 85 | 28 | 25 |
| Octal | 71 | 205 | 112 | 71 | 0 | 54 | 60 | 205 | 50 | 45 |
| Binary | 111001 | 10000101 | 1001010 | 111001 | 0 | 101100 | 110000 | 10000101 | 101000 | 100101 |
Color Harmonies of #39854A
Complementary color
Monochromatic Colors of #39854A
Black with #39854A
Text Example
Text Example
White with #39854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39854A; }
p { color: rgb(57,133,74); }
H1.HeaderClassName
{
color: #39854A;
}
.AnyTagClassName
{
color: #39854A;
}
</style>
background-color css
<style>
a { background-color: #39854A; }
a { background-color: rgb(57,133,74); }
div.DivClassName
{
background-color: #39854A;
}
.BgClassName
{
background-color: #39854A;
}
</style>
border-color css
<style>
span { border-color: #39854A; }
span { border-color: rgb(57,133,74); }
td.TdClassName
{
border-color: #39854A;
}
.TagClassName
{
border-color: #39854A;
}
</style>