Shades of Amazon #39764C
Tints of Amazon #39764C
RGB
CMYK
RGB Variations
Color information
#39764C (or 0x39764C) is known color: Amazon. HEX triplet: 39, 76 and 4C. RGB value is (57,118,76). Sum of RGB (Red+Green+Blue) = 57+118+76=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #39764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39764C is #C689B3. Grayscale: #5F5F5F. Windows color (decimal): -13011380 or 5011001. OLE color: 5011001.
HSL color Cylindrical-coordinate representation of color #39764C: hue angle of 138.69º 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 #39764C is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 76 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.54 |
| HSL | 138.69º | 0.35% | 0.34% | - |
| HSV(B) | 138.69º | 0.52% | 0.46% | - |
| XYZ | 9.47 | 14.35 | 9.11 | - |
| YUV | 94.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 76 | 0.52 | 0 | 0.36 | 0.54 | 138.69 | 0.35 | 0.34 |
| Hex | 39 | 76 | 4C | 34 | 0 | 24 | 36 | 8B | 23 | 22 |
| Octal | 71 | 166 | 114 | 64 | 0 | 44 | 66 | 213 | 43 | 42 |
| Binary | 111001 | 1110110 | 1001100 | 110100 | 0 | 100100 | 110110 | 10001011 | 100011 | 100010 |
Color Harmonies of #39764C
Complementary color
Monochromatic Colors of #39764C
Black with #39764C
Text Example
Text Example
White with #39764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39764C; }
p { color: rgb(57,118,76); }
H1.HeaderClassName
{
color: #39764C;
}
.AnyTagClassName
{
color: #39764C;
}
</style>
background-color css
<style>
a { background-color: #39764C; }
a { background-color: rgb(57,118,76); }
div.DivClassName
{
background-color: #39764C;
}
.BgClassName
{
background-color: #39764C;
}
</style>
border-color css
<style>
span { border-color: #39764C; }
span { border-color: rgb(57,118,76); }
td.TdClassName
{
border-color: #39764C;
}
.TagClassName
{
border-color: #39764C;
}
</style>