#396E4B

Color #396E4B Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #396E4B

Tints of Amazon #396E4B

Color information

#396E4B (or 0x396E4B) is unknown color: approx Amazon. HEX triplet: 39, 6E and 4B. RGB value is (57,110,75). Sum of RGB (Red+Green+Blue) = 57+110+75=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #396E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E4B is #C691B4. Grayscale: #5A5A5A. Windows color (decimal): -13013429 or 4943417. OLE color: 4943417.

HSL color Cylindrical-coordinate representation of color #396E4B: hue angle of 140.38º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396E4B is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB5711075-
CMYK0.4800.320.57
HSL140.38º31.74%32.75%-
HSV(B)140.38º48.18%43.14%-
XYZ8.5312.538.63-
YUV90.16119.44104.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 110 (43.36% from 255) = 45.45%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=23.55%
G=45.45%
B=30.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110750.4800.320.57140.3831.7432.75
Hex396E4B30020398c2021
Octal7115611360040712144041
Binary11100111011101001011110000010000011100110001100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E4B; }

 p { color: rgb(57,110,75); }

 H1.HeaderClassName
 {
   color: #396E4B;
 }
 .AnyTagClassName
 {
   color: #396E4B;
 }
</style>
background-color css

<style>
 a { background-color: #396E4B; }

 a { background-color: rgb(57,110,75); }

 div.DivClassName
 {
   background-color: #396E4B;
 }
 .BgClassName
 {
   background-color: #396E4B;
 }
</style>
border-color css

<style>
 span { border-color: #396E4B; }

 span { border-color: rgb(57,110,75); }

 td.TdClassName
 {
   border-color: #396E4B;
 }
 .TagClassName
 {
   border-color: #396E4B;
 }
</style>