Html Css Color HEX #396B50 Amazon

📋 copy color: '#396B50'

red 57 ◦ green 107 ◦ blue 80

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

Shades of Amazon #396B50

Tints of Amazon #396B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.85%

 BLUE value IS 80 (31.64% from 255) = 32.79%

R = 23.36%
G = 43.85%
B = 32.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#396B50 (or 0x396B50) is known color: Amazon. HEX triplet: 39, 6B and 50. RGB value is (57,107,80). Sum of RGB (Red+Green+Blue) = 57+107+80=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #396B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B50 is #C694AF. Grayscale: #595959. Windows color (decimal): -13014192 or 5270329. OLE color: 5270329.

HSL color Cylindrical-coordinate representation of color #396B50: hue angle of 147.6º degrees, saturation: 0.3, 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 #396B50 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 80 -
CMYK 0.47 0 0.25 0.58
HSL 147.6º 0.3% 0.32% -
HSV(B) 147.6º 0.47% 0.42% -
XYZ 8.39 11.96 9.46 -
YUV 88.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 57 107 80 0.47 0 0.25 0.58 147.6 0.3 0.32
Hex 39 6B 50 2F 0 19 3A 94 1E 20
Octal 71 153 120 57 0 31 72 224 36 40
Binary 111001 1101011 1010000 101111 0 11001 111010 10010100 11110 100000

Color Harmonies of #396B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B50

Black with #396B50

Text Example


Text Example

White with #396B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,80); }

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

background-color css

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

 a { background-color: rgb(57,107,80); }

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

border-color css

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

 span { border-color: rgb(57,107,80); }

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