Shades of Amazon #398752
Tints of Amazon #398752
RGB
CMYK
RGB Variations
Color information
#398752 (or 0x398752) is known color: Amazon. HEX triplet: 39, 87 and 52. RGB value is (57,135,82). Sum of RGB (Red+Green+Blue) = 57+135+82=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #398752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398752 is #C678AD. Grayscale: #696969. Windows color (decimal): -13007022 or 5408569. OLE color: 5408569.
HSL color Cylindrical-coordinate representation of color #398752: hue angle of 139.23º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398752 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 135 | 82 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.47 |
| HSL | 139.23º | 0.41% | 0.38% | - |
| HSV(B) | 139.23º | 0.58% | 0.53% | - |
| XYZ | 11.87 | 18.81 | 10.99 | - |
| YUV | 105.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 82 | 0.58 | 0 | 0.39 | 0.47 | 139.23 | 0.41 | 0.38 |
| Hex | 39 | 87 | 52 | 3A | 0 | 27 | 2F | 8B | 29 | 26 |
| Octal | 71 | 207 | 122 | 72 | 0 | 47 | 57 | 213 | 51 | 46 |
| Binary | 111001 | 10000111 | 1010010 | 111010 | 0 | 100111 | 101111 | 10001011 | 101001 | 100110 |
Color Harmonies of #398752
Complementary color
Monochromatic Colors of #398752
Black with #398752
Text Example
Text Example
White with #398752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398752; }
p { color: rgb(57,135,82); }
H1.HeaderClassName
{
color: #398752;
}
.AnyTagClassName
{
color: #398752;
}
</style>
background-color css
<style>
a { background-color: #398752; }
a { background-color: rgb(57,135,82); }
div.DivClassName
{
background-color: #398752;
}
.BgClassName
{
background-color: #398752;
}
</style>
border-color css
<style>
span { border-color: #398752; }
span { border-color: rgb(57,135,82); }
td.TdClassName
{
border-color: #398752;
}
.TagClassName
{
border-color: #398752;
}
</style>