Shades of Amazon #3A7255
Tints of Amazon #3A7255
RGB
CMYK
RGB Variations
Color information
#3A7255 (or 0x3A7255) is known color: Amazon. HEX triplet: 3A, 72 and 55. RGB value is (58,114,85). Sum of RGB (Red+Green+Blue) = 58+114+85=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7255 is #C58DAA. Grayscale: #5E5E5E. Windows color (decimal): -12946859 or 5599802. OLE color: 5599802.
HSL color Cylindrical-coordinate representation of color #3A7255: hue angle of 148.93º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7255 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 85 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.55 |
| HSL | 148.93º | 0.33% | 0.34% | - |
| HSV(B) | 148.93º | 0.49% | 0.45% | - |
| XYZ | 9.4 | 13.59 | 10.72 | - |
| YUV | 93.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 85 | 0.49 | 0 | 0.25 | 0.55 | 148.93 | 0.33 | 0.34 |
| Hex | 3A | 72 | 55 | 31 | 0 | 19 | 37 | 95 | 21 | 22 |
| Octal | 72 | 162 | 125 | 61 | 0 | 31 | 67 | 225 | 41 | 42 |
| Binary | 111010 | 1110010 | 1010101 | 110001 | 0 | 11001 | 110111 | 10010101 | 100001 | 100010 |
Color Harmonies of #3A7255
Complementary color
Monochromatic Colors of #3A7255
Black with #3A7255
Text Example
Text Example
White with #3A7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7255; }
p { color: rgb(58,114,85); }
H1.HeaderClassName
{
color: #3A7255;
}
.AnyTagClassName
{
color: #3A7255;
}
</style>
background-color css
<style>
a { background-color: #3A7255; }
a { background-color: rgb(58,114,85); }
div.DivClassName
{
background-color: #3A7255;
}
.BgClassName
{
background-color: #3A7255;
}
</style>
border-color css
<style>
span { border-color: #3A7255; }
span { border-color: rgb(58,114,85); }
td.TdClassName
{
border-color: #3A7255;
}
.TagClassName
{
border-color: #3A7255;
}
</style>