Shades of Amazon #3E825F
Tints of Amazon #3E825F
RGB
CMYK
RGB Variations
Color information
#3E825F (or 0x3E825F) is known color: Amazon. HEX triplet: 3E, 82 and 5F. RGB value is (62,130,95). Sum of RGB (Red+Green+Blue) = 62+130+95=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #3E825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E825F is #C17DA0. Grayscale: #696969. Windows color (decimal): -12680609 or 6259262. OLE color: 6259262.
HSL color Cylindrical-coordinate representation of color #3E825F: hue angle of 149.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E825F is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 130 | 95 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.49 |
| HSL | 149.12º | 0.35% | 0.38% | - |
| HSV(B) | 149.12º | 0.52% | 0.51% | - |
| XYZ | 12.03 | 17.82 | 13.63 | - |
| YUV | 105.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 95 | 0.52 | 0 | 0.27 | 0.49 | 149.12 | 0.35 | 0.38 |
| Hex | 3E | 82 | 5F | 34 | 0 | 1B | 31 | 95 | 23 | 26 |
| Octal | 76 | 202 | 137 | 64 | 0 | 33 | 61 | 225 | 43 | 46 |
| Binary | 111110 | 10000010 | 1011111 | 110100 | 0 | 11011 | 110001 | 10010101 | 100011 | 100110 |
Color Harmonies of #3E825F
Complementary color
Monochromatic Colors of #3E825F
Black with #3E825F
Text Example
Text Example
White with #3E825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E825F; }
p { color: rgb(62,130,95); }
H1.HeaderClassName
{
color: #3E825F;
}
.AnyTagClassName
{
color: #3E825F;
}
</style>
background-color css
<style>
a { background-color: #3E825F; }
a { background-color: rgb(62,130,95); }
div.DivClassName
{
background-color: #3E825F;
}
.BgClassName
{
background-color: #3E825F;
}
</style>
border-color css
<style>
span { border-color: #3E825F; }
span { border-color: rgb(62,130,95); }
td.TdClassName
{
border-color: #3E825F;
}
.TagClassName
{
border-color: #3E825F;
}
</style>