Shades of Amazon #396C4B
Tints of Amazon #396C4B
RGB
CMYK
RGB Variations
Color information
#396C4B (or 0x396C4B) is known color: Amazon. HEX triplet: 39, 6C and 4B. RGB value is (57,108,75). Sum of RGB (Red+Green+Blue) = 57+108+75=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #396C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C4B is #C693B4. Grayscale: #595959. Windows color (decimal): -13013941 or 4942905. OLE color: 4942905.
HSL color Cylindrical-coordinate representation of color #396C4B: hue angle of 141.18º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396C4B is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 108 | 75 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.58 |
| HSL | 141.18º | 0.31% | 0.32% | - |
| HSV(B) | 141.18º | 0.47% | 0.42% | - |
| XYZ | 8.32 | 12.1 | 8.55 | - |
| YUV | 88.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 75 | 0.47 | 0 | 0.31 | 0.58 | 141.18 | 0.31 | 0.32 |
| Hex | 39 | 6C | 4B | 2F | 0 | 1F | 3A | 8D | 1F | 20 |
| Octal | 71 | 154 | 113 | 57 | 0 | 37 | 72 | 215 | 37 | 40 |
| Binary | 111001 | 1101100 | 1001011 | 101111 | 0 | 11111 | 111010 | 10001101 | 11111 | 100000 |
Color Harmonies of #396C4B
Complementary color
Monochromatic Colors of #396C4B
Black with #396C4B
Text Example
Text Example
White with #396C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C4B; }
p { color: rgb(57,108,75); }
H1.HeaderClassName
{
color: #396C4B;
}
.AnyTagClassName
{
color: #396C4B;
}
</style>
background-color css
<style>
a { background-color: #396C4B; }
a { background-color: rgb(57,108,75); }
div.DivClassName
{
background-color: #396C4B;
}
.BgClassName
{
background-color: #396C4B;
}
</style>
border-color css
<style>
span { border-color: #396C4B; }
span { border-color: rgb(57,108,75); }
td.TdClassName
{
border-color: #396C4B;
}
.TagClassName
{
border-color: #396C4B;
}
</style>