Shades of Amazon #398258
Tints of Amazon #398258
RGB
CMYK
RGB Variations
Color information
#398258 (or 0x398258) is known color: Amazon. HEX triplet: 39, 82 and 58. RGB value is (57,130,88). Sum of RGB (Red+Green+Blue) = 57+130+88=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #398258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398258 is #C67DA7. Grayscale: #676767. Windows color (decimal): -13008296 or 5800505. OLE color: 5800505.
HSL color Cylindrical-coordinate representation of color #398258: hue angle of 145.48º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398258 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 130 | 88 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.49 |
| HSL | 145.48º | 0.39% | 0.37% | - |
| HSV(B) | 145.48º | 0.56% | 0.51% | - |
| XYZ | 11.43 | 17.54 | 12.02 | - |
| YUV | 103.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 88 | 0.56 | 0 | 0.32 | 0.49 | 145.48 | 0.39 | 0.37 |
| Hex | 39 | 82 | 58 | 38 | 0 | 20 | 31 | 91 | 27 | 25 |
| Octal | 71 | 202 | 130 | 70 | 0 | 40 | 61 | 221 | 47 | 45 |
| Binary | 111001 | 10000010 | 1011000 | 111000 | 0 | 100000 | 110001 | 10010001 | 100111 | 100101 |
Color Harmonies of #398258
Complementary color
Monochromatic Colors of #398258
Black with #398258
Text Example
Text Example
White with #398258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398258; }
p { color: rgb(57,130,88); }
H1.HeaderClassName
{
color: #398258;
}
.AnyTagClassName
{
color: #398258;
}
</style>
background-color css
<style>
a { background-color: #398258; }
a { background-color: rgb(57,130,88); }
div.DivClassName
{
background-color: #398258;
}
.BgClassName
{
background-color: #398258;
}
</style>
border-color css
<style>
span { border-color: #398258; }
span { border-color: rgb(57,130,88); }
td.TdClassName
{
border-color: #398258;
}
.TagClassName
{
border-color: #398258;
}
</style>