Shades of Amazon #3B764B
Tints of Amazon #3B764B
RGB
CMYK
RGB Variations
Color information
#3B764B (or 0x3B764B) is known color: Amazon. HEX triplet: 3B, 76 and 4B. RGB value is (59,118,75). Sum of RGB (Red+Green+Blue) = 59+118+75=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #3B764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B764B is #C489B4. Grayscale: #5F5F5F. Windows color (decimal): -12880309 or 4945467. OLE color: 4945467.
HSL color Cylindrical-coordinate representation of color #3B764B: hue angle of 136.27º 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 #3B764B is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 75 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.54 |
| HSL | 136.27º | 0.33% | 0.35% | - |
| HSV(B) | 136.27º | 0.5% | 0.46% | - |
| XYZ | 9.55 | 14.39 | 8.93 | - |
| YUV | 95.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 75 | 0.50 | 0 | 0.36 | 0.54 | 136.27 | 0.33 | 0.35 |
| Hex | 3B | 76 | 4B | 32 | 0 | 24 | 36 | 88 | 21 | 23 |
| Octal | 73 | 166 | 113 | 62 | 0 | 44 | 66 | 210 | 41 | 43 |
| Binary | 111011 | 1110110 | 1001011 | 110010 | 0 | 100100 | 110110 | 10001000 | 100001 | 100011 |
Color Harmonies of #3B764B
Complementary color
Monochromatic Colors of #3B764B
Black with #3B764B
Text Example
Text Example
White with #3B764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B764B; }
p { color: rgb(59,118,75); }
H1.HeaderClassName
{
color: #3B764B;
}
.AnyTagClassName
{
color: #3B764B;
}
</style>
background-color css
<style>
a { background-color: #3B764B; }
a { background-color: rgb(59,118,75); }
div.DivClassName
{
background-color: #3B764B;
}
.BgClassName
{
background-color: #3B764B;
}
</style>
border-color css
<style>
span { border-color: #3B764B; }
span { border-color: rgb(59,118,75); }
td.TdClassName
{
border-color: #3B764B;
}
.TagClassName
{
border-color: #3B764B;
}
</style>