Shades of Amazon #3B8453
Tints of Amazon #3B8453
RGB
CMYK
RGB Variations
Color information
#3B8453 (or 0x3B8453) is known color: Amazon. HEX triplet: 3B, 84 and 53. RGB value is (59,132,83). Sum of RGB (Red+Green+Blue) = 59+132+83=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #3B8453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8453 is #C47BAC. Grayscale: #686868. Windows color (decimal): -12876717 or 5473339. OLE color: 5473339.
HSL color Cylindrical-coordinate representation of color #3B8453: hue angle of 139.73º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B8453 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 132 | 83 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.48 |
| HSL | 139.73º | 0.38% | 0.37% | - |
| HSV(B) | 139.73º | 0.55% | 0.52% | - |
| XYZ | 11.62 | 18.06 | 11.06 | - |
| YUV | 104.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 132 | 83 | 0.55 | 0 | 0.37 | 0.48 | 139.73 | 0.38 | 0.37 |
| Hex | 3B | 84 | 53 | 37 | 0 | 25 | 30 | 8C | 26 | 25 |
| Octal | 73 | 204 | 123 | 67 | 0 | 45 | 60 | 214 | 46 | 45 |
| Binary | 111011 | 10000100 | 1010011 | 110111 | 0 | 100101 | 110000 | 10001100 | 100110 | 100101 |
Color Harmonies of #3B8453
Complementary color
Monochromatic Colors of #3B8453
Black with #3B8453
Text Example
Text Example
White with #3B8453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8453; }
p { color: rgb(59,132,83); }
H1.HeaderClassName
{
color: #3B8453;
}
.AnyTagClassName
{
color: #3B8453;
}
</style>
background-color css
<style>
a { background-color: #3B8453; }
a { background-color: rgb(59,132,83); }
div.DivClassName
{
background-color: #3B8453;
}
.BgClassName
{
background-color: #3B8453;
}
</style>
border-color css
<style>
span { border-color: #3B8453; }
span { border-color: rgb(59,132,83); }
td.TdClassName
{
border-color: #3B8453;
}
.TagClassName
{
border-color: #3B8453;
}
</style>