Shades of Amazon #3E8852
Tints of Amazon #3E8852
RGB
CMYK
RGB Variations
Color information
#3E8852 (or 0x3E8852) is known color: Amazon. HEX triplet: 3E, 88 and 52. RGB value is (62,136,82). Sum of RGB (Red+Green+Blue) = 62+136+82=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #3E8852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8852 is #C177AD. Grayscale: #6B6B6B. Windows color (decimal): -12679086 or 5408830. OLE color: 5408830.
HSL color Cylindrical-coordinate representation of color #3E8852: hue angle of 136.22º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8852 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 136 | 82 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.47 |
| HSL | 136.22º | 0.37% | 0.39% | - |
| HSV(B) | 136.22º | 0.54% | 0.53% | - |
| XYZ | 12.31 | 19.24 | 11.05 | - |
| YUV | 107.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 136 | 82 | 0.54 | 0 | 0.40 | 0.47 | 136.22 | 0.37 | 0.39 |
| Hex | 3E | 88 | 52 | 36 | 0 | 28 | 2F | 88 | 25 | 27 |
| Octal | 76 | 210 | 122 | 66 | 0 | 50 | 57 | 210 | 45 | 47 |
| Binary | 111110 | 10001000 | 1010010 | 110110 | 0 | 101000 | 101111 | 10001000 | 100101 | 100111 |
Color Harmonies of #3E8852
Complementary color
Monochromatic Colors of #3E8852
Black with #3E8852
Text Example
Text Example
White with #3E8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8852; }
p { color: rgb(62,136,82); }
H1.HeaderClassName
{
color: #3E8852;
}
.AnyTagClassName
{
color: #3E8852;
}
</style>
background-color css
<style>
a { background-color: #3E8852; }
a { background-color: rgb(62,136,82); }
div.DivClassName
{
background-color: #3E8852;
}
.BgClassName
{
background-color: #3E8852;
}
</style>
border-color css
<style>
span { border-color: #3E8852; }
span { border-color: rgb(62,136,82); }
td.TdClassName
{
border-color: #3E8852;
}
.TagClassName
{
border-color: #3E8852;
}
</style>