Shades of Amazon #3A8951
Tints of Amazon #3A8951
RGB
CMYK
RGB Variations
Color information
#3A8951 (or 0x3A8951) is known color: Amazon. HEX triplet: 3A, 89 and 51. RGB value is (58,137,81). Sum of RGB (Red+Green+Blue) = 58+137+81=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8951 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8951 is #C576AE. Grayscale: #6B6B6B. Windows color (decimal): -12940975 or 5343546. OLE color: 5343546.
HSL color Cylindrical-coordinate representation of color #3A8951: hue angle of 137.47º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8951 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 81 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.46 |
| HSL | 137.47º | 0.41% | 0.38% | - |
| HSV(B) | 137.47º | 0.58% | 0.54% | - |
| XYZ | 12.18 | 19.38 | 10.88 | - |
| YUV | 107 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 81 | 0.58 | 0 | 0.41 | 0.46 | 137.47 | 0.41 | 0.38 |
| Hex | 3A | 89 | 51 | 3A | 0 | 29 | 2E | 89 | 29 | 26 |
| Octal | 72 | 211 | 121 | 72 | 0 | 51 | 56 | 211 | 51 | 46 |
| Binary | 111010 | 10001001 | 1010001 | 111010 | 0 | 101001 | 101110 | 10001001 | 101001 | 100110 |
Color Harmonies of #3A8951
Complementary color
Monochromatic Colors of #3A8951
Black with #3A8951
Text Example
Text Example
White with #3A8951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8951; }
p { color: rgb(58,137,81); }
H1.HeaderClassName
{
color: #3A8951;
}
.AnyTagClassName
{
color: #3A8951;
}
</style>
background-color css
<style>
a { background-color: #3A8951; }
a { background-color: rgb(58,137,81); }
div.DivClassName
{
background-color: #3A8951;
}
.BgClassName
{
background-color: #3A8951;
}
</style>
border-color css
<style>
span { border-color: #3A8951; }
span { border-color: rgb(58,137,81); }
td.TdClassName
{
border-color: #3A8951;
}
.TagClassName
{
border-color: #3A8951;
}
</style>