Shades of Amazon #3A784B
Tints of Amazon #3A784B
RGB
CMYK
RGB Variations
Color information
#3A784B (or 0x3A784B) is known color: Amazon. HEX triplet: 3A, 78 and 4B. RGB value is (58,120,75). Sum of RGB (Red+Green+Blue) = 58+120+75=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #3A784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A784B is #C587B4. Grayscale: #606060. Windows color (decimal): -12945333 or 4945978. OLE color: 4945978.
HSL color Cylindrical-coordinate representation of color #3A784B: hue angle of 136.45º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A784B is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 75 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.53 |
| HSL | 136.45º | 0.35% | 0.35% | - |
| HSV(B) | 136.45º | 0.52% | 0.47% | - |
| XYZ | 9.73 | 14.84 | 9.01 | - |
| YUV | 96.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 75 | 0.52 | 0 | 0.37 | 0.53 | 136.45 | 0.35 | 0.35 |
| Hex | 3A | 78 | 4B | 34 | 0 | 25 | 35 | 88 | 23 | 23 |
| Octal | 72 | 170 | 113 | 64 | 0 | 45 | 65 | 210 | 43 | 43 |
| Binary | 111010 | 1111000 | 1001011 | 110100 | 0 | 100101 | 110101 | 10001000 | 100011 | 100011 |
Color Harmonies of #3A784B
Complementary color
Monochromatic Colors of #3A784B
Black with #3A784B
Text Example
Text Example
White with #3A784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A784B; }
p { color: rgb(58,120,75); }
H1.HeaderClassName
{
color: #3A784B;
}
.AnyTagClassName
{
color: #3A784B;
}
</style>
background-color css
<style>
a { background-color: #3A784B; }
a { background-color: rgb(58,120,75); }
div.DivClassName
{
background-color: #3A784B;
}
.BgClassName
{
background-color: #3A784B;
}
</style>
border-color css
<style>
span { border-color: #3A784B; }
span { border-color: rgb(58,120,75); }
td.TdClassName
{
border-color: #3A784B;
}
.TagClassName
{
border-color: #3A784B;
}
</style>