Shades of Amazon #39884F
Tints of Amazon #39884F
RGB
CMYK
RGB Variations
Color information
#39884F (or 0x39884F) is known color: Amazon. HEX triplet: 39, 88 and 4F. RGB value is (57,136,79). Sum of RGB (Red+Green+Blue) = 57+136+79=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #39884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39884F is #C677B0. Grayscale: #6A6A6A. Windows color (decimal): -13006769 or 5212217. OLE color: 5212217.
HSL color Cylindrical-coordinate representation of color #39884F: hue angle of 136.71º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39884F is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 136 | 79 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.47 |
| HSL | 136.71º | 0.41% | 0.38% | - |
| HSV(B) | 136.71º | 0.58% | 0.53% | - |
| XYZ | 11.9 | 19.04 | 10.45 | - |
| YUV | 105.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 79 | 0.58 | 0 | 0.42 | 0.47 | 136.71 | 0.41 | 0.38 |
| Hex | 39 | 88 | 4F | 3A | 0 | 2A | 2F | 89 | 29 | 26 |
| Octal | 71 | 210 | 117 | 72 | 0 | 52 | 57 | 211 | 51 | 46 |
| Binary | 111001 | 10001000 | 1001111 | 111010 | 0 | 101010 | 101111 | 10001001 | 101001 | 100110 |
Color Harmonies of #39884F
Complementary color
Monochromatic Colors of #39884F
Black with #39884F
Text Example
Text Example
White with #39884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39884F; }
p { color: rgb(57,136,79); }
H1.HeaderClassName
{
color: #39884F;
}
.AnyTagClassName
{
color: #39884F;
}
</style>
background-color css
<style>
a { background-color: #39884F; }
a { background-color: rgb(57,136,79); }
div.DivClassName
{
background-color: #39884F;
}
.BgClassName
{
background-color: #39884F;
}
</style>
border-color css
<style>
span { border-color: #39884F; }
span { border-color: rgb(57,136,79); }
td.TdClassName
{
border-color: #39884F;
}
.TagClassName
{
border-color: #39884F;
}
</style>