Shades of Amazon #39764A
Tints of Amazon #39764A
RGB
CMYK
RGB Variations
Color information
#39764A (or 0x39764A) is known color: Amazon. HEX triplet: 39, 76 and 4A. RGB value is (57,118,74). Sum of RGB (Red+Green+Blue) = 57+118+74=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #39764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39764A is #C689B5. Grayscale: #5E5E5E. Windows color (decimal): -13011382 or 4879929. OLE color: 4879929.
HSL color Cylindrical-coordinate representation of color #39764A: hue angle of 136.72º 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 #39764A is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 74 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.54 |
| HSL | 136.72º | 0.35% | 0.34% | - |
| HSV(B) | 136.72º | 0.52% | 0.46% | - |
| XYZ | 9.4 | 14.32 | 8.75 | - |
| YUV | 94.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 74 | 0.52 | 0 | 0.37 | 0.54 | 136.72 | 0.35 | 0.34 |
| Hex | 39 | 76 | 4A | 34 | 0 | 25 | 36 | 89 | 23 | 22 |
| Octal | 71 | 166 | 112 | 64 | 0 | 45 | 66 | 211 | 43 | 42 |
| Binary | 111001 | 1110110 | 1001010 | 110100 | 0 | 100101 | 110110 | 10001001 | 100011 | 100010 |
Color Harmonies of #39764A
Complementary color
Monochromatic Colors of #39764A
Black with #39764A
Text Example
Text Example
White with #39764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39764A; }
p { color: rgb(57,118,74); }
H1.HeaderClassName
{
color: #39764A;
}
.AnyTagClassName
{
color: #39764A;
}
</style>
background-color css
<style>
a { background-color: #39764A; }
a { background-color: rgb(57,118,74); }
div.DivClassName
{
background-color: #39764A;
}
.BgClassName
{
background-color: #39764A;
}
</style>
border-color css
<style>
span { border-color: #39764A; }
span { border-color: rgb(57,118,74); }
td.TdClassName
{
border-color: #39764A;
}
.TagClassName
{
border-color: #39764A;
}
</style>