Shades of Amazon #3A8758
Tints of Amazon #3A8758
RGB
CMYK
RGB Variations
Color information
#3A8758 (or 0x3A8758) is known color: Amazon. HEX triplet: 3A, 87 and 58. RGB value is (58,135,88). Sum of RGB (Red+Green+Blue) = 58+135+88=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #3A8758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8758 is #C578A7. Grayscale: #6A6A6A. Windows color (decimal): -12941480 or 5801786. OLE color: 5801786.
HSL color Cylindrical-coordinate representation of color #3A8758: hue angle of 143.38º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8758 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 135 | 88 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.47 |
| HSL | 143.38º | 0.4% | 0.38% | - |
| HSV(B) | 143.38º | 0.57% | 0.53% | - |
| XYZ | 12.17 | 18.93 | 12.25 | - |
| YUV | 106.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 88 | 0.57 | 0 | 0.35 | 0.47 | 143.38 | 0.4 | 0.38 |
| Hex | 3A | 87 | 58 | 39 | 0 | 23 | 2F | 8F | 28 | 26 |
| Octal | 72 | 207 | 130 | 71 | 0 | 43 | 57 | 217 | 50 | 46 |
| Binary | 111010 | 10000111 | 1011000 | 111001 | 0 | 100011 | 101111 | 10001111 | 101000 | 100110 |
Color Harmonies of #3A8758
Complementary color
Monochromatic Colors of #3A8758
Black with #3A8758
Text Example
Text Example
White with #3A8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8758; }
p { color: rgb(58,135,88); }
H1.HeaderClassName
{
color: #3A8758;
}
.AnyTagClassName
{
color: #3A8758;
}
</style>
background-color css
<style>
a { background-color: #3A8758; }
a { background-color: rgb(58,135,88); }
div.DivClassName
{
background-color: #3A8758;
}
.BgClassName
{
background-color: #3A8758;
}
</style>
border-color css
<style>
span { border-color: #3A8758; }
span { border-color: rgb(58,135,88); }
td.TdClassName
{
border-color: #3A8758;
}
.TagClassName
{
border-color: #3A8758;
}
</style>