Shades of Amazon #3A814A
Tints of Amazon #3A814A
RGB
CMYK
RGB Variations
Color information
#3A814A (or 0x3A814A) is known color: Amazon. HEX triplet: 3A, 81 and 4A. RGB value is (58,129,74). Sum of RGB (Red+Green+Blue) = 58+129+74=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #3A814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A814A is #C57EB5. Grayscale: #656565. Windows color (decimal): -12943030 or 4882746. OLE color: 4882746.
HSL color Cylindrical-coordinate representation of color #3A814A: hue angle of 133.52º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A814A is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 129 | 74 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.49 |
| HSL | 133.52º | 0.38% | 0.37% | - |
| HSV(B) | 133.52º | 0.55% | 0.51% | - |
| XYZ | 10.83 | 17.09 | 9.21 | - |
| YUV | 101.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 74 | 0.55 | 0 | 0.43 | 0.49 | 133.52 | 0.38 | 0.37 |
| Hex | 3A | 81 | 4A | 37 | 0 | 2B | 31 | 86 | 26 | 25 |
| Octal | 72 | 201 | 112 | 67 | 0 | 53 | 61 | 206 | 46 | 45 |
| Binary | 111010 | 10000001 | 1001010 | 110111 | 0 | 101011 | 110001 | 10000110 | 100110 | 100101 |
Color Harmonies of #3A814A
Complementary color
Monochromatic Colors of #3A814A
Black with #3A814A
Text Example
Text Example
White with #3A814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A814A; }
p { color: rgb(58,129,74); }
H1.HeaderClassName
{
color: #3A814A;
}
.AnyTagClassName
{
color: #3A814A;
}
</style>
background-color css
<style>
a { background-color: #3A814A; }
a { background-color: rgb(58,129,74); }
div.DivClassName
{
background-color: #3A814A;
}
.BgClassName
{
background-color: #3A814A;
}
</style>
border-color css
<style>
span { border-color: #3A814A; }
span { border-color: rgb(58,129,74); }
td.TdClassName
{
border-color: #3A814A;
}
.TagClassName
{
border-color: #3A814A;
}
</style>