Shades of Amazon #3A6B51
Tints of Amazon #3A6B51
RGB
CMYK
RGB Variations
Color information
#3A6B51 (or 0x3A6B51) is known color: Amazon. HEX triplet: 3A, 6B and 51. RGB value is (58,107,81). Sum of RGB (Red+Green+Blue) = 58+107+81=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B51 is #C594AE. Grayscale: #595959. Windows color (decimal): -12948655 or 5335866. OLE color: 5335866.
HSL color Cylindrical-coordinate representation of color #3A6B51: hue angle of 148.16º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6B51 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 107 | 81 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.58 |
| HSL | 148.16º | 0.3% | 0.32% | - |
| HSV(B) | 148.16º | 0.46% | 0.42% | - |
| XYZ | 8.49 | 12.01 | 9.66 | - |
| YUV | 89.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 81 | 0.46 | 0 | 0.24 | 0.58 | 148.16 | 0.3 | 0.32 |
| Hex | 3A | 6B | 51 | 2E | 0 | 18 | 3A | 94 | 1E | 20 |
| Octal | 72 | 153 | 121 | 56 | 0 | 30 | 72 | 224 | 36 | 40 |
| Binary | 111010 | 1101011 | 1010001 | 101110 | 0 | 11000 | 111010 | 10010100 | 11110 | 100000 |
Color Harmonies of #3A6B51
Complementary color
Monochromatic Colors of #3A6B51
Black with #3A6B51
Text Example
Text Example
White with #3A6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6B51; }
p { color: rgb(58,107,81); }
H1.HeaderClassName
{
color: #3A6B51;
}
.AnyTagClassName
{
color: #3A6B51;
}
</style>
background-color css
<style>
a { background-color: #3A6B51; }
a { background-color: rgb(58,107,81); }
div.DivClassName
{
background-color: #3A6B51;
}
.BgClassName
{
background-color: #3A6B51;
}
</style>
border-color css
<style>
span { border-color: #3A6B51; }
span { border-color: rgb(58,107,81); }
td.TdClassName
{
border-color: #3A6B51;
}
.TagClassName
{
border-color: #3A6B51;
}
</style>