Html Css Color HEX #396E49 Amazon

📋 copy color: '#396E49'

red 57 ◦ green 110 ◦ blue 73

#396E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #396E49

Tints of Amazon #396E49

RGB

 RED value IS 57 (22.66% from 255) = 23.75%

 GREEN value IS 110 (43.36% from 255) = 45.83%

 BLUE value IS 73 (28.91% from 255) = 30.42%

R = 23.75%
G = 45.83%
B = 30.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#396E49 (or 0x396E49) is known color: Amazon. HEX triplet: 39, 6E and 49. RGB value is (57,110,73). Sum of RGB (Red+Green+Blue) = 57+110+73=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #396E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E49 is #C691B6. Grayscale: #5A5A5A. Windows color (decimal): -13013431 or 4812345. OLE color: 4812345.

HSL color Cylindrical-coordinate representation of color #396E49: hue angle of 138.11º 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 #396E49 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 110 73 -
CMYK 0.48 0 0.34 0.57
HSL 138.11º 0.32% 0.33% -
HSV(B) 138.11º 0.48% 0.43% -
XYZ 8.47 12.5 8.27 -
YUV 89.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 57 110 73 0.48 0 0.34 0.57 138.11 0.32 0.33
Hex 39 6E 49 30 0 22 39 8A 20 21
Octal 71 156 111 60 0 42 71 212 40 41
Binary 111001 1101110 1001001 110000 0 100010 111001 10001010 100000 100001

Color Harmonies of #396E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E49

Black with #396E49

Text Example


Text Example

White with #396E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #396E49;
 }
 .AnyTagClassName
 {
   color: #396E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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