Shades of Amazon #3B764F
Tints of Amazon #3B764F
RGB
CMYK
RGB Variations
Color information
#3B764F (or 0x3B764F) is known color: Amazon. HEX triplet: 3B, 76 and 4F. RGB value is (59,118,79). Sum of RGB (Red+Green+Blue) = 59+118+79=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #3B764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B764F is #C489B0. Grayscale: #606060. Windows color (decimal): -12880305 or 5207611. OLE color: 5207611.
HSL color Cylindrical-coordinate representation of color #3B764F: hue angle of 140.34º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B764F is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 79 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.54 |
| HSL | 140.34º | 0.33% | 0.35% | - |
| HSV(B) | 140.34º | 0.5% | 0.46% | - |
| XYZ | 9.69 | 14.45 | 9.68 | - |
| YUV | 95.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 79 | 0.50 | 0 | 0.33 | 0.54 | 140.34 | 0.33 | 0.35 |
| Hex | 3B | 76 | 4F | 32 | 0 | 21 | 36 | 8C | 21 | 23 |
| Octal | 73 | 166 | 117 | 62 | 0 | 41 | 66 | 214 | 41 | 43 |
| Binary | 111011 | 1110110 | 1001111 | 110010 | 0 | 100001 | 110110 | 10001100 | 100001 | 100011 |
Color Harmonies of #3B764F
Complementary color
Monochromatic Colors of #3B764F
Black with #3B764F
Text Example
Text Example
White with #3B764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B764F; }
p { color: rgb(59,118,79); }
H1.HeaderClassName
{
color: #3B764F;
}
.AnyTagClassName
{
color: #3B764F;
}
</style>
background-color css
<style>
a { background-color: #3B764F; }
a { background-color: rgb(59,118,79); }
div.DivClassName
{
background-color: #3B764F;
}
.BgClassName
{
background-color: #3B764F;
}
</style>
border-color css
<style>
span { border-color: #3B764F; }
span { border-color: rgb(59,118,79); }
td.TdClassName
{
border-color: #3B764F;
}
.TagClassName
{
border-color: #3B764F;
}
</style>