Shades of Amazon #3A6F55
Tints of Amazon #3A6F55
RGB
CMYK
RGB Variations
Color information
#3A6F55 (or 0x3A6F55) is known color: Amazon. HEX triplet: 3A, 6F and 55. RGB value is (58,111,85). Sum of RGB (Red+Green+Blue) = 58+111+85=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F55 is #C590AA. Grayscale: #5C5C5C. Windows color (decimal): -12947627 or 5599034. OLE color: 5599034.
HSL color Cylindrical-coordinate representation of color #3A6F55: hue angle of 150.57º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F55 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 85 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.56 |
| HSL | 150.57º | 0.31% | 0.33% | - |
| HSV(B) | 150.57º | 0.48% | 0.44% | - |
| XYZ | 9.07 | 12.92 | 10.61 | - |
| YUV | 92.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 85 | 0.48 | 0 | 0.23 | 0.56 | 150.57 | 0.31 | 0.33 |
| Hex | 3A | 6F | 55 | 30 | 0 | 17 | 38 | 97 | 1F | 21 |
| Octal | 72 | 157 | 125 | 60 | 0 | 27 | 70 | 227 | 37 | 41 |
| Binary | 111010 | 1101111 | 1010101 | 110000 | 0 | 10111 | 111000 | 10010111 | 11111 | 100001 |
Color Harmonies of #3A6F55
Complementary color
Monochromatic Colors of #3A6F55
Black with #3A6F55
Text Example
Text Example
White with #3A6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F55; }
p { color: rgb(58,111,85); }
H1.HeaderClassName
{
color: #3A6F55;
}
.AnyTagClassName
{
color: #3A6F55;
}
</style>
background-color css
<style>
a { background-color: #3A6F55; }
a { background-color: rgb(58,111,85); }
div.DivClassName
{
background-color: #3A6F55;
}
.BgClassName
{
background-color: #3A6F55;
}
</style>
border-color css
<style>
span { border-color: #3A6F55; }
span { border-color: rgb(58,111,85); }
td.TdClassName
{
border-color: #3A6F55;
}
.TagClassName
{
border-color: #3A6F55;
}
</style>