Shades of Amazon #396F4B
Tints of Amazon #396F4B
RGB
CMYK
RGB Variations
Color information
#396F4B (or 0x396F4B) is known color: Amazon. HEX triplet: 39, 6F and 4B. RGB value is (57,111,75). Sum of RGB (Red+Green+Blue) = 57+111+75=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #396F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F4B is #C690B4. Grayscale: #5A5A5A. Windows color (decimal): -13013173 or 4943673. OLE color: 4943673.
HSL color Cylindrical-coordinate representation of color #396F4B: hue angle of 140º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F4B is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 75 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.56 |
| HSL | 140º | 0.32% | 0.33% | - |
| HSV(B) | 140º | 0.49% | 0.44% | - |
| XYZ | 8.64 | 12.75 | 8.66 | - |
| YUV | 90.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 75 | 0.49 | 0 | 0.32 | 0.56 | 140 | 0.32 | 0.33 |
| Hex | 39 | 6F | 4B | 31 | 0 | 20 | 38 | 8C | 20 | 21 |
| Octal | 71 | 157 | 113 | 61 | 0 | 40 | 70 | 214 | 40 | 41 |
| Binary | 111001 | 1101111 | 1001011 | 110001 | 0 | 100000 | 111000 | 10001100 | 100000 | 100001 |
Color Harmonies of #396F4B
Complementary color
Monochromatic Colors of #396F4B
Black with #396F4B
Text Example
Text Example
White with #396F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F4B; }
p { color: rgb(57,111,75); }
H1.HeaderClassName
{
color: #396F4B;
}
.AnyTagClassName
{
color: #396F4B;
}
</style>
background-color css
<style>
a { background-color: #396F4B; }
a { background-color: rgb(57,111,75); }
div.DivClassName
{
background-color: #396F4B;
}
.BgClassName
{
background-color: #396F4B;
}
</style>
border-color css
<style>
span { border-color: #396F4B; }
span { border-color: rgb(57,111,75); }
td.TdClassName
{
border-color: #396F4B;
}
.TagClassName
{
border-color: #396F4B;
}
</style>