Shades of Amazon #398152
Tints of Amazon #398152
RGB
CMYK
RGB Variations
Color information
#398152 (or 0x398152) is known color: Amazon. HEX triplet: 39, 81 and 52. RGB value is (57,129,82). Sum of RGB (Red+Green+Blue) = 57+129+82=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #398152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398152 is #C67EAD. Grayscale: #666666. Windows color (decimal): -13008558 or 5407033. OLE color: 5407033.
HSL color Cylindrical-coordinate representation of color #398152: hue angle of 140.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398152 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 129 | 82 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.49 |
| HSL | 140.83º | 0.39% | 0.36% | - |
| HSV(B) | 140.83º | 0.56% | 0.51% | - |
| XYZ | 11.06 | 17.18 | 10.72 | - |
| YUV | 102.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 129 | 82 | 0.56 | 0 | 0.36 | 0.49 | 140.83 | 0.39 | 0.36 |
| Hex | 39 | 81 | 52 | 38 | 0 | 24 | 31 | 8D | 27 | 24 |
| Octal | 71 | 201 | 122 | 70 | 0 | 44 | 61 | 215 | 47 | 44 |
| Binary | 111001 | 10000001 | 1010010 | 111000 | 0 | 100100 | 110001 | 10001101 | 100111 | 100100 |
Color Harmonies of #398152
Complementary color
Monochromatic Colors of #398152
Black with #398152
Text Example
Text Example
White with #398152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398152; }
p { color: rgb(57,129,82); }
H1.HeaderClassName
{
color: #398152;
}
.AnyTagClassName
{
color: #398152;
}
</style>
background-color css
<style>
a { background-color: #398152; }
a { background-color: rgb(57,129,82); }
div.DivClassName
{
background-color: #398152;
}
.BgClassName
{
background-color: #398152;
}
</style>
border-color css
<style>
span { border-color: #398152; }
span { border-color: rgb(57,129,82); }
td.TdClassName
{
border-color: #398152;
}
.TagClassName
{
border-color: #398152;
}
</style>