Shades of Amazon #3A6F52
Tints of Amazon #3A6F52
RGB
CMYK
RGB Variations
Color information
#3A6F52 (or 0x3A6F52) is known color: Amazon. HEX triplet: 3A, 6F and 52. RGB value is (58,111,82). Sum of RGB (Red+Green+Blue) = 58+111+82=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F52 is #C590AD. Grayscale: #5B5B5B. Windows color (decimal): -12947630 or 5402426. OLE color: 5402426.
HSL color Cylindrical-coordinate representation of color #3A6F52: hue angle of 147.17º 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 #3A6F52 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 82 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.56 |
| HSL | 147.17º | 0.31% | 0.33% | - |
| HSV(B) | 147.17º | 0.48% | 0.44% | - |
| XYZ | 8.95 | 12.88 | 10 | - |
| YUV | 91.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 82 | 0.48 | 0 | 0.26 | 0.56 | 147.17 | 0.31 | 0.33 |
| Hex | 3A | 6F | 52 | 30 | 0 | 1A | 38 | 93 | 1F | 21 |
| Octal | 72 | 157 | 122 | 60 | 0 | 32 | 70 | 223 | 37 | 41 |
| Binary | 111010 | 1101111 | 1010010 | 110000 | 0 | 11010 | 111000 | 10010011 | 11111 | 100001 |
Color Harmonies of #3A6F52
Complementary color
Monochromatic Colors of #3A6F52
Black with #3A6F52
Text Example
Text Example
White with #3A6F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F52; }
p { color: rgb(58,111,82); }
H1.HeaderClassName
{
color: #3A6F52;
}
.AnyTagClassName
{
color: #3A6F52;
}
</style>
background-color css
<style>
a { background-color: #3A6F52; }
a { background-color: rgb(58,111,82); }
div.DivClassName
{
background-color: #3A6F52;
}
.BgClassName
{
background-color: #3A6F52;
}
</style>
border-color css
<style>
span { border-color: #3A6F52; }
span { border-color: rgb(58,111,82); }
td.TdClassName
{
border-color: #3A6F52;
}
.TagClassName
{
border-color: #3A6F52;
}
</style>