Shades of Amazon #3A855C
Tints of Amazon #3A855C
RGB
CMYK
RGB Variations
Color information
#3A855C (or 0x3A855C) is known color: Amazon. HEX triplet: 3A, 85 and 5C. RGB value is (58,133,92). Sum of RGB (Red+Green+Blue) = 58+133+92=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #3A855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A855C is #C57AA3. Grayscale: #696969. Windows color (decimal): -12941988 or 6063418. OLE color: 6063418.
HSL color Cylindrical-coordinate representation of color #3A855C: hue angle of 147.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A855C is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 133 | 92 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.48 |
| HSL | 147.2º | 0.39% | 0.37% | - |
| HSV(B) | 147.2º | 0.56% | 0.52% | - |
| XYZ | 12.06 | 18.45 | 13.05 | - |
| YUV | 105.9 | 120.15 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 92 | 0.56 | 0 | 0.31 | 0.48 | 147.2 | 0.39 | 0.37 |
| Hex | 3A | 85 | 5C | 38 | 0 | 1F | 30 | 93 | 27 | 25 |
| Octal | 72 | 205 | 134 | 70 | 0 | 37 | 60 | 223 | 47 | 45 |
| Binary | 111010 | 10000101 | 1011100 | 111000 | 0 | 11111 | 110000 | 10010011 | 100111 | 100101 |
Color Harmonies of #3A855C
Complementary color
Monochromatic Colors of #3A855C
Black with #3A855C
Text Example
Text Example
White with #3A855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A855C; }
p { color: rgb(58,133,92); }
H1.HeaderClassName
{
color: #3A855C;
}
.AnyTagClassName
{
color: #3A855C;
}
</style>
background-color css
<style>
a { background-color: #3A855C; }
a { background-color: rgb(58,133,92); }
div.DivClassName
{
background-color: #3A855C;
}
.BgClassName
{
background-color: #3A855C;
}
</style>
border-color css
<style>
span { border-color: #3A855C; }
span { border-color: rgb(58,133,92); }
td.TdClassName
{
border-color: #3A855C;
}
.TagClassName
{
border-color: #3A855C;
}
</style>