Html Css Color HEX #396F49 Amazon

📋 copy color: '#396F49'

red 57 ◦ green 111 ◦ blue 73

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

Shades of Amazon #396F49

Tints of Amazon #396F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.06%

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

R = 23.65%
G = 46.06%
B = 30.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#396F49 (or 0x396F49) is known color: Amazon. HEX triplet: 39, 6F and 49. RGB value is (57,111,73). Sum of RGB (Red+Green+Blue) = 57+111+73=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #396F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F49 is #C690B6. Grayscale: #5A5A5A. Windows color (decimal): -13013175 or 4812601. OLE color: 4812601.

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

Color convert

RGB 57 111 73 -
CMYK 0.49 0 0.34 0.56
HSL 137.78º 0.32% 0.33% -
HSV(B) 137.78º 0.49% 0.44% -
XYZ 8.57 12.72 8.31 -
YUV 90.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 57 111 73 0.49 0 0.34 0.56 137.78 0.32 0.33
Hex 39 6F 49 31 0 22 38 8A 20 21
Octal 71 157 111 61 0 42 70 212 40 41
Binary 111001 1101111 1001001 110001 0 100010 111000 10001010 100000 100001

Color Harmonies of #396F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F49

Black with #396F49

Text Example


Text Example

White with #396F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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