Shades of Amazon #397A4B
Tints of Amazon #397A4B
RGB
CMYK
RGB Variations
Color information
#397A4B (or 0x397A4B) is known color: Amazon. HEX triplet: 39, 7A and 4B. RGB value is (57,122,75). Sum of RGB (Red+Green+Blue) = 57+122+75=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #397A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A4B is #C685B4. Grayscale: #616161. Windows color (decimal): -13010357 or 4946489. OLE color: 4946489.
HSL color Cylindrical-coordinate representation of color #397A4B: hue angle of 136.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A4B is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 75 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.52 |
| HSL | 136.62º | 0.36% | 0.35% | - |
| HSV(B) | 136.62º | 0.53% | 0.48% | - |
| XYZ | 9.92 | 15.3 | 9.09 | - |
| YUV | 97.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 75 | 0.53 | 0 | 0.39 | 0.52 | 136.62 | 0.36 | 0.35 |
| Hex | 39 | 7A | 4B | 35 | 0 | 27 | 34 | 89 | 24 | 23 |
| Octal | 71 | 172 | 113 | 65 | 0 | 47 | 64 | 211 | 44 | 43 |
| Binary | 111001 | 1111010 | 1001011 | 110101 | 0 | 100111 | 110100 | 10001001 | 100100 | 100011 |
Color Harmonies of #397A4B
Complementary color
Monochromatic Colors of #397A4B
Black with #397A4B
Text Example
Text Example
White with #397A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A4B; }
p { color: rgb(57,122,75); }
H1.HeaderClassName
{
color: #397A4B;
}
.AnyTagClassName
{
color: #397A4B;
}
</style>
background-color css
<style>
a { background-color: #397A4B; }
a { background-color: rgb(57,122,75); }
div.DivClassName
{
background-color: #397A4B;
}
.BgClassName
{
background-color: #397A4B;
}
</style>
border-color css
<style>
span { border-color: #397A4B; }
span { border-color: rgb(57,122,75); }
td.TdClassName
{
border-color: #397A4B;
}
.TagClassName
{
border-color: #397A4B;
}
</style>