Html Css Color HEX #386F50 Amazon

📋 copy color: '#386F50'

red 56 ◦ green 111 ◦ blue 80

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

Shades of Amazon #386F50

Tints of Amazon #386F50

RGB

 RED value IS 56 (22.27% from 255) = 22.67%

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

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

R = 22.67%
G = 44.94%
B = 32.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#386F50 (or 0x386F50) is known color: Amazon. HEX triplet: 38, 6F and 50. RGB value is (56,111,80). Sum of RGB (Red+Green+Blue) = 56+111+80=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #386F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F50 is #C790AF. Grayscale: #5B5B5B. Windows color (decimal): -13078704 or 5271352. OLE color: 5271352.

HSL color Cylindrical-coordinate representation of color #386F50: hue angle of 146.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F50 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 80 -
CMYK 0.50 0 0.28 0.56
HSL 146.18º 0.33% 0.33% -
HSV(B) 146.18º 0.5% 0.44% -
XYZ 8.76 12.79 9.6 -
YUV 91.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 56 111 80 0.50 0 0.28 0.56 146.18 0.33 0.33
Hex 38 6F 50 32 0 1C 38 92 21 21
Octal 70 157 120 62 0 34 70 222 41 41
Binary 111000 1101111 1010000 110010 0 11100 111000 10010010 100001 100001

Color Harmonies of #386F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F50

Black with #386F50

Text Example


Text Example

White with #386F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386F50; }

 p { color: rgb(56,111,80); }

 H1.HeaderClassName
 {
   color: #386F50;
 }
 .AnyTagClassName
 {
   color: #386F50;
 }
</style>

background-color css

<style>
 a { background-color: #386F50; }

 a { background-color: rgb(56,111,80); }

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

border-color css

<style>
 span { border-color: #386F50; }

 span { border-color: rgb(56,111,80); }

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