Shades of Amazon #39764D
Tints of Amazon #39764D
RGB
CMYK
RGB Variations
Color information
#39764D (or 0x39764D) is known color: Amazon. HEX triplet: 39, 76 and 4D. RGB value is (57,118,77). Sum of RGB (Red+Green+Blue) = 57+118+77=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #39764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39764D is #C689B2. Grayscale: #5F5F5F. Windows color (decimal): -13011379 or 5076537. OLE color: 5076537.
HSL color Cylindrical-coordinate representation of color #39764D: hue angle of 139.67º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39764D is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 77 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.54 |
| HSL | 139.67º | 0.35% | 0.34% | - |
| HSV(B) | 139.67º | 0.52% | 0.46% | - |
| XYZ | 9.51 | 14.36 | 9.29 | - |
| YUV | 95.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 77 | 0.52 | 0 | 0.35 | 0.54 | 139.67 | 0.35 | 0.34 |
| Hex | 39 | 76 | 4D | 34 | 0 | 23 | 36 | 8C | 23 | 22 |
| Octal | 71 | 166 | 115 | 64 | 0 | 43 | 66 | 214 | 43 | 42 |
| Binary | 111001 | 1110110 | 1001101 | 110100 | 0 | 100011 | 110110 | 10001100 | 100011 | 100010 |
Color Harmonies of #39764D
Complementary color
Monochromatic Colors of #39764D
Black with #39764D
Text Example
Text Example
White with #39764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39764D; }
p { color: rgb(57,118,77); }
H1.HeaderClassName
{
color: #39764D;
}
.AnyTagClassName
{
color: #39764D;
}
</style>
background-color css
<style>
a { background-color: #39764D; }
a { background-color: rgb(57,118,77); }
div.DivClassName
{
background-color: #39764D;
}
.BgClassName
{
background-color: #39764D;
}
</style>
border-color css
<style>
span { border-color: #39764D; }
span { border-color: rgb(57,118,77); }
td.TdClassName
{
border-color: #39764D;
}
.TagClassName
{
border-color: #39764D;
}
</style>