Shades of Amazon #397348
Tints of Amazon #397348
RGB
CMYK
RGB Variations
Color information
#397348 (or 0x397348) is known color: Amazon. HEX triplet: 39, 73 and 48. RGB value is (57,115,72). Sum of RGB (Red+Green+Blue) = 57+115+72=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #397348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397348 is #C68CB7. Grayscale: #5C5C5C. Windows color (decimal): -13012152 or 4748089. OLE color: 4748089.
HSL color Cylindrical-coordinate representation of color #397348: hue angle of 135.52º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397348 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 72 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.55 |
| HSL | 135.52º | 0.34% | 0.34% | - |
| HSV(B) | 135.52º | 0.5% | 0.45% | - |
| XYZ | 8.99 | 13.6 | 8.28 | - |
| YUV | 92.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 72 | 0.50 | 0 | 0.37 | 0.55 | 135.52 | 0.34 | 0.34 |
| Hex | 39 | 73 | 48 | 32 | 0 | 25 | 37 | 88 | 22 | 22 |
| Octal | 71 | 163 | 110 | 62 | 0 | 45 | 67 | 210 | 42 | 42 |
| Binary | 111001 | 1110011 | 1001000 | 110010 | 0 | 100101 | 110111 | 10001000 | 100010 | 100010 |
Color Harmonies of #397348
Complementary color
Monochromatic Colors of #397348
Black with #397348
Text Example
Text Example
White with #397348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397348; }
p { color: rgb(57,115,72); }
H1.HeaderClassName
{
color: #397348;
}
.AnyTagClassName
{
color: #397348;
}
</style>
background-color css
<style>
a { background-color: #397348; }
a { background-color: rgb(57,115,72); }
div.DivClassName
{
background-color: #397348;
}
.BgClassName
{
background-color: #397348;
}
</style>
border-color css
<style>
span { border-color: #397348; }
span { border-color: rgb(57,115,72); }
td.TdClassName
{
border-color: #397348;
}
.TagClassName
{
border-color: #397348;
}
</style>