Shades of Amazon #3A6D4C
Tints of Amazon #3A6D4C
RGB
CMYK
RGB Variations
Color information
#3A6D4C (or 0x3A6D4C) is known color: Amazon. HEX triplet: 3A, 6D and 4C. RGB value is (58,109,76). Sum of RGB (Red+Green+Blue) = 58+109+76=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6D4C is #C592B3. Grayscale: #5A5A5A. Windows color (decimal): -12948148 or 5008698. OLE color: 5008698.
HSL color Cylindrical-coordinate representation of color #3A6D4C: hue angle of 141.18º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6D4C is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 109 | 76 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.57 |
| HSL | 141.18º | 0.31% | 0.33% | - |
| HSV(B) | 141.18º | 0.47% | 0.43% | - |
| XYZ | 8.52 | 12.36 | 8.77 | - |
| YUV | 89.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 76 | 0.47 | 0 | 0.30 | 0.57 | 141.18 | 0.31 | 0.33 |
| Hex | 3A | 6D | 4C | 2F | 0 | 1E | 39 | 8D | 1F | 21 |
| Octal | 72 | 155 | 114 | 57 | 0 | 36 | 71 | 215 | 37 | 41 |
| Binary | 111010 | 1101101 | 1001100 | 101111 | 0 | 11110 | 111001 | 10001101 | 11111 | 100001 |
Color Harmonies of #3A6D4C
Complementary color
Monochromatic Colors of #3A6D4C
Black with #3A6D4C
Text Example
Text Example
White with #3A6D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6D4C; }
p { color: rgb(58,109,76); }
H1.HeaderClassName
{
color: #3A6D4C;
}
.AnyTagClassName
{
color: #3A6D4C;
}
</style>
background-color css
<style>
a { background-color: #3A6D4C; }
a { background-color: rgb(58,109,76); }
div.DivClassName
{
background-color: #3A6D4C;
}
.BgClassName
{
background-color: #3A6D4C;
}
</style>
border-color css
<style>
span { border-color: #3A6D4C; }
span { border-color: rgb(58,109,76); }
td.TdClassName
{
border-color: #3A6D4C;
}
.TagClassName
{
border-color: #3A6D4C;
}
</style>